Socket
Socket
Sign inDemoInstall

wasmparser

Package Overview
Dependencies
1
Maintainers
3
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
10Next

3.1.3

Diff

Changelog

Source

3.1.3 (2020-10-12)

Bug Fixes

  • ignore unsupported "name" subsections (652f0f7)
yurydelendik
published 3.1.2 •

Changelog

Source

3.1.2 (2020-08-26)

Bug Fixes

yurydelendik
published 3.1.0 •

Changelog

Source

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)
yurydelendik
published 3.0.0 •

Changelog

Source

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.

yurydelendik
published 2.2.5 •

Changelog

Source

2.2.5 (2020-06-23)

Bug Fixes

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

Changelog

Source

2.2.4 (2020-06-23)

Bug Fixes

yurydelendik
published 2.2.3 •

Changelog

Source

2.2.3 (2020-06-21)

Bug Fixes

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

Changelog

Source

2.2.2 (2020-06-16)

Bug Fixes

  • grow_memory -> memory.grow (4bf7233)
yurydelendik
published 2.2.1 •

Changelog

Source

2.2.1 (2020-06-11)

Bug Fixes

  • make dist/esm output ES2015 compatible (f2c16cf)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc