Skip to main content
Version: 0.5.0

ewwii set-plugin

The set-plugin command allows users to load compiled shared libraries directly into ewwii for modifying its functionality.

Example:

# load the plugin at a specified path
ewwii set-plugin ./path/to/mylib.so

Similarly, there is an argument called --with-plugin on the daemon command that can be used to load the libraries before rhai evulation.

Example:

ewwii daemon --with-plugin ./path/to/mylib.so

There can only be one shared library loaded into a daemon. Once a library is loaded, there is no way to unload it without killing the daemon.