Skip to content

Releases: Alhadis/language-webassembly

v1.2.0

03 May 23:28
v1.2.0
Compare
Choose a tag to compare

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

v1.1.1

20 Dec 04:25
v1.1.1
Compare
Choose a tag to compare

Added comment highlighting for interpreter directives (a.k.a., “hashbangs”).

v1.1.0

26 Jun 19:46
v1.1.0
Compare
Choose a tag to compare
  • 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

v1.0.1

27 May 19:21
v1.0.1
Compare
Choose a tag to compare

v1.0.0

26 May 19:58
v1.0.0
Compare
Choose a tag to compare

Initial release.

Adds syntax highlighting to WebAssembly's textual representation.