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
We run minify_wasm_imports_and_exports before wasm2js, which means the legalization imports like getTempRet0 are now minified. When wasm2js runs, it may need those, and then it legalizes again.
For now this minification is disabled. Some options:
Always pass the non-minified getTempRet0 etc. in. This would be a hack, but allow minification.