--- v8/src/api/api.cc.orig 2021-07-19 18:47:37 UTC +++ v8/src/api/api.cc @@ -5833,7 +5833,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