Module vmoffsets

Module vmoffsets 

Source
Expand description

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

Structs§

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 🔒