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 want to compile JS to WASM without using the exceptions extension (so I can compile it further), but I do not want to abort the process on exceptions (I want to catch them). An exception mode that uses multivalue to communicate the presence of an exception would be great.
The text was updated successfully, but these errors were encountered:
I want to compile JS to WASM without using the exceptions extension (so I can compile it further), but I do not want to abort the process on exceptions (I want to catch them). An exception mode that uses multivalue to communicate the presence of an exception would be great.
The text was updated successfully, but these errors were encountered: