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