Create a .wasm File
Requirements
- Installed Wabt
- SuperContract SDK
The *.wasm file is the build of some SC:
$ cargo build --target wasm32-unknown-unknown SCexample --release
This file can be executed by VM. But before it should be compiled to *.wat and added to drive.