Crate wasmtime_jit

source ·
Expand description

JIT-style runtime for WebAssembly using Cranelift.

Structs

Enums

  • An error condition while setting up a wasm instance, be it validation, compilation, or instantiation.

Constants

  • Version number of this crate.

Traits

Functions

  • Demangles a single function name into a user-readable form.
  • Demangles a function name if it’s provided, or returns a unified representation based on the function index otherwise.
  • Finishes compilation of the translation specified, producing the final compilation artifact and auxiliary information.
  • Creates a new MmapVec from serializing the specified obj.
  • Returns the range of inner within outer, such that outer[range] is the same as inner.