mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-03 22:03:10 +00:00
5 lines
123 B
Bash
Executable File
5 lines
123 B
Bash
Executable File
WASM_PATH=$1
|
|
|
|
cd zkWasm
|
|
cargo run --release -- --params params testwasm setup --host standard -k 18 --wasm $WASM_PATH
|
|
cd .. |