Loadable plugin
Loadable plugin is a standalong so/dylib/dll file that WasmEdge can load during runtime environment, and provide modules to be imported. The following steps give an example of making a loadable plugin.
Example code
See /example/get-string
directory for plugin example code.