Skip to content

Commit 5bf7635

Browse files
committed
Node wrapper: support for d8, sm, and jsc
1 parent c1a4dbe commit 5bf7635

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/node_wrapper.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ let exe, args =
5959
| "wizard-fast" -> "wizeng.x86-64-linux", wizard_args @ common_args file argv
6060
| "wasmtime" -> "wasmtime", wasmtime_args @ common_args file argv
6161
| "wasmedge" -> "wasmedge", wasmedge_args @ common_args file argv
62+
| "jsc" -> "jsc", argv
63+
| "d8" -> "d8", argv
64+
| "sm" -> "sm", argv
6265
| _ -> "node", extra_args_for_wasoo @ argv)
6366
| _ -> "node", extra_args_for_jsoo @ argv
6467
in

0 commit comments

Comments
 (0)