Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 389 Bytes

Wetware

Rust implementation of Wetware.


Run Wetware

TODO: document IPFS dependency

Run a WASM module directly from IPFS with, e.g. the one in test/wasm/read_from_ipfs:

cargo run -- --load /ipfs/QmaGNHr18jf5RiWMYme63XJh5k4TuPSMiGbvAZueQEC8rH

The example WASM module will read QmaGNHr18jf5RiWMYme63XJh5k4TuPSMiGbvAZueQEC8rH from IPFS and assert its contents.