Struct wasmedge_sdk::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