mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Make function_env common for js/sys
This commit is contained in:
@@ -430,6 +430,7 @@ compile_error!(
|
||||
);
|
||||
|
||||
mod engine;
|
||||
mod function_env;
|
||||
mod module;
|
||||
mod store;
|
||||
|
||||
@@ -446,6 +447,7 @@ mod js;
|
||||
pub use js::*;
|
||||
|
||||
pub use engine::{AsEngineRef, Engine};
|
||||
pub use function_env::{FunctionEnv, FunctionEnvMut};
|
||||
pub use module::{IoCompileError, Module};
|
||||
pub use store::{OnCalledHandler, Store, StoreId};
|
||||
#[cfg(feature = "sys")]
|
||||
|
||||
Reference in New Issue
Block a user