Part of the C++ plugin migration (upstream: WasmEdge/WasmEdge#3840). Depends on the pilot (see Relationships) — needs at least one building plugin to exercise the pipeline.
Plugins must ship as prebuilt release assets from this repo so the installer (and users) stop depending on WasmEdge core releases.
🤖 Generated by Claude Fable 5 with Claude Code
Part of the C++ plugin migration (upstream: WasmEdge/WasmEdge#3840). Depends on the pilot (see Relationships) — needs at least one building plugin to exercise the pipeline.
Plugins must ship as prebuilt release assets from this repo so the installer (and users) stop depending on WasmEdge core releases.
<major>.<minor>.<patch>, with each release documenting which WasmEdge release the plugins were built against (e.g. "built against WasmEdge 0.17.0").WasmEdge-plugin-<plugin_name>-<version>-<os>_<arch>.tar.gz— so the installer change stays a URL swap.release.ymlworkflow: on tag push, build every enabled plugin across the platform matrix and upload assets to the GitHub release.docs/RELEASE.md.0.1.0pre-release exists containing at least the zlib plugin asset for one platform, installable by hand.🤖 Generated by Claude Fable 5 with Claude Code