Skip to content

Commit 0a666d5

Browse files
chore(release): 5.10.0 [skip ci]
# [5.10.0](v5.9.0...v5.10.0) (2024-03-14) ### Features * implement exnref type and try_table opcode. ([#141](#141)) ([5aa20fd](5aa20fd))
1 parent 5aa20fd commit 0a666d5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.10.0](https://github.com/wasdk/wasmparser/compare/v5.9.0...v5.10.0) (2024-03-14)
2+
3+
4+
### Features
5+
6+
* implement exnref type and try_table opcode. ([#141](https://github.com/wasdk/wasmparser/issues/141)) ([5aa20fd](https://github.com/wasdk/wasmparser/commit/5aa20fd4dc656bd060371e281ef2617ad5b4800b))
7+
18
# [5.9.0](https://github.com/wasdk/wasmparser/compare/v5.8.0...v5.9.0) (2023-11-16)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasmparser",
3-
"version": "5.9.0",
3+
"version": "5.10.0",
44
"description": "Binary WebAssembly file parser.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)