chemicstry / wasm_thread

A rust `std::thread` replacement for wasm32 target
Apache License 2.0
123 stars 16 forks source link

Add tests once `wasm-pack` bug is fixed #1

Open chemicstry opened 3 years ago

chemicstry commented 3 years ago

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