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
Yeah, we've also run into this issue recently. Lua uses setjmp and longjmp internally to approximate exceptions and it's actually impossible for us to safely emulate those two functions until we support wasm exceptions.
When running the
lua.wasm
example on macOS10.14.1
the program segfaults when you attempt to define a function.Reproduction:
The text was updated successfully, but these errors were encountered: