Skip to content

Releases: wasdk/wasmparser

v5.1.1

26 Apr 05:03
Compare
Choose a tag to compare

5.1.1 (2021-04-26)

Bug Fixes

  • missing initializer in devtools name generator for exceptions (a35948b)

v5.1.0

15 Apr 04:45
Compare
Choose a tag to compare

5.1.0 (2021-04-15)

Features

  • add support for "exception handling" proposal (8dbd8c8)

v5.0.2

25 Mar 22:39
Compare
Choose a tag to compare

5.0.2 (2021-03-25)

Bug Fixes

  • simd: update wabt.js and remove/unskip simd tests (#95) (ce582b7)

v5.0.1

04 Mar 05:45
Compare
Choose a tag to compare

5.0.1 (2021-03-04)

Bug Fixes

  • simd: update SIMD opcodes (648fff5)

v5.0.0

24 Feb 11:22
Compare
Choose a tag to compare

5.0.0 (2021-02-24)

Features

  • add support for WasmGC proposal (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.

v4.0.0

03 Nov 06:27
Compare
Choose a tag to compare

4.0.0 (2020-11-03)

Bug Fixes

  • both members of IFunctionBodyOffset are mandatory numbers (7383b87)

BREAKING CHANGES

  • the start and end fields of IFunctionBodyOffset
    were optional members before.

v3.3.1

27 Oct 08:07
Compare
Choose a tag to compare

3.3.1 (2020-10-27)

Bug Fixes

  • update data section support (1dc9f39)

v3.3.0

24 Oct 18:12
Compare
Choose a tag to compare

3.3.0 (2020-10-24)

Features

  • add support for i32x4.dot_i16x8_s (ebd88d6)
  • add support for pmin/pmax (2f03191)
  • add support for v128.load32_zero and v128.load64_zero (51f00f5)

v3.2.1

23 Oct 10:33
Compare
Choose a tag to compare

3.2.1 (2020-10-23)

Bug Fixes

  • print opcodes in errors in hexadecimal form (687ba47)

v3.2.0

13 Oct 13:06
Compare
Choose a tag to compare

3.2.0 (2020-10-13)

Features

  • support some extended name subsections (d3efc60)