/vscode-wasm

WebAssembly Toolkit for VSCode

Primary LanguageTypeScriptMIT LicenseMIT

vscode-wasm

GitHub issues GitHub license button VS Code marketplace button

WebAssembly Toolkit for VSCode.

Features

Syntax highlight for WebAssembly textual representation.

Syntax highlight

Right-click on a file in the explorer to see WebAssembly binary representation.

Binary file

TODO

  • validate WebAssembly
  • save active .wasm file to .wat
  • ability to edit active .wasm file
  • show imports / exports in the explorer
  • memory (data section) preview
  • wasm2c

Known Issues

I want to open .wasm files by left-click on a file in the explorer!

I want too! It isn't possible due to vscode feature.

License

MIT, 2017 (c) Dmitriy Tsvettsikh