Part of the C++ plugin migration (upstream: WasmEdge/WasmEdge#3840). Blocked by the pilot migration (see Relationships) — follow the recipe in docs/MIGRATING.md once it lands.
Migrate wasmedge_stablediffusion to build, test, and ship from this repository.
Migration notes: builds stable-diffusion.cpp at build time; CUDA/Metal flavors like wasi_nn; upstream tests exist.
🤖 Generated by Claude Fable 5 with Claude Code
Part of the C++ plugin migration (upstream: WasmEdge/WasmEdge#3840). Blocked by the pilot migration (see Relationships) — follow the recipe in
docs/MIGRATING.mdonce it lands.Migrate
wasmedge_stablediffusionto build, test, and ship from this repository.wasmedge_stablediffusionin the standalone CMake build (its existingWASMEDGE_PLUGIN_*option) against the pinned WasmEdge SDKtest/plugins/wasmedge_stablediffusionand make them pass locally — or add a smoke test if no upstream suite exists.github/workflows/build-wasmedge_stablediffusion.yml+.github/scripts/wasmedge_stablediffusion/wasmedge_stablediffusion: tick it off in the core-removal tracking issueMigration notes: builds stable-diffusion.cpp at build time; CUDA/Metal flavors like wasi_nn; upstream tests exist.
🤖 Generated by Claude Fable 5 with Claude Code