mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
WIP checkpoint. Code that builds.
Use Option<VMTrampoline> which should be ffi-compatible. Put the register_signature and lookup_signature functions back on the Engine.
This commit is contained in:
@@ -69,6 +69,7 @@ where
|
||||
vmctx: other.vmctx,
|
||||
signature,
|
||||
kind: other.arg_kind,
|
||||
trampoline: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -88,6 +89,7 @@ where
|
||||
vmctx: other.vmctx,
|
||||
signature,
|
||||
kind: other.arg_kind,
|
||||
trampoline: None,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user