Expand description
A tiny crate of utilities for working with implicit Wasm codegen conventions (often established by LLVM and lld).
Examples conventions include:
- The stack pointer
- The canonical linear memory that contains the stack
Structs§
Functions§
- get_
function_ table_ entry - Looks up a function table entry by index in the main function table.
- get_
memory - Get a Wasm module’s canonical linear memory.
- get_
or_ insert_ start_ builder - get_
stack_ pointer - Get the
__stack_pointer
. - get_
start - get_
tls_ base - Get the
__tls_base
. - insert_
target_ feature - target_
feature