--- v8/src/api/api.cc.orig 2021-11-13 11:05:57 UTC +++ v8/src/api/api.cc @@ -5767,7 +5767,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } -#if V8_OS_LINUX || V8_OS_MACOSX +#if V8_OS_LINUX || V8_OS_MACOSX || V8_OS_OPENBSD || V8_OS_FREEBSD bool TryHandleWebAssemblyTrapPosix(int sig_code, siginfo_t* info, void* context) { // When the target code runs on the V8 arm simulator, the trap handler does