Skip to main content

Module w2c2_wrapper

Module w2c2_wrapper 

Source
Expand description

w2c2 WebAssembly-to-C Transpiler Wrapper

Provides Rust interface to the w2c2 transpiler

Structs§

TranspileOptions
Options for WebAssembly-to-C transpilation
TranspileResult
Result of WebAssembly-to-C transpilation
W2C2Backend
W2C2 backend — two-stage pipeline: w2c2 (WASM→C) + arm-none-eabi-gcc (C→ELF)
W2C2Transpiler
w2c2 transpiler wrapper