Crate wasmtime_jit

Source
Expand description

JIT-style runtime for WebAssembly using Cranelift.

Modules§

profiling

Structs§

CodeMemory
Management of executable memory within a MmapVec
CompiledFunctionInfo
Secondary in-memory results of function compilation.
CompiledModule
A compiled wasm module, ready to be instantiated.
CompiledModuleInfo
Secondary in-memory results of module compilation.
ObjectBuilder
Helper structure to create an ELF file as a compilation artifact.

Constants§

VERSION
Version number of this crate.

Functions§

demangle_function_name
Demangles a single function name into a user-readable form.
demangle_function_name_or_index
Demangles a function name if it’s provided, or returns a unified representation based on the function index otherwise.
subslice_range
Returns the range of inner within outer, such that outer[range] is the same as inner.