You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement some precompile or ecall as regular software written in Rust and loaded into the VM; hence the name firmware. The VM implements such precompile calls as jumps to the literally precompiled RiscV code.
This enables us to increase compatiblility with existing platforms like sp1 before (or without) circuit implementations.
The text was updated successfully, but these errors were encountered:
Implement some precompile or ecall as regular software written in Rust and loaded into the VM; hence the name firmware. The VM implements such precompile calls as jumps to the literally precompiled RiscV code.
This enables us to increase compatiblility with existing platforms like sp1 before (or without) circuit implementations.
The text was updated successfully, but these errors were encountered: