|
|
|
|
|
by TekMol
3112 days ago
|
|
Do browsers that support WASM support reading the text format? If not, this could be useful to write WASM directly. In the article, the links under "The parsing is available for the following formats:" are broken. Does anybody know where they should point to? As soon as it is possible to write WASM directly and have it execute it by the browser, I would start trying it out. I hope somebody will come up with a better textual representation then the currently proposed one with all the parenthesis. |
|
https://wasdk.github.io/WasmFiddle/
https://mbebenita.github.io/WasmExplorer/
I prefer the explorer one.
The s-exp representation is great for doing compiler development, hence why it was chosen.