Afonso Bordado
|
bdb5feaea3
|
Add webassembly language (#6429)
👋 Hey,
This PR adds support for the Webassembly Text Language (#1871).
Currently it only supports the
[wasmtime](https://github.com/bytecodealliance/wasmtime) compiler, but
it should be possible to add others (i.e. v8 / wasmer / etc...).
It looks like the monaco does not support the WAT language, so I've
added a simple mode for it, that is mostly copied from the clojure mode
with some changes. From what I've tested it seems to work reasonably
well.

---------
Co-authored-by: Patrick Quist <partouf@gmail.com>
|
2024-06-10 21:29:03 -05:00 |
|