pub struct WasmtimeWasmBackend { /* private fields */ }Trait Implementations§
source§impl Clone for WasmtimeWasmBackend
impl Clone for WasmtimeWasmBackend
source§fn clone(&self) -> WasmtimeWasmBackend
fn clone(&self) -> WasmtimeWasmBackend
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for WasmtimeWasmBackend
impl Default for WasmtimeWasmBackend
source§fn default() -> WasmtimeWasmBackend
fn default() -> WasmtimeWasmBackend
Returns the “default value” for a type. Read more
source§impl WasmBackend for WasmtimeWasmBackend
impl WasmBackend for WasmtimeWasmBackend
§type Store = WasmtimeStore
type Store = WasmtimeStore
A type that stores all the data, while most of the types are handles to data from
Store.§type Imports = WasmtimeImports
type Imports = WasmtimeImports
An object that holds all the functions that are given to
Module as imports.§type ContextMut<'c> = WasmtimeContextMut<'c>
type ContextMut<'c> = WasmtimeContextMut<'c>
A temporary mutable handle to
Store§type ImportCallContext<'c> = WasmtimeImportCallContext<'c>
type ImportCallContext<'c> = WasmtimeImportCallContext<'c>
A type that is used to pass context to imports.
§type HostFunction = WasmtimeFunction
type HostFunction = WasmtimeFunction
A host function prepared to be used as import for instantiating a module, contained in
Store.§type ExportFunction = WasmtimeFunction
type ExportFunction = WasmtimeFunction
An export function from a wasm instance, contained in
Store§type MemoryView = WasmtimeMemory
type MemoryView = WasmtimeMemory
A view to the wasm memory.
source§fn new() -> WasmBackendResult<Self>
fn new() -> WasmBackendResult<Self>
Creates a new wasm backend with default configuration. In future, a configuration
may be passed as argument.
Auto Trait Implementations§
impl !RefUnwindSafe for WasmtimeWasmBackend
impl Send for WasmtimeWasmBackend
impl Sync for WasmtimeWasmBackend
impl Unpin for WasmtimeWasmBackend
impl !UnwindSafe for WasmtimeWasmBackend
Blanket Implementations§
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
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
Query the “status” flags for the
self file descriptor.