Crate wasmtime_jit

source ·
Expand description

JIT-style runtime for WebAssembly using Cranelift.

Modules

Structs

  • Management of executable memory within a MmapVec
  • Secondary in-memory results of function compilation.
  • A compiled wasm module, ready to be instantiated.
  • Secondary in-memory results of module compilation.
  • Helper structure to create an ELF file as a compilation artifact.
  • A context which contains dwarf debug information to translate program counters back to filenames and line numbers.

Constants

  • Version number of this crate.

Functions