Skip to content

Commit 159d44f

Browse files
targosnodejs-github-bot
authored andcommitted
src: remove V8 Wasm JSPI flag
The feature is now always on. Refs: v8/v8@613c043
1 parent 655dfc4 commit 159d44f

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)