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§
- FrontendOutput 
- The output of the frontend Wasm translation stage
- WasmTranslation Config 
- Configuration for the WASM translation.
Enums§
- WasmError 
- A WebAssembly translation error.
Functions§
- translate
- Translate a valid Wasm core module or Wasm Component Model binary into Miden IR Component