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
Added blocking reentrant Wasm calls from host functions through FuncContext::call and FuncContext::call_untyped.
Fixed
Direct Function::call and Function::call_resumable calls during an active invocation now trap instead of corrupting the active call/value stacks. While this is technically a breaking change, it prevents stack corruption and is a necessary safety fix. Use FuncContext::call or FuncContext::call_untyped for reentrant calls instead.