Skip to content

Commit

Permalink
prover: fix wasm compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Apr 6, 2024
1 parent 015e09a commit 3e491c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arbitrator/prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ macro_rules! handle_preimage_resolution {
}

#[no_mangle]
#[cfg(feature = "native")]
pub unsafe extern "C" fn arbitrator_set_preimage_resolver(
mach: *mut Machine,
resolver: unsafe extern "C" fn(u64, u8, *const u8) -> ResolvedPreimage,
Expand Down

0 comments on commit 3e491c7

Please sign in to comment.