Skip to content

Commit ec88745

Browse files
committed
Enable the new exception handling instructions in node
1 parent fed1729 commit ec88745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tools/node_wrapper.ml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
let extra_args_for_wasoo =
22
[ "--experimental-wasm-imported-strings"
33
; "--experimental-wasm-stack-switching"
4+
; "--experimental-wasm-exnref"
45
; "--stack-size=10000"
56
]
67

0 commit comments

Comments
 (0)