diff --git a/lib/runtime-core/src/suspend.rs b/lib/runtime-core/src/suspend.rs index f48b5765d..955df1cf6 100644 --- a/lib/runtime-core/src/suspend.rs +++ b/lib/runtime-core/src/suspend.rs @@ -60,6 +60,7 @@ pub fn patch_import_object(x: &mut ImportObject, config: SuspendConfig) { x.register("wasmer_suspend", ns); } +#[allow(clippy::cast_ptr_alignment)] unsafe extern "C" fn suspend( ctx: &mut Ctx, config_ptr_raw: *const CallContext,