Skip to content
Dmitry Boyarintsev edited this page Mar 3, 2020 · 2 revisions

wattest

The tool is used to create .wasm binary out of wat files (linear textual files) The difference from the official webassembly tool, is that it support generation of symbolic information from the text file.

How to use. Simply provide .wat file through the command-line, as a result you should get a compiled .wasm file

 wattest sample.wat

Clone this wiki locally