Skip to content

Latest commit

 

History

History
 
 

wasm_builder_cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

iroha_wasm_builder

A CLI for building wasm smartcontracts.

Usage

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 --optimize --format --out-file ./smartcontract.wasm