wasm-bindgen 0.2.87

Easy support for interacting between JS and Rust.
Documentation
1
2
3
export function get_five() {
  return 5;
}