mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-09 11:01:23 +00:00
6 lines
211 B
Markdown
6 lines
211 B
Markdown
# `#[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.
|