Expand description
This crate contains implementation APIs for the #[wasm_bindgen] attribute.
Structs§
- Bindgen
Attrs - Parsed attributes from a
#[wasm_bindgen(..)].
Functions§
- expand
- Takes the parsed input from a
#[wasm_bindgen]macro and returns the generated bindings - expand_
class_ marker - Takes the parsed input from a
#[wasm_bindgen]macro and returns the generated bindings - expand_
link_ to - Takes the parsed input from a
wasm_bindgen::link_tomacro and returns the generated link - expand_
struct_ marker