feat(deprecated) Fix host function, and drop the empty vm::Ctx correctly.

This commit is contained in:
Ivan Enderlin
2020-06-25 11:14:00 +02:00
parent 7050bd9f58
commit 25eb0af97d
4 changed files with 35 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ use std::error::Error;
pub use new::wasmer::Exports;
#[derive(Debug)]
pub(crate) struct PreInstance {
pub(crate) vmctx: vm::Ctx,
}