Merge branch 'master' into feat-deprecated-runtime-core

This commit is contained in:
Ivan Enderlin
2020-07-09 10:45:40 +02:00
101 changed files with 1633 additions and 1294 deletions

View File

@@ -13,7 +13,7 @@ pub use self::table::Table;
use crate::exports::{ExportError, Exportable};
use crate::store::{Store, StoreObject};
use crate::ExternType;
use wasmer_runtime::Export;
use wasmer_vm::Export;
#[derive(Clone)]
pub enum Extern {