Merge branch 'master' into feat-rename-wasmexterntype

This commit is contained in:
Ivan Enderlin
2020-07-02 11:23:08 +02:00
6 changed files with 13 additions and 706 deletions

View File

@@ -5,8 +5,7 @@ use crate::types::Val;
use crate::FunctionType;
use crate::NativeFunc;
use crate::RuntimeError;
pub use inner::{FromToNativeWasmType, HostFunction, WasmTypeList};
use inner::{WithEnv, WithoutEnv};
pub use inner::{FromToNativeWasmType, HostFunction, WasmTypeList, WithEnv, WithoutEnv};
use std::cell::RefCell;
use std::cmp::max;
use wasmer_runtime::{