Function wasmedge_sys::ffi::WasmEdge_PluginLoadWithDefaultPaths
source · pub unsafe extern "C" fn WasmEdge_PluginLoadWithDefaultPaths()
Expand description
Load plugins with the default search paths.
The default paths are:
- The environment variable “WASMEDGE_PLUGIN_PATH”.
- The “../plugin/” directory related to the WasmEdge installation path.
- The “wasmedge/” directory under the library path if the WasmEdge is installed under the “/usr”.