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
Currently, when compiling to RISC0 through Rust, the main function cannot have a function type: no inputs are supported. We need to figure out how private inputs are handled by the RISC0 toolchain, and how to add support for them at the Juvix level.
The text was updated successfully, but these errors were encountered:
Currently, when compiling to RISC0 through Rust, the
main
function cannot have a function type: no inputs are supported. We need to figure out how private inputs are handled by the RISC0 toolchain, and how to add support for them at the Juvix level.The text was updated successfully, but these errors were encountered: