mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
👋 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>