Merge branch 'master' into fix-vm-leak

This commit is contained in:
Ivan Enderlin
2020-12-01 10:08:21 +01:00
78 changed files with 2230 additions and 781 deletions

View File

@@ -17,7 +17,7 @@ use crate::exports::{ExportError, Exportable};
use crate::store::{Store, StoreObject};
use crate::ExternType;
use std::fmt;
use wasmer_vm::Export;
use wasmer_engine::Export;
/// An `Extern` is the runtime representation of an entity that
/// can be imported or exported.