summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-06-28 23:19:05 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-06-28 23:19:05 +0200
commit7e8770cc4e418ef1a8cdfd9b1f59ee14b07cc6c9 (patch)
tree7865a95f3a5b6d32b5b26aa42ec3ed730def3d95 /CHANGELOG.md
parentabec4b6cec6ced6c0500348ac5990486a4fe8287 (diff)
chore: restructure runtime
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da8359c..54725cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved support for WebAssembly 2.0 features
- Simplify and optimize the interpreter loop
- Use a seperate stack and locals for 32, 64 and 128 bit values and references (#21)
-- Updated to latest wasmparser version
+- Updated to latest `wasmparser` version
## [0.7.0] - 2024-05-15