Skip to content

Commit 23b8340

Browse files
committed
wasm: revert enable JSPI as already enabled
PR-URL: #60014 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent b5638e1 commit 23b8340

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/node.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -782,9 +782,6 @@ static ExitCode ProcessGlobalArgsInternal(std::vector<std::string>* args,
782782

783783
v8_args.emplace_back("--js-source-phase-imports");
784784

785-
// WebAssembly JS Promise Integration
786-
v8_args.emplace_back("--experimental-wasm-jspi");
787-
788785
#ifdef __POSIX__
789786
// Block SIGPROF signals when sleeping in epoll_wait/kevent/etc. Avoids the
790787
// performance penalty of frequent EINTR wakeups when the profiler is running.

0 commit comments

Comments
 (0)