ewasm / design

Ewasm Design Overview and Specification
Apache License 2.0
1.02k stars 125 forks source link

querry #167

Closed aj07 closed 5 years ago

aj07 commented 5 years ago

Is there any grammar defined for ewasm ? I am trying to build language support in ewasm for atom editor like https://atom.io/packages/language-wast

axic commented 5 years ago

There is no ewasm grammar as mentioned in #160. The package you link to is the grammar definition of the text representation of a WebAssembly module (called WAT, for WebAssembl Text, previously WAST).