Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Expose warp api funcs #651

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

feat: Expose warp api funcs #651

wants to merge 13 commits into from

Conversation

Flemmli97
Copy link
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