Struct tinywasm::runtime::InterpreterRuntime
source · pub struct InterpreterRuntime {}
Expand description
The main TinyWasm runtime.
This is the default runtime used by TinyWasm.
Trait Implementations§
source§impl Debug for InterpreterRuntime
impl Debug for InterpreterRuntime
source§impl Default for InterpreterRuntime
impl Default for InterpreterRuntime
source§fn default() -> InterpreterRuntime
fn default() -> InterpreterRuntime
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for InterpreterRuntime
impl Send for InterpreterRuntime
impl Sync for InterpreterRuntime
impl Unpin for InterpreterRuntime
impl UnwindSafe for InterpreterRuntime
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