Crate wasm_bindgen_macro_support

Crate wasm_bindgen_macro_support 

Source
Expand description

This crate contains implementation APIs for the #[wasm_bindgen] attribute.

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