Tools for building wasm smartcontracts.
Check the smartcontract:
kagami wasm check path/to/project
Build the smartcontract:
kagami wasm build path/to/project --out-file ./smartcontract.wasm
Build with options:
kagami wasm build path/to/project --optimize --format --out-file ./smartcontract.wasm