Fix ere-jolt (#72)

This commit is contained in:
Han
2025-07-31 23:15:43 +08:00
committed by GitHub
parent ba4a1b453c
commit e688cbdf8e
3 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
#![cfg_attr(feature = "guest", no_std)]
#![no_main]
#[allow(unused_imports)]
use guest::*;