mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-11 07:08:21 +00:00
feat(deprecated) Fix host function, and drop the empty vm::Ctx correctly.
This commit is contained in:
@@ -3,6 +3,7 @@ use std::error::Error;
|
||||
|
||||
pub use new::wasmer::Exports;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct PreInstance {
|
||||
pub(crate) vmctx: vm::Ctx,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user