pub struct WasiFunctionEnv {
pub env: FunctionEnv<WasiEnv>,
}
Fields§
§env: FunctionEnv<WasiEnv>
Implementations§
Source§impl WasiFunctionEnv
impl WasiFunctionEnv
pub fn new(store: &mut impl AsStoreMut, env: WasiEnv) -> Self
Sourcepub fn import_object(
&self,
store: &mut impl AsStoreMut,
module: &Module,
) -> Result<Imports, WasiError>
pub fn import_object( &self, store: &mut impl AsStoreMut, module: &Module, ) -> Result<Imports, WasiError>
Get an Imports
for a specific version of WASI detected in the module.
pub fn data_mut<'a>(&'a self, store: &'a mut impl AsStoreMut) -> &'a mut WasiEnv
Sourcepub fn initialize(
&mut self,
store: &mut impl AsStoreMut,
instance: &Instance,
) -> Result<(), ExportError>
pub fn initialize( &mut self, store: &mut impl AsStoreMut, instance: &Instance, ) -> Result<(), ExportError>
Initializes the WasiEnv using the instance exports (this must be executed before attempting to use it) (as the stores can not by themselves be passed between threads we can store the module in a thread-local variables and use it later - for multithreading)
Sourcepub fn import_object_for_all_wasi_versions(
&self,
store: &mut impl AsStoreMut,
module: &Module,
) -> Result<Imports, WasiError>
pub fn import_object_for_all_wasi_versions( &self, store: &mut impl AsStoreMut, module: &Module, ) -> Result<Imports, WasiError>
Like import_object
but containing all the WASI versions detected in
the module.
Auto Trait Implementations§
impl Freeze for WasiFunctionEnv
impl !RefUnwindSafe for WasiFunctionEnv
impl Send for WasiFunctionEnv
impl Sync for WasiFunctionEnv
impl Unpin for WasiFunctionEnv
impl !UnwindSafe for WasiFunctionEnv
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Upcastable for T
impl<T> Upcastable for T
Source§fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
Source§fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref