Skip to main content

Crate forgellm_codegen_wasm

Crate forgellm_codegen_wasm 

Source
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_bindgen exports for JS integration
  • A companion JS glue layer for browser use

Enums§

WasmCodegenError
Errors during WASM code generation.

Functions§

generate_wasm_project
Generate a complete WASM Cargo project from a computation graph.