Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Add wasm32 support to integration tests #590

Closed
wants to merge 3 commits into from

Conversation

kevinheavey
Copy link

I'm not sure if all of this crate works on wasm32 but the integration tests work fine with minor changes to the test code:

  • Use wasm_bindgen_test when target_arch = "wasm32"
  • Replace #[should_panic] with regular assertions in code, because should_panic doesn't work with wasm_bindgen_test
  • Replace u32::MAX in one test with usize::MAX

I also added a wasm-test job to CI

@Lichtso
Copy link

Lichtso commented Dec 12, 2024

Thank you for the contribution! This repository is no longer in use. Please re-open this pull request in the sbpf repo: https://github.com/anza-xyz/sbpf

@Lichtso Lichtso closed this Dec 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants