Skip to content

feat: Expose warp api funcs#651

Open
Flemmli97 wants to merge 13 commits into
mainfrom
macro-utils
Open

feat: Expose warp api funcs#651
Flemmli97 wants to merge 13 commits into
mainfrom
macro-utils

Conversation

@Flemmli97

Copy link
Copy Markdown
Contributor

What this PR does 📖

Exposes funcs for various warp traits. This way on wasm we can have test verification that checks if wasm has implemented all warp trait funcs on its end.

Currently if warp has api updates (e.g. via adding functions to traits) unless that change is known wasm has no way of knowing of the changes.

To mitigate that we can write tests on wasm basically in form of:

  • Fetch all trait functions
  • Check if those trait functions have implementation
  • If some functions should not have a wasm equivalent (e.g. some file path funcs which dont work on web) we can blacklist them on wasm during the test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants