a16z / jolt

The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡
https://jolt.a16zcrypto.com
MIT License
619 stars 123 forks source link

chore: Add riscv32i target to rust-toolchain.toml #282

Closed jakzale closed 4 months ago

jakzale commented 4 months ago

Add riscv32i-unknown-none-elf target to rust-toolchain.toml so that rustup will automatically download that target upon first invocation of cargo.

Updated README.md to reflect new installation guidelines.