Struct wasmedge_sdk::utils::Driver
source · pub struct Driver {}
Expand description
Defines WasmEdge Driver functions
Implementations§
source§impl Driver
impl Driver
sourcepub fn aot_compiler<I, V>(args: I) -> i32where
I: IntoIterator<Item = V>,
V: AsRef<str>,
pub fn aot_compiler<I, V>(args: I) -> i32where I: IntoIterator<Item = V>, V: AsRef<str>,
Triggers the WasmEdge AOT compiler tool
sourcepub fn runtime_tool<I, V>(args: I) -> i32where
I: IntoIterator<Item = V>,
V: AsRef<str>,
pub fn runtime_tool<I, V>(args: I) -> i32where I: IntoIterator<Item = V>, V: AsRef<str>,
Triggers the WasmEdge runtime tool
sourcepub fn unified_tool<I, V>(args: I) -> i32where
I: IntoIterator<Item = V>,
V: AsRef<str>,
pub fn unified_tool<I, V>(args: I) -> i32where I: IntoIterator<Item = V>, V: AsRef<str>,
Triggers the WasmEdge unified tool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Driver
impl Send for Driver
impl Sync for Driver
impl Unpin for Driver
impl UnwindSafe for Driver
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