Expand description
WebAssembly (wasm-bindgen) binding generator backend for alef.
Generates JavaScript-compatible WebAssembly bindings using the wasm-bindgen crate.
Supports configurable restriction handling through WasmConfig:
exclude_functions: Skip generation of specific functionsexclude_types: Skip generation of specific typestype_overrides: Remap types (e.g., Path → String)
Modules§
- trait_
bridge - WebAssembly (wasm-bindgen) specific trait bridge code generation.