We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0b2330 + 68a4cc4 commit 676c2ecCopy full SHA for 676c2ec
1 file changed
cli/commands/test/test.ts
@@ -289,6 +289,7 @@ export async function testWithReporter(reporterName : ReporterName | Reporter |
289
'-C', 'cache=n',
290
'-W', 'bulk-memory',
291
'-W', 'multi-memory',
292
+ '-W', 'memory64',
293
'-W', 'max-wasm-stack=4000000',
294
'-W', 'nan-canonicalization=y',
295
wasmFile,
@@ -475,4 +476,4 @@ function pipeMMF(proc : ChildProcessWithoutNullStreams, mmf : MMF1) {
475
476
resolve();
477
});
478
-}
479
+}
0 commit comments