Module vmoffsets

Source
Expand description

Offsets and sizes of various structs in wasmer-vm’s vmcontext module.

Structs§

TargetSharedSignatureIndex
Target specific type for shared signature index.
VMBuiltinFunctionIndex
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 🔒