#[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.
wasm-bindgen
, the published documentation is available
on the main Rust and WebAssembly documentation site
. Features documented here may not be available in released versions of
wasm-bindgen
.
#[wasm_bindgen]
on JavaScript ImportsThis section enumerates the attributes available for customizing bindings for
JavaScript functions and classes imported into Rust within an extern "C" { ... }
block.