@powdr_labs has open-sourced powdr-wasm, an optimized zkVM for WASM built on @openvm_org and the crush ISA, with early benchmarks showing 1.5x fewer trace cells and faster proof times compared to RISC-V (OpenVM), and support for Go guests via WASI. @powdr_labs 团队开源了powdr-wasm,这是一个基于@openvm_org和crush ISA优化的zkVM,早期基准测试显示相比RISC-V(OpenVM)减少1.5倍追踪单元并提升证明速度,同时支持通过WASI运行Go程序。
Notes
powdr-wasm is a zkVM optimized for WASM, built on OpenVM and the crush ISA
Early benchmarks show 1.5x fewer trace cells and faster proof times vs. RISC-V (OpenVM)
Supports Go guests via WASI, expanding zkVM use cases
Aims to improve performance and efficiency of zkVM in WASM environments
Open-source release facilitates community involvement and further optimization
Combines WASM and ZKP technologies to advance zero-knowledge proofs in WebAssembly ecosystems
powdr-wasm是基于OpenVM和crush ISA构建的zkVM,专为WASM优化
早期基准测试显示,相比RISC-V(OpenVM),追踪单元减少1.5倍,证明时间更快
支持通过WASI运行Go程序,扩展了zkVM的应用场景
该项目旨在提升zkVM在WASM环境下的性能和效率
开源发布有助于社区参与和进一步优化
结合WASM和ZKP技术,推动零知识证明在WebAssembly生态系统中的应用
零知识证明零知識証明zkDaily
Q&A Deep Dive 💬今日要点 深入解析 💬今日の要点 深掘り 💬
Wed星期三水曜日
03.18
2026
Why use WASM instead of RISC-V? 为什么选择 WASM 而不是 RISC-V? RISC-Vの代わりにWASMを使用する理由とは何ですか?
WASM is a higher level execution format widely used in browsers and backend systems. Compared to RISC-V, it is closer to real applications and integrates more easily with languages and toolchains such as Go and WASI. WASM 是一种更高层的执行格式,广泛用于浏览器和后端。相比 RISC-V,它更接近实际应用代码,因此更容易接入现有语言和工具链,例如 Go 和 WASI。 WASMは、ブラウザやバックエンドシステムで広く使用されている高レベルの実行フォーマットです。RISC-Vと比較して、より実際のアプリケーションに近く、GoやWASIのような言語やツールチェーンとの統合が容易です。
How does the crush ISA improve zkVM performance? crush ISA 如何提升 zkVM 性能? crush ISAはzkVMのパフォーマンスをどのように向上させますか?
The crush ISA is designed for provability. It reduces the constraint cost of complex operations by expressing arithmetic and memory actions more efficiently, which lowers trace size and lookup overhead. crush ISA 是为可证明性设计的指令集,可以减少复杂操作的约束成本。例如它可以更高效地表达算术和内存操作,从而减少 trace 和 lookup 开销。 crush ISAは、証明可能性のために設計されています。算術操作とメモリ操作をより効率的に表現することにより、複雑な操作の制約コストを削減し、トレースサイズとlookupオーバーヘッドを低減します。
Where do the main performance gains of powdr-wasm over RISC-V zkVMs come from? powdr-wasm 相比 RISC-V zkVM 的主要性能来源是什么? powdr-wasmがRISC-V zkVMと比較して主なパフォーマンス上の利点を得ているのはどこからですか?
The gains come from a more compact execution model and ISA design. The crush ISA reduces unnecessary instruction overhead and lowers trace cells. This directly reduces polynomial constraints, sum-check cost, and overall proving time. 主要来自更紧凑的执行语义和 ISA 设计。crush ISA 减少无关指令开销,同时降低 trace cells 数量。这直接减少多项式约束、sum-check 成本和整体 proving 时间。 この利点は、よりコンパクトな実行モデルとISA設計から得られます。crush ISAは、不要な命令オーバーヘッドを削減し、トレースセル数を低減します。これは、多項式制約、和チェックコスト、および全体的な証明時間の短縮に直接つながります。