wasm-bindgen 0.2.92

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