Skip to content

Tags: wasdk/wasmparser

Tags

v5.11.0

Toggle v5.11.0's commit message
chore(release): 5.11.0 [skip ci]

# [5.11.0](v5.10.0...v5.11.0) (2024-03-15)

### Features

* fix text representation of some ref and relaxed_simd ops ([#144](#144)) ([41a16d5](41a16d5))

v5.10.0

Toggle v5.10.0's commit message
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))

v5.9.0

Toggle v5.9.0's commit message
chore(release): 5.9.0 [skip ci]

# [5.9.0](v5.8.0...v5.9.0) (2023-11-16)

### Features

* rename extern.internalize and extern.externalize instructions ([#138](#138)) ([040e8d8](040e8d8))

v5.8.0

Toggle v5.8.0's commit message
chore(release): 5.8.0 [skip ci]

# [5.8.0](v5.7.0...v5.8.0) (2023-09-28)

### Features

* change Wasm GC encoding ([#137](#137)) ([c316e7d](c316e7d))

v5.7.0

Toggle v5.7.0's commit message
chore(release): 5.7.0 [skip ci]

# [5.7.0](v5.6.0...v5.7.0) (2023-06-16)

### Features

* extend 0xfd prefix codespace; add relaxed_simd ops. ([#135](#135)) ([c6243c7](c6243c7))

v5.6.0

Toggle v5.6.0's commit message
chore(release): 5.6.0 [skip ci]

# [5.6.0](v5.5.0...v5.6.0) (2023-05-19)

### Features

* sync op and type codes for GC proposal ([#133](#133)) ([ce821b5](ce821b5))

v5.5.0

Toggle v5.5.0's commit message
chore(release): 5.5.0 [skip ci]

# [5.5.0](v5.4.0...v5.5.0) (2023-05-12)

### Features

* update wabt; rename memory insts and tag ops ([#134](#134)) ([f895bbb](f895bbb))

v5.4.0

Toggle v5.4.0's commit message
chore(release): 5.4.0 [skip ci]

# [5.4.0](v5.3.0...v5.4.0) (2021-10-12)

### Bug Fixes

* prevent negative name subsection entry length ([c9eeec7](c9eeec7))

### Features

* add tests for negative name subsection length ([b5d8d83](b5d8d83))

v5.3.0

Toggle v5.3.0's commit message
chore(release): 5.3.0 [skip ci]

# [5.3.0](v5.2.0...v5.3.0) (2021-09-20)

### Bug Fixes

* escape export name strings §6.3.3 ([1c0d874](1c0d874))

### Features

* add tests for escaped export name strings ([8c27bdf](8c27bdf))
* update GC proposal support to "milestone 4" ([5d63bb6](5d63bb6))

v5.2.0

Toggle v5.2.0's commit message
chore(release): 5.2.0 [skip ci]

# [5.2.0](v5.1.1...v5.2.0) (2021-05-31)

### Features

* implement br_on_non_null too ([e5415ae](e5415ae))
* implement more instructions ([08c1f87](08c1f87))