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