mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-07 01:51:21 +00:00
7 lines
301 B
Markdown
7 lines
301 B
Markdown
|
# `#[wasm_bindgen]` Attributes
|
||
|
|
||
|
The `#[wasm_bindgen]` macro supports a good amount of configuration for
|
||
|
controlling precisely how exports are exported, how imports are imported, and
|
||
|
what the generated JavaScript glue ends up looking like. This section is an
|
||
|
exhaustive reference of the possibilities!
|