Create a .wat File
Requirements
- Installed Wabt;
- A new *.wasm file
When you have the generated *.wasm file you should compile it to *.wat before adding to drive. For it runs in the terminal command from wabt:
$ wasm2wat SCexample.wasm -o SCexample.wat
After that, you can add it to drive, deploy it and start the execution.