wasm-bindgen 0.2.33

Easy support for interacting between JS and Rust.
Documentation
1
2
3
4
5
6
7
8
9
# A Whirlwind Tour of `wasm-bindgen`

What follows is a whirlwind tour of `wasm-bindgen`.

You will learn:

* Setting up your development environment for `wasm-bindgen`
* Importing JavaScript functions and classes into Rust
* Exporting Rust structs and functions to JavaScript