wasm-bindgen 0.2.83

Easy support for interacting between JS and Rust.
Documentation
1
2
3
4
// For more comments about what's going on here, check out the `hello_world`
// example
import('./crate/pkg')
  .catch(console.error);