Skip to content

Commit 8e79ebf

Browse files
0yi0claude
andcommitted
chore: remove deprecated wasmedge_llmc plugin (#36)
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>
1 parent 3a09963 commit 8e79ebf

13 files changed

Lines changed: 0 additions & 827 deletions

File tree

plugins/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ if(WASMEDGE_PLUGIN_IMAGE)
5252
endif()
5353
endif()
5454

55-
# WasmEdge plug-in: LLMC.
56-
if(WASMEDGE_PLUGIN_LLMC)
57-
add_subdirectory(wasmedge_llmc)
58-
endif()
59-
6055
# WasmEdge plug-in: OCR.
6156
if(WASMEDGE_PLUGIN_OCR)
6257
add_subdirectory(wasmedge_ocr)

plugins/wasmedge_llmc/CMakeLists.txt

Lines changed: 0 additions & 66 deletions
This file was deleted.

plugins/wasmedge_llmc/llmc_base.h

Lines changed: 0 additions & 28 deletions
This file was deleted.

plugins/wasmedge_llmc/llmc_env.cpp

Lines changed: 0 additions & 85 deletions
This file was deleted.

plugins/wasmedge_llmc/llmc_env.h

Lines changed: 0 additions & 57 deletions
This file was deleted.

plugins/wasmedge_llmc/llmc_func.cpp

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)