#[wasm_bindgen]
on Rust Exports
This section enumerates the attributes available for customizing bindings for
Rust functions and struct
s exported to JavaScript.
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 Rust ExportsThis section enumerates the attributes available for customizing bindings for
Rust functions and struct
s exported to JavaScript.