Crate midenc_frontend_wasm

source ·
Expand description

Performs translation from Wasm to MidenIR

Macros§

  • Generates a new index type for each entity.
  • Emit diagnostics and return an Err(WasmError::Unsupported(msg)) where msg the string built by calling format! on the arguments to this macro.

Structs§

  • Represents Miden VM codegen metadata for a function import. This struct will have more fields in the future e.g. where the function for this MAST hash is located (to be loaded by the VM)
  • Configuration for the WASM translation.

Enums§

Functions§

  • Translate a valid Wasm core module or Wasm Component Model binary into Miden IR Component