Skip to content

Commit daa07f5

Browse files
Merge pull request #345 from terrablue/add-preview1-to-run-test-unit
fix: Add Node.js WASI option `version: "preview1"` to run-test-unit.mjs
2 parents f2db8cf + adf183f commit daa07f5

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)