Expand description
Offsets and sizes of various structs in wasmer-vm’s vmcontext module.
Structs§
- Target
Shared Signature Index - Target specific type for shared signature index.
- VMBuiltin
Function Index - An index type for builtin functions.
- VMOffsets
- This class computes offsets to fields within VMContext and other related structs that JIT code accesses directly.
Functions§
- align 🔒
- Align an offset used in this module to a specific byte-width by rounding up
- cast_
to_ 🔒u32