Struct wasmer_emscripten::EmEnv
source · [−]pub struct EmEnv { /* private fields */ }
Expand description
The environment provided to the Emscripten imports.
Implementations
sourceimpl EmEnv
impl EmEnv
sourcepub fn new() -> Self
pub fn new() -> Self
Create a new EmEnv, with default value to be set later (set_memory, set_functions and set_data)
pub fn set_memory(&mut self, memory: Memory)
pub fn set_functions(&mut self, funcs: EmscriptenFunctions)
pub fn set_data(
&mut self,
data: &EmscriptenGlobalsData,
mapped_dirs: HashMap<String, PathBuf>
)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EmEnv
impl Send for EmEnv
impl Sync for EmEnv
impl Unpin for EmEnv
impl UnwindSafe for EmEnv
Blanket Implementations
impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
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.
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<F, W, T, D> Deserialize<With<T, W>, D> for F where
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for F where
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
impl<T> Upcastable for T where
T: 'static + Any + Send + Sync,
impl<T> Upcastable for T where
T: 'static + Any + Send + Sync,
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref