Expand description
Performs translation from Wasm to MidenIR
Macros§
- indices
- Generates a new index type for each entity.
- unsupported_
diag - Emit diagnostics and return an
Err(WasmError::Unsupported(msg))wheremsgthe string built by callingformat!on the arguments to this macro.
Structs§
- Frontend
Output - The output of the frontend Wasm translation stage
- Wasm
Translation Config - Configuration for the WASM translation.
Enums§
- Wasm
Error - A WebAssembly translation error.
Functions§
- translate
- Translate a valid Wasm core module or Wasm Component Model binary into Miden IR Component