Crate midenc_frontend_wasm

Crate midenc_frontend_wasm 

Source
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)) where msg the string built by calling format! on the arguments to this macro.

Structs§

FrontendOutput
The output of the frontend Wasm translation stage
WasmTranslationConfig
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