Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 384 Bytes

wasm.md

File metadata and controls

23 lines (15 loc) · 384 Bytes

iroha_wasm_builder

Tools for building wasm smartcontracts.

Usage

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