diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2025-03-01 22:01:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-01 22:01:02 +0100 |
| commit | 569e0b42bde426f83ad0329d4d6ec7a4c0793b36 (patch) | |
| tree | 5d43afaf0a2d1280e28ffefd6bb2738d6f13ef04 /CHANGELOG.md | |
| parent | 60bea1e5e52d6672509dc394ab0df1e8b8423b00 (diff) | |
feat: support the tail call proposal (#37)
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c01787f..e63ff2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for the custom memory page sizes proposal ([#22](https://github.com/explodingcamera/tinywasm/pull/22) by [@danielstuart14](https://github.com/danielstuart14)) +- Support for the `tail_call` proposal ### Breaking Changes |
