fix: revert enabling WASM trap handlers in all Node.js processes (#48975)

Revert "fix: enable wasm trap handlers in all Node.js processes (#48788)"

This reverts commit ca0b46b4130a8b48ab0b402ea16efe1ce655044f.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Keeley Hammond <khammond@slack-corp.com>
This commit is contained in:
trop[bot] 2025-11-14 18:56:50 -08:00 committed by GitHub
commit eecca2cb19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 47 additions and 73 deletions

View file

@ -30,8 +30,6 @@ v8::Local<v8::Value> DeserializeV8Value(v8::Isolate* isolate,
v8::Local<v8::Value> DeserializeV8Value(v8::Isolate* isolate,
base::span<const uint8_t> data);
void SetUpWebAssemblyTrapHandler();
namespace util {
[[nodiscard]] base::span<uint8_t> as_byte_span(