wasm-bindgen 0.2.40

Easy support for interacting between JS and Rust.
Documentation
1
2
3
4
5
# `#[wasm_bindgen]` on JavaScript Imports

This section enumerates the attributes available for customizing bindings for
JavaScript functions and classes imported into Rust within an `extern "C" { ... }`
block.