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

Wasm test macros #72

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Wasm test macros #72

merged 2 commits into from
Jun 27, 2024

Conversation

gabhijit
Copy link
Collaborator

No description provided.

For a number of tests we required a `cfg_attr` for `wasm_bindgen_tests`.
This was cluttering code at many places. Instead moved all of those
inside a `wasm_tests!` macro, where the feature is optionally added if
compiled for `wasm` targets.

Signed-off-by: Abhijit Gadgil <[email protected]>
These tests are run for `wasm` targets as well.

Signed-off-by: Abhijit Gadgil <[email protected]>
@gabhijit gabhijit merged commit 38ad3b9 into master Jun 27, 2024
13 checks passed
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.

1 participant