Skip to content

Releases: wasdk/wasmparser

v3.1.3

12 Oct 15:07
Compare
Choose a tag to compare

3.1.3 (2020-10-12)

Bug Fixes

  • ignore unsupported "name" subsections (652f0f7)

v3.1.2

26 Aug 21:38
Compare
Choose a tag to compare

3.1.2 (2020-08-26)

Bug Fixes

  • extensions have an leb128 opcode (#77) (149816c)

v3.1.1

19 Aug 04:59
Compare
Choose a tag to compare

v3.1.0

13 Jul 17:57
Compare
Choose a tag to compare

3.1.0 (2020-07-13)

Bug Fixes

  • make chunked parsing work for element entries (34d35d0), closes #22

Features

  • add tests for chunked disassembly (4976b44)

v3.0.0

24 Jun 05:16
Compare
Choose a tag to compare

3.0.0 (2020-06-24)

  • revert!: add option to truncate disassembly (2eb0025), closes #30

BREAKING CHANGES

  • dropping the WasmDisassembler#maxLines
    feature that was introduced earlier.

The WasmDisassembler#maxLines feature doesn't interact well
with the chunked disassembly machinery, in particular the
logic in getResult() to avoid breaking def-use chains for
labels didn't play well with the maxLines feature at all
(it would remove ;; -- text is truncated due to size --
marker when the line limit was reached).

Since there's already support for chunked disassembly built
into wasmparser by design, that should be used instead.

v2.2.5

23 Jun 06:34
Compare
Choose a tag to compare

2.2.5 (2020-06-23)

Bug Fixes

  • imports need to use .js suffix to work correctly (64a7f77)

v2.2.4

23 Jun 05:34
Compare
Choose a tag to compare

2.2.4 (2020-06-23)

Bug Fixes

v2.2.3

21 Jun 17:54
Compare
Choose a tag to compare

2.2.3 (2020-06-21)

Bug Fixes

  • correct import from "WasmParser" in "WasmDis.ts" (8abb34b)

v2.2.2

16 Jun 05:30
Compare
Choose a tag to compare

2.2.2 (2020-06-16)

Bug Fixes

  • grow_memory -> memory.grow (4bf7233)

v2.2.1

11 Jun 20:04
Compare
Choose a tag to compare

2.2.1 (2020-06-11)

Bug Fixes

  • make dist/esm output ES2015 compatible (f2c16cf)