1# `#[wasm_bindgen]` Attributes
2
3The `#[wasm_bindgen]` macro supports a good amount of configuration for
4controlling precisely how exports are exported, how imports are imported, and
5what the generated JavaScript glue ends up looking like. This section is an
6exhaustive reference of the possibilities!
7