Expand description
This crate contains the part of the implementation of the #[wasm_bindgen]
optsibute that is
not in the shared backend crate.
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_to
macro and returns the generated link - expand_
struct_ marker