mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-08 00:03:07 +00:00
6 lines
120 B
Bash
6 lines
120 B
Bash
|
|
set -eo
|
||
|
|
|
||
|
|
git clone --recurse-submodules https://github.com/DelphinusLab/zkWasm.git
|
||
|
|
cd zkWasm
|
||
|
|
cargo build --release
|
||
|
|
cd ..
|