-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dmitry Boyarintsev edited this page Mar 3, 2020
·
2 revisions
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