mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-15 17:50:51 +00:00
This is not necessary because references are FFI-safe and compatible with corresponding pointers, so we can just use them directly as an input. Fixes #1540.
wasm-bindgen-test-runner
This is an experimental crate for enabling cargo test --target wasm32-unknown-unknown
. For more information see the README fo
wasm-bindgen-test
.