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
When compiled to binary, attempting to read from a MIPS assembly file that is non-existent causes the program to segfault instead of gracefully erroring. I have not yet confirmed that this is the case in WASM, but when using web-workers in Spimbot for a integration test, I ran into this issue.
The text was updated successfully, but these errors were encountered:
When compiled to binary, attempting to read from a MIPS assembly file that is non-existent causes the program to segfault instead of gracefully erroring. I have not yet confirmed that this is the case in WASM, but when using
web-workers
in Spimbot for a integration test, I ran into this issue.The text was updated successfully, but these errors were encountered: