mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
feat(api) Re-export WithEnv and WithoutEnv.
It is required for `deprecated/runtime-core/`.
This commit is contained in:
3
lib/api/src/externals/function.rs
vendored
3
lib/api/src/externals/function.rs
vendored
@@ -5,8 +5,7 @@ use crate::types::Val;
|
||||
use crate::FunctionType;
|
||||
use crate::NativeFunc;
|
||||
use crate::RuntimeError;
|
||||
pub use inner::{HostFunction, WasmExternType, WasmTypeList};
|
||||
use inner::{WithEnv, WithoutEnv};
|
||||
pub use inner::{HostFunction, WasmExternType, WasmTypeList, WithEnv, WithoutEnv};
|
||||
use std::cell::RefCell;
|
||||
use std::cmp::max;
|
||||
use wasmer_runtime::{
|
||||
|
||||
Reference in New Issue
Block a user