Crate wasmtime_jit

source ·
Expand description

JIT-style runtime for WebAssembly using Cranelift.

Structs

  • Management of executable memory within a MmapVec
  • A compiled wasm module, ready to be instantiated.
  • Secondary in-memory results of compilation.
  • Interface for driving the creation of jitdump files
  • Default agent for unsupported profiling build.
  • 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.
  • Interface for driving vtune support

Constants

  • Version number of this crate.

Traits

Functions