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
If you try to run porf -e "Math.random(); Porffor.randomByte();", you get the error message: CompileError: WebAssembly.Module(): Compiling function #1 failed: Invalid global index: 2 @+86
The text was updated successfully, but these errors were encountered:
Also, porf -e "console.count" (or countReset / time / timeLog / timeEnd) crashes with TypeError: Cannot read properties of undefined (reading 'ind') in assemble.js where it generates the data section
If you try to run
porf -e "Math.random(); Porffor.randomByte();"
, you get the error message:CompileError: WebAssembly.Module(): Compiling function #1 failed: Invalid global index: 2 @+86
The text was updated successfully, but these errors were encountered: