Skip to content

Commit 6a4399b

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](wasdk/wasmparser@v4.0.0...v5.0.0) (2021-02-24) ### Features * add support for WasmGC proposal ([5d4e5a0](wasdk@5d4e5a0)) ### BREAKING CHANGES * IFunctionType is replaced by the more general ITypeEntry. * Type is now a class; the former enum is now called TypeKind. Several other interfaces now use Type instances instead of numbers to describe types.
1 parent 5d4e5a0 commit 6a4399b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.0.0](https://github.com/wasdk/wasmparser/compare/v4.0.0...v5.0.0) (2021-02-24)
2+
3+
4+
### Features
5+
6+
* add support for WasmGC proposal ([5d4e5a0](https://github.com/wasdk/wasmparser/commit/5d4e5a0a21f9fc4958c8c1a834c2af49dafd8641))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* IFunctionType is replaced by the more general ITypeEntry.
12+
* Type is now a class; the former enum is now called TypeKind. Several other interfaces now use Type instances instead of numbers to describe types.
13+
114
# [4.0.0](https://github.com/wasdk/wasmparser/compare/v3.3.1...v4.0.0) (2020-11-03)
215

316

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)