diff options
| author | Henry <mail@henrygressmann.de> | 2026-06-27 13:39:36 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-06-27 13:39:36 +0200 |
| commit | 5f74d5bc5cd0870a42342210c62d7257a0dd8458 (patch) | |
| tree | 0884f1dc580adc2b5f72552bc6b2ecc9048db6c2 /CHANGELOG.md | |
| parent | 8ec1231d818884ee69570e6987908a18a8762a26 (diff) | |
feat: blocking host reentrant calls
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc3714..c615738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### 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 + ## [0.9.0] - 2026-05-05 **All Commits**: https://github.com/explodingcamera/tinywasm/compare/v0.8.0...v0.9.0 |
