mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
chore: expose zkVm initializers
This commit is contained in:
@@ -45,7 +45,7 @@ pub struct EreJolt {
|
||||
}
|
||||
|
||||
impl EreJolt {
|
||||
fn new(
|
||||
pub fn new(
|
||||
program: <JOLT_TARGET as Compiler>::Program,
|
||||
_resource_type: ProverResourceType,
|
||||
) -> Self {
|
||||
|
||||
@@ -48,7 +48,7 @@ pub struct EreOpenVM {
|
||||
}
|
||||
|
||||
impl EreOpenVM {
|
||||
fn new(
|
||||
pub fn new(
|
||||
program: <OPENVM_TARGET as Compiler>::Program,
|
||||
_resource_type: ProverResourceType,
|
||||
) -> Self {
|
||||
|
||||
Reference in New Issue
Block a user