mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Refactor docs and make Input API more explicit (#235)
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
use ere_platform_airbender::AirbenderPlatform;
|
||||
use ere_test_utils::{
|
||||
guest::Sha256,
|
||||
io::serde::bincode::BincodeLegacy,
|
||||
program::{basic::BasicProgram, Program},
|
||||
};
|
||||
@@ -16,5 +15,5 @@ mod airbender_rt;
|
||||
|
||||
#[inline(never)]
|
||||
fn main() {
|
||||
BasicProgram::<BincodeLegacy>::run::<AirbenderPlatform<Sha256>>();
|
||||
BasicProgram::<BincodeLegacy>::run_output_sha256::<AirbenderPlatform>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user