alef-backend-wasm
WASM (wasm-bindgen) backend for alef
Generates Rust source code using wasm-bindgen to expose a Rust library as a WebAssembly module usable from JavaScript and TypeScript. Produces #[wasm_bindgen] structs and functions with proper type mappings for browser and Node.js environments, and supports async operations through wasm-bindgen-futures. Provides configurable exclusions and type mapping overrides via WasmConfig, allowing functions or types to be excluded and types to be remapped for WASM compatibility.
Part of the alef polyglot binding generator.
License
MIT