测试
你可以通过在 wasm-bindgen
仓库的 crates/web-sys
目录中运行 cargo test
来测试 web-sys
crate
cd wasm-bindgen/crates/web-sys
cargo test --target wasm32-unknown-unknown --all-features
所有的 Wasm 测试都在无头浏览器中运行。有关详细信息和配置所使用的无头浏览器,请参阅wasm-bindgen-test
crate 的 README.md
。