File libcxx.cpp
-
namespace wasm
SYSCALL NUMBERING
Have a look in the sysroot at include/bits/syscall.h to determine the system call numbering.
Functions
- WAVM_DEFINE_INTRINSIC_FUNCTION (env, "_Unwind_RaiseException", I32, _Unwind_RaiseException, I32 a)
- WAVM_DEFINE_INTRINSIC_FUNCTION (env, "_Unwind_DeleteException", void, _Unwind_DeleteException, I32 a)
- WAVM_DEFINE_INTRINSIC_FUNCTION (env, "__cxa_begin_catch", I32, __cxa_begin_catch, I32 a)
- WAVM_DEFINE_INTRINSIC_FUNCTION (env, "__cxa_allocate_exception", I32, __cxa_allocate_exception, I32 a)
- WAVM_DEFINE_INTRINSIC_FUNCTION (env, "__cxa_throw", void, __cxa_throw, I32 a, I32 b, I32 c)
-
void libcxxLink()