diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 9 insertions, 5 deletions
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 |
