Merge branch 'master' into feature/middleware

This commit is contained in:
nlewycky
2020-11-30 15:12:02 -08:00
committed by GitHub
76 changed files with 1517 additions and 1171 deletions

View File

@@ -46,6 +46,8 @@ pub mod internals {
//! `wasmer-vm`. Please don't use any of this types directly, as
//! they might change frequently or be removed in the future.
#[cfg(feature = "deprecated")]
pub use crate::externals::{UnsafeMutableEnv, WithUnsafeMutableEnv};
pub use crate::externals::{WithEnv, WithoutEnv};
}