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
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Exist an exception value of type
except_ref
only on the stack or can I safe it also in a local variable? Which type should the local variable have?I try the follow code with wabt:
and receive:
error: type mismatch in local.set, expected [anyref] but got [except_ref]
The using of a local type
except_ref
work also not.If there would be some test code then it can be very helpful.
The text was updated successfully, but these errors were encountered: