emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.36k stars 3.25k forks source link

file_packager.py: Fix runWithFS() to use passed-in Module (issue since PR #21775) #22086

Closed past-due closed 3 weeks ago

past-due commented 3 weeks ago

Fixes: #22085

callRuntimeCallbacks passes the actual Module, so use it

past-due commented 3 weeks ago

Do you want to mark this a non-draft?

Done 👍