wasm_thread
wasm_thread copied to clipboard
Add tests once `wasm-pack` bug is fixed
Currently there is no way to execute tests with build-std
flag, because wasm-pack
does not pass this flag to cargo build
.
https://github.com/rustwasm/wasm-pack/pull/851