pub unsafe extern "C" fn WasmEdge_PluginLoadWithDefaultPaths()
Expand description

Load plugins with the default search paths.

The default paths are:

  1. The environment variable “WASMEDGE_PLUGIN_PATH”.
  2. The “../plugin/” directory related to the WasmEdge installation path.
  3. The “wasmedge/” directory under the library path if the WasmEdge is installed under the “/usr”.