Expand description
Forge WASM Code Generation — WASM + WebGPU code emission.
Generates a complete Cargo project targeting wasm32-unknown-unknown with:
- WASM SIMD128 intrinsics for matmul acceleration
wasm_bindgenexports for JS integration- A companion JS glue layer for browser use
Enums§
- Wasm
Codegen Error - Errors during WASM code generation.
Functions§
- generate_
wasm_ project - Generate a complete WASM Cargo project from a computation graph.