Hello World Plugin#
A minimal Lesstruct plugin that responds when loaded by the plugin system.
Prerequisites#
- TinyGo 0.28+
Build#
| |
Install#
Copy the compiled WASM file to the Lesstruct plugins directory:
| |
Expected Behavior#
When Lesstruct starts, it loads the plugin and calls hook_on_plugin_loaded. The plugin returns a JSON response:
| |