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§
- Looks up a function table entry by index in the main function table.
- Get a Wasm module’s canonical linear memory.
- Get the
__stack_pointer
. - Get the
__tls_base
.