Skip to main content

Crate alef_backend_wasm

Crate alef_backend_wasm 

Source
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 functions
  • exclude_types: Skip generation of specific types
  • type_overrides: Remap types (e.g., Path → String)

Modules§

trait_bridge
WebAssembly (wasm-bindgen) specific trait bridge code generation.

Structs§

WasmBackend