Add hack to get deprecated API to work

This commit is contained in:
Mark McCaskey
2020-11-19 17:43:33 -08:00
parent 84370c7930
commit a95c44583c
11 changed files with 300 additions and 177 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::{LegacyEnv, WithLegacyEnv};
pub use crate::externals::{WithEnv, WithoutEnv};
}