Open codewiz opened 5 months ago
You need cd
into any crate first. wasm-pack test can't deal with a virtual workspace.
We should better document this.
You need
cd
into any crate first.
Tiny nitpick: cd
isn't strictly necessary; you can also do wasm-pack test <flags> some-package-directory/
.
On my side, wasm-pack headless test cannot succeed to request adapter, while in browser it fails to compute on gpu with a BufferAsyncError
Description
The recommended command-line to run tests with WebGL fails to parse the top-level Cargo.toml file:
Platform