Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

D.3 Host Function Intrinsics

Instead of syscalls, the WASM backend provides browser-focused host functions:

IntrinsicArgsDescription
__host_log__(ptr len)2Output text to browser console
__host_exit__(code)1Signal program exit
__host_time__()0Current timestamp in milliseconds
__host_random__()0Random 64-bit integer

These are subject to change