Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alhadis/language-webassembly

WebAssembly language support in Atom.
https://github.com/alhadis/language-webassembly

atom syntax-highlighting wasm wast webassembly

Last synced: 5 days ago
JSON representation

WebAssembly language support in Atom.

Awesome Lists containing this project

README

        

WebAssembly language support
============================

Syntax highlighting support for WebAssembly's textual representation (`.wast` and `.wat` files).

![Highlighting preview](https://raw.githubusercontent.com/Alhadis/language-webassembly/master/preview.png)

Related links
-------------
* [Language semantics](http://webassembly.org/docs/semantics/)
* [Understanding WebAssembly text format](https://developer.mozilla.org/en-US/docs/WebAssembly/Understanding_the_text_format)
* [WebAssembly specification](https://github.com/WebAssembly/spec)