A CLI for building wasm smartcontracts.
Check the smartcontract:
iroha_wasm_builder check path/to/project
Build the smartcontract:
iroha_wasm_builder build path/to/project --out-file ./smartcontract.wasm
Build with options:
iroha_wasm_builder build path/to/project --profile=deploy --out-file ./smartcontract.wasm