mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 13:41:32 +00:00
Attempt #3 for windows
This commit is contained in:
@ -2,7 +2,7 @@ use std::ffi::c_void;
|
|||||||
use std::ptr::NonNull;
|
use std::ptr::NonNull;
|
||||||
use wasmer_runtime_core::vm::{Ctx, Func};
|
use wasmer_runtime_core::vm::{Ctx, Func};
|
||||||
|
|
||||||
type Trampoline = unsafe extern "C" fn(*mut Ctx, NonNull<Func>, *const u64, *mut u64) -> c_void;
|
type Trampoline = unsafe extern "C" fn(*mut Ctx, NonNull<Func>, *const u64, *mut u64);
|
||||||
type CallProtectedResult = Result<(), CallProtectedData>;
|
type CallProtectedResult = Result<(), CallProtectedData>;
|
||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
|
Reference in New Issue
Block a user