Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve plugin loading, and include sample plugin with docker container #39

Merged
merged 3 commits into from
Jan 4, 2024

Conversation

mattjohnsonpint
Copy link
Collaborator

@mattjohnsonpint mattjohnsonpint commented Jan 4, 2024

  • Updates the dockerfile to include the runtime and the example hmplugin1 plugin, and load it by default.
  • Adds a new parameter --plugins which can be used to set the path to the plugins directory. Used by the dockerfile.
  • Loads all plugins in the plugins directory, using either <pluginsdir>/myplugin/build/debug.wasm, or <pluginsdir>/myplugin.wasm, allowing both for local development and production usage.
  • Updates the readme files for docker instructions.

@mattjohnsonpint mattjohnsonpint merged commit 7cb4604 into main Jan 4, 2024
2 checks passed
@mattjohnsonpint mattjohnsonpint deleted the mjp/plugin-loading branch January 4, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant