Crate wasm_bindgen_macro_support

Source
Expand description

This crate contains the part of the implementation of the #[wasm_bindgen] optsibute that is not in the shared backend crate.

Structs§

BindgenAttrs
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