Skip to content

Commit bfbd339

Browse files
committed
Include wasmfs flag so we can get a wasm binary version using the file system
1 parent ad050c6 commit bfbd339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: modules/wasm.py

+2
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,8 @@ def run_task_test():
593593
"ASSERTIONS=1",
594594
"-s",
595595
"ALLOW_MEMORY_GROWTH=1",
596+
"-s",
597+
"WASMFS=1",
596598
"--embed-file",
597599
"assets/web-assembly.pdf",
598600
]

0 commit comments

Comments
 (0)