File WasmModule.cpp

namespace wasm

SYSCALL NUMBERING

Have a look in the sysroot at include/bits/syscall.h to determine the system call numbering.

Functions

bool isWasmPageAligned(int32_t offset)
size_t getNumberOfWasmPagesForBytes(size_t nBytes)
uint32_t roundUpToWasmPageAligned(uint32_t nBytes)
size_t getPagesForGuardRegion()