You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if anyone could share optimization advice specifically for the WASM compilation time in the browser. Are there options that are known to affect it, well besides the size of the produced .wasm objects? We found out that it's the bottleneck in Pyodide for large scientific Python packages (pyodide/pyodide#347 (comment))
The documentation on optimizing compilation and optimizing load time are quite nice.
I wonder if anyone could share optimization advice specifically for the WASM compilation time in the browser. Are there options that are known to affect it, well besides the size of the produced .wasm objects? We found out that it's the bottleneck in Pyodide for large scientific Python packages (pyodide/pyodide#347 (comment))
Also the documentation on the manual persistance of compiled modules to IndexedDB might need to be updated,
https://github.com/emscripten-core/emscripten/blame/2595d3f703b6d6eaf312a2b027ef66c6ab3c1031/site/source/docs/compiling/Deploying-Pages.rst#L44
since that was deprecated WebAssembly/spec#821
The text was updated successfully, but these errors were encountered: