Releases: Alhadis/language-webassembly
Releases · Alhadis/language-webassembly
v1.2.0
May 4th, 2021
- Added: Support for SIMD instructions
- Added: Support for
nan:arithmetic
andnan:canonical
constants - Added: Support for numeric separators
- Fixed: Missing highlighting for certain instruction names
- Fixed: Various inaccuracies related to modeline recognition
v1.1.1
v1.1.0
- 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
- Added: Support for hexadecimal notation
- Added: Support for
NaN
andinfinity
constants