We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ee5d9 commit c273e58Copy full SHA for c273e58
src/node.cc
@@ -782,9 +782,6 @@ static ExitCode ProcessGlobalArgsInternal(std::vector<std::string>* args,
782
783
v8_args.emplace_back("--js-source-phase-imports");
784
785
- // WebAssembly JS Promise Integration
786
- v8_args.emplace_back("--experimental-wasm-jspi");
787
-
788
#ifdef __POSIX__
789
// Block SIGPROF signals when sleeping in epoll_wait/kevent/etc. Avoids the
790
// performance penalty of frequent EINTR wakeups when the profiler is running.
0 commit comments