You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graal-nodejs/mx.graal-nodejs/com.oracle.truffle.trufflenode/src/com/oracle/truffle/trufflenode/Options.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ public static class OptionsParser extends AbstractLanguageLauncher implements Fu
150
150
"expose-debug-as",
151
151
"expose-internals",
152
152
"expose-natives-as",
153
+
"expose-wasm",
153
154
"gc-global",
154
155
"gc-interval",
155
156
"harmony",
@@ -163,6 +164,8 @@ public static class OptionsParser extends AbstractLanguageLauncher implements Fu
0 commit comments