Skip to content

v0.9.1

Latest

Choose a tag to compare

@explodingcamera explodingcamera released this 29 Jun 21:48
v0.9.1
71e8948

[0.9.1] - 2026-06-29

Added

  • 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.