Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasmerio/vscode-wasm
WebAssembly extension for VSCode
https://github.com/wasmerio/vscode-wasm
extension vscode wasm
Last synced: 3 months ago
JSON representation
WebAssembly extension for VSCode
- Host: GitHub
- URL: https://github.com/wasmerio/vscode-wasm
- Owner: wasmerio
- License: mit
- Created: 2017-12-03T22:40:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T13:18:24.000Z (9 months ago)
- Last Synced: 2024-07-11T02:03:50.095Z (4 months ago)
- Topics: extension, vscode, wasm
- Language: Rust
- Homepage: https://marketplace.visualstudio.com/items?itemName=dtsvet.vscode-wasm
- Size: 1.06 MB
- Stars: 129
- Watchers: 5
- Forks: 19
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
WebAssembly for VSCode
A Visual Studio Code extension with rich support for [WebAssembly](https://webassembly.org), including features such as **syntax highlighting**, **wasm binary view** and **conversion between wasm and wat** files.
## Features
- Syntax highlight for WebAssembly textual representation.
- Preview WebAssembly Binary files in 2 clicks.
- Fast convertion between text and binary view.
- Syntax highlight for WAI and WIT files.![Syntax highlight](images/preview-1.png)
![Binary file](images/preview-2.png)
## License
MIT, 2017 - 2019 (c) [Dmitriy Tsvettsikh](https://github.com/reklatsmasters)
MIT, 2019 - Present (c) WebAssembly Foundation