Skip to content

Commit

Permalink
Include wasmfs flag so we can get a wasm binary version using the fil…
Browse files Browse the repository at this point in the history
…e system
  • Loading branch information
pedrovgs committed May 30, 2024
1 parent ad050c6 commit bfbd339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/wasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ def run_task_test():
"ASSERTIONS=1",
"-s",
"ALLOW_MEMORY_GROWTH=1",
"-s",
"WASMFS=1",
"--embed-file",
"assets/web-assembly.pdf",
]
Expand Down

0 comments on commit bfbd339

Please sign in to comment.