feat(deprecated) Try to port compile_with_*.

This commit is contained in:
Ivan Enderlin
2020-05-22 14:56:41 +02:00
parent 290739d4c5
commit 66ac1932cf
4 changed files with 54 additions and 3 deletions

View File

@@ -7,8 +7,6 @@ pub struct Instance {
note = "This field is no longer available. Take a look at `wasmer_runtime::InstanceHandle` instead."
)]
pub module: (),
// TODO
//pub exports: Exports,
pub(crate) new_instance: new::wasmer::Instance,
}