pub struct Driver {}
Expand description
Defines WasmEdge Driver functions
Implementations§
Source§impl Driver
impl Driver
Sourcepub fn aot_compiler<I, V>(args: I) -> i32
pub fn aot_compiler<I, V>(args: I) -> i32
Triggers the WasmEdge AOT compiler tool
Sourcepub fn runtime_tool<I, V>(args: I) -> i32
pub fn runtime_tool<I, V>(args: I) -> i32
Triggers the WasmEdge runtime tool
Sourcepub fn unified_tool<I, V>(args: I) -> i32
pub fn unified_tool<I, V>(args: I) -> i32
Triggers the WasmEdge unified tool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Driver
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