wasm-bindgen 0.2.83

Easy support for interacting between JS and Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Testing

You can test the `js-sys` crate by running `cargo test --target
wasm32-unknown-unknown` within the `crates/js-sys` directory in the
`wasm-bindgen` repository:

```sh
cd wasm-bindgen/crates/js-sys
cargo test --target wasm32-unknown-unknown
```

These tests are largely executed in Node.js right now via the
[`wasm-bindgen-test` framework](../../wasm-bindgen-test/index.html)