Loadable plugin
Loadable plugin is a stand-along .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 examples/plugin/get-string
directory for the plugin example code.