mirror of
https://github.com/eth-act/ere.git
synced 2026-04-25 03:00:10 -04:00
Update Jolt to v0.3.0-alpha (#181)
This commit is contained in:
@@ -56,9 +56,9 @@ fn compile(guest_path: PathBuf) -> Result<impl Serialize, Error> {
|
||||
|
||||
#[cfg(feature = "jolt")]
|
||||
let result = if use_stock_rust() {
|
||||
ere_jolt::compiler::RustRv32ima.compile(&guest_path)
|
||||
ere_jolt::compiler::RustRv64imac.compile(&guest_path)
|
||||
} else {
|
||||
ere_jolt::compiler::RustRv32imaCustomized.compile(&guest_path)
|
||||
ere_jolt::compiler::RustRv64imacCustomized.compile(&guest_path)
|
||||
};
|
||||
|
||||
#[cfg(feature = "miden")]
|
||||
|
||||
@@ -654,6 +654,16 @@ mod test {
|
||||
|
||||
mod jolt {
|
||||
test_compile!(Jolt, "basic");
|
||||
test_execute!(
|
||||
Jolt,
|
||||
BasicProgramInput::valid(),
|
||||
[Vec::new(), BasicProgramInput::invalid().serialized_input()]
|
||||
);
|
||||
test_prove!(
|
||||
Jolt,
|
||||
BasicProgramInput::valid(),
|
||||
[Vec::new(), BasicProgramInput::invalid().serialized_input()]
|
||||
);
|
||||
}
|
||||
|
||||
mod miden {
|
||||
|
||||
Reference in New Issue
Block a user