From acb91b800d3668e9fb6dbb5838e2593764a0457e Mon Sep 17 00:00:00 2001 From: David Rauschenbach Date: Tue, 12 Mar 2024 08:54:44 -0700 Subject: feat: make `Imports` and `Module` cloneable (#9) Fixes #10. --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.3.1