Expand description
JIT-style runtime for WebAssembly using Cranelift.
Modules§
Structs§
- Code
Memory - Management of executable memory within a
MmapVec
- Compiled
Function Info - Secondary in-memory results of function compilation.
- Compiled
Module - A compiled wasm module, ready to be instantiated.
- Compiled
Module Info - Secondary in-memory results of module compilation.
- Object
Builder - 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
withinouter
, such thatouter[range]
is the same asinner
.