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 would love to support wasi, but currently the blocker is exception handling
See notable limitations on the wasi-sdk page
c++ exceptions or setjmp/longjmp is required for Lua VM
It looks like mlua already supports wasm through
wasm32-unknown-emscripten
, would it be possible to addwasm32-wasi
support as well?The text was updated successfully, but these errors were encountered: