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
Background is that closures are not yet supported because there is no respective representation in WASM. Afaik this is usually solved through GC support, i.e. by binding a scope to a concrete instance of a function.
The below code:
It throw the below error:
Expected that using x in the operator function.
The text was updated successfully, but these errors were encountered: