{{ message }}
chore: remove deprecated wasmedge_llmc plugin (#36)#51
Draft
0yi0 wants to merge 1 commit into
Draft
Conversation
Upstream deprecated the wasmedge_llmc plugin (WasmEdge/WasmEdge#4964). Rather than migrate it into cpp-plugins, remove it: drop plugins/wasmedge_llmc and test/plugins/wasmedge_llmc and their add_subdirectory stanzas in plugins/CMakeLists.txt and test/plugins/CMakeLists.txt. libpiper (wasi_nn) is unrelated and kept. Closes #36 Signed-off-by: Yi Huang <yi@secondstate.io> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

PR summary
Remove the
wasmedge_llmcplugin. Upstream deprecated it (WasmEdge/WasmEdge#4964,chore(plugin/llmc): deprecate wasmedge-llmc plugin); rather than migrate it into cpp-plugins, we drop it. Closes #36 (the llmc migration issue). Decision flagged in #36 / #22.Implementation design
git rm -r plugins/wasmedge_llmc test/plugins/wasmedge_llmcif(WASMEDGE_PLUGIN_LLMC) add_subdirectory(wasmedge_llmc)stanza fromplugins/CMakeLists.txtandtest/plugins/CMakeLists.txt.libpiperis intentionally untouched — it belongs towasi_nn(utils/wasi-nn/,utils/build_libpiper.sh), not llmc.Design decisions
wasmedge_llmc/WASMEDGE_PLUGIN_LLMC/wasmedgePluginWasmEdgeLLMCall gone).Commit slicing
Single authored commit:
chore: remove deprecated wasmedge_llmc plugin (#36).Test plan
wasmedge_llmc/WASMEDGE_PLUGIN_LLMCreferences in the treelibpiper/ wasi_nn files intactInteraction with #50 (re-import)
#50 (the faithful refresh re-import) modifies
test/plugins/wasmedge_llmc(it carries the upstream deprecation commit), while this PR deletes that dir. Recommended merge order: #50 first (keep the mirror faithful), then this removal as the clean follow-up. If this merges first, #50 needs a trivial modify/delete resolution (keep the deletion).Non-goals / afterwards
🤖 Generated by Claude Opus 4.8 (1M context) with Claude Code