diff options
| author | David Rauschenbach <david@megalithic.llc> | 2024-03-12 08:54:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-12 16:54:44 +0100 |
| commit | acb91b800d3668e9fb6dbb5838e2593764a0457e (patch) | |
| tree | c87cf179d919982981f282e812d364930dfdaa8b /CHANGELOG.md | |
| parent | 735c7cb636edfd4704460c94a9c7d65e5bf4df48 (diff) | |
feat: make `Imports` and `Module` cloneable (#9)
Fixes #10.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f06127..84815c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Improved documentation and added more tests +- Enhance support for scripted language bindings by making Imports and Module cloneable ### Removed @@ -31,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reduced the overhead of control flow instructions - Reduced the size of bytecode instructions - Fixed issues on the latest nightly Rust compiler -- Simpliefied a lot of the internal macros +- Simplified a lot of the internal macros ### Removed @@ -75,8 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **All Commits**: https://github.com/explodingcamera/tinywasm/compare/v0.1.0...v0.2.0 - Support for br_table -- Memory trapping improvments -- Implicit function lable scopes +- Memory trapping improvements +- Implicit function label scopes - else Instructions - All Memory instructions - Imports |
