All notable changes to the "wasm" extension will be documented in this file.
- Added Syntax Highlighting for WAI and WIT files #51
- Switch over to the WABT bindings generated by wit-pack #40
- Updated Changelog date :)
- 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
- Improved syntax grammar (@AlexanderOtavka)
- Fixed a bug with incorrect name resolution. #14
- Ability to save .wasm files to .wat and .wat files to .wasm
- Move to wabt parser / printer again. WebAssemblyjs seems unstable.
- Update dependencies.
- Added icon (@bitjson)
- Support large wasm files. Now a pure js wasm parser / printer webassemblyjs is used.
- Fix badges only.
- Open WebAssembly binary files from context menu.
- Syntax highlighting.