Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

50 lines (30 loc) · 1.54 KB

Change Log

All notable changes to the "wasm" extension will be documented in this file.

[1.4.0] - 2023-03-20

  • Added Syntax Highlighting for WAI and WIT files #51
  • Switch over to the WABT bindings generated by wit-pack #40

[1.3.1] - 2020-01-24

  • Updated Changelog date :)

[1.3.0] - 2018-01-24

  • Update wabt to support Wasm experimental features by default
  • Updated grammar with the latest spec #21
  • Improved README & logo
  • Updated dependencies
  • Added basic snipets for wat #16

[1.2.1] - 2018-10-01

[1.2.0] - 2018-05-12

  • Ability to save .wasm files to .wat and .wat files to .wasm
  • Move to wabt parser / printer again. WebAssemblyjs seems unstable.

[1.1.1] - 2018-04-20

  • Update dependencies.

[1.1.0] - 2018-04-09

  • Added icon (@bitjson)
  • Support large wasm files. Now a pure js wasm parser / printer webassemblyjs is used.

[1.0.1] - 2017-12-04

  • Fix badges only.

[1.0.0] - 2017-12-04

Added

  • Open WebAssembly binary files from context menu.
  • Syntax highlighting.