Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

60 lines (42 loc) · 2.11 KB

Change Log

This project honours Semantic Versioning.

May 4th, 2021

  • Added: Support for SIMD instructions
  • Added: Support for nan:arithmetic and nan:canonical constants
  • Added: Support for numeric separators
  • Fixed: Missing highlighting for certain instruction names
  • Fixed: Various inaccuracies related to modeline recognition

December 20th, 2019

  • Added: Comment highlighting for interpreter directives (hashbangs)

June 27th, 2017

  • Added: Missing module-level keywords
  • Added: Support for exponential floats and integers
  • Added: Support for NaN constants with payloads. E.g. nan:0xAF
  • Added: Support for variable-length unicode escapes. E.g, \u{0AE}
  • Fixed: Incorrect opcode classification and matching

May 28th, 2017

May 27th, 2017
Initial release.

Adds syntax highlighting to WebAssembly's textual representation.