mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 16:51:33 +00:00
Update that web-sys tests require --target
now
This commit is contained in:
@ -5,10 +5,10 @@ You can test the `web-sys` crate by running `cargo test` within the
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd wasm-bindgen/crates/web-sys
|
cd wasm-bindgen/crates/web-sys
|
||||||
cargo test
|
cargo test --target wasm32-unknown-unknown
|
||||||
```
|
```
|
||||||
|
|
||||||
These tests all use a headless Firefox browser. See the [*Headless Browser
|
These tests all use a headless browser. See the [*Headless Browser
|
||||||
Tests* section for details on setup and
|
Tests* section for details on setup and
|
||||||
configuration.](contributing.html#headless-browser-tests)
|
configuration.](contributing.html#headless-browser-tests)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user