From 4425733bdfb516ca2530e6199c2c95ece91b627d Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 30 Jun 2024 22:19:25 +0200 Subject: chore: Memory and Data Instances are no longer reference counted Signed-off-by: Henry Gressmann --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6e985..c88a55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use a seperate stack and locals for 32, 64 and 128 bit values and references (#21) - Updated to latest `wasmparser` version - Removed benchmarks comparing TinyWasm to other WebAssembly runtimes to reduce build dependencies +- Memory and Data Instances are no longer reference counted ## [0.7.0] - 2024-05-15 -- cgit v1.3.1