Skip to main content

Module functions

Module functions 

Source
Expand description

FunctionDecl / VariableDecl → free function and static bindings.

Functions§

generate_function
Generate wasm_bindgen extern blocks for a free function.
generate_function_with_js_namespace
Generate wasm_bindgen extern blocks for a free function inside a namespace.
generate_variable
Generate a wasm_bindgen extern block for a global constant/variable.