File wamr/signals.cpp

namespace wasm

SYSCALL NUMBERING

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

Functions

uint32_t getFaasmSignalApi(NativeSymbol **nativeSymbols)
static uint32_t signal_wrapper(wasm_exec_env_t exec_env, uint32_t a, uint32_t b)

Variables

static NativeSymbol ns[] = {REG_NATIVE_FUNC(signal, "(ii)i"),}