Skip to content

Commit 676c2ec

Browse files
authored
Merge pull request #300 from ggreif/patch-2
feat: enable `memory64` for `wasi` testing
2 parents c0b2330 + 68a4cc4 commit 676c2ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/commands/test/test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ export async function testWithReporter(reporterName : ReporterName | Reporter |
289289
'-C', 'cache=n',
290290
'-W', 'bulk-memory',
291291
'-W', 'multi-memory',
292+
'-W', 'memory64',
292293
'-W', 'max-wasm-stack=4000000',
293294
'-W', 'nan-canonicalization=y',
294295
wasmFile,
@@ -475,4 +476,4 @@ function pipeMMF(proc : ChildProcessWithoutNullStreams, mmf : MMF1) {
475476
resolve();
476477
});
477478
});
478-
}
479+
}

0 commit comments

Comments
 (0)