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:
Nick Lewycky
2020-10-08 15:09:37 -07:00
parent e05e0ef2b4
commit 5d147f8236
8 changed files with 27 additions and 27 deletions

View File

@@ -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,
},
}
}