Skip to main content

Module wasm_export

Module wasm_export 

Source

Functionsยง

extract_wasm_only_note ๐Ÿ”’
Extracts the optional note from #[wasm_only(note = "custom note")]. Returns None for plain #[wasm_only], or Err for unknown attributes.
has_wasm_bindgen_js_name ๐Ÿ”’
wasm_export ๐Ÿ”’
Processes an impl block, transforming methods marked with #[wasm_only].