Skip to content

Commit adf183f

Browse files
committed
add version: 'preview1' to run-test-unit
1 parent f2db8cf commit adf183f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/npm-packages/ruby-wasm-wasi/tools/run-test-unit.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const instantiateNodeWasi = async (rootTestFile) => {
3636
"RUBY_FIBER_MACHINE_STACK_SIZE": String(1024 * 1024 * 20),
3737
},
3838
preopens,
39+
version: "preview1",
3940
});
4041

4142
const vm = new RubyVM();

0 commit comments

Comments
 (0)