From 03020080366241f1c5b610546d3e17687232eb30 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Wed, 13 Mar 2024 15:28:31 +0100 Subject: chore: optimize block stack, remove EndFunc (#12) Signed-off-by: Henry Gressmann --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index e68cd55..85c179e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- `Imports` and `Module` are now cloneable (#9) + ### Changed -- Improved documentation and added more tests -- Tests can now be run on more targets -- Nightly version has been updated to fix broken builds in some cases -- Enhance support for scripted language bindings by making Imports and Module cloneable -- Add `aarch64-apple-darwin` and `armv7-unknown-linux-gnueabihf` targets to CI +- Improved documentation and added more tests (735c7cb636edfd4704460c94a9c7d65e5bf4df48) +- Tests can now be run on more targets (#11) +- Nightly version has been updated to fix broken builds in some cases (#12) +- Add `aarch64-apple-darwin` and `armv7-unknown-linux-gnueabihf` targets to CI (#12) ### Removed +- Removed the `EndFunc` instruction, as it was already covered by the `Return` instruction\ + This also fixes a weird bug that only occurred on certain nightly versions of Rust + ## [0.5.0] - 2024-03-01 **All Commits**: https://github.com/explodingcamera/tinywasm/compare/v0.4.0...v0.5.0 -- cgit v1.3.1