Expand description
w2c2 WebAssembly-to-C Transpiler Wrapper
Provides Rust interface to the w2c2 transpiler
Structs§
- Transpile
Options - Options for WebAssembly-to-C transpilation
- Transpile
Result - Result of WebAssembly-to-C transpilation
- W2C2
Backend - W2C2 backend — two-stage pipeline: w2c2 (WASM→C) + arm-none-eabi-gcc (C→ELF)
- W2C2
Transpiler - w2c2 transpiler wrapper