Part of the C++ plugin migration (upstream: WasmEdge/WasmEdge#3840). Depends on the standalone build system (see Relationships).
End-to-end pilot using wasmedge_zlib — deliberately the smallest plugin (only external dep: zlib; upstream test suite exists). This issue establishes the patterns every other plugin migration copies, and unblocks the 14 parallel migration issues.
🤖 Generated by Claude Fable 5 with Claude Code
Part of the C++ plugin migration (upstream: WasmEdge/WasmEdge#3840). Depends on the standalone build system (see Relationships).
End-to-end pilot using
wasmedge_zlib— deliberately the smallest plugin (only external dep: zlib; upstream test suite exists). This issue establishes the patterns every other plugin migration copies, and unblocks the 14 parallel migration issues.-DWASMEDGE_PLUGIN_ZLIB=ONproduces the plugin shared library against the installed WasmEdge 0.17.0 SDK.test/plugins/wasmedge_zlib, runnable viactest; document how a test locates the built plugin (WASMEDGE_PLUGIN_PATH)..github/workflows/build-wasmedge_zlib.yml+.github/scripts/wasmedge_zlib/<platform>.sh(pattern prototyped in PR WIP ci: build plugins #3). Trigger on PRs touching the plugin's paths plus the shared build system.wasmedge_zlibas the first row (name, status, platforms, maintainer).docs/MIGRATING.md: the recipe the 14 follow-up issues will follow (enable option → port tests → copy workflow → README row).🤖 Generated by Claude Fable 5 with Claude Code