Files
wehub-resource-sync 770d92cb1f
Lint / lint (push) Has been cancelled
Build Docs / Deploy Docs (push) Has been cancelled
Windows CI / Windows (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:23:58 +08:00
..

MLC-LLM WebAssembly Runtime

This folder contains MLC-LLM WebAssembly Runtime.

Please refer to https://llm.mlc.ai/docs/install/emcc.html.

The main step is running make under this folder, a step included in web/prep_emcc_deps.sh.

make creates web/dist/wasm/mlc_wasm_runtime.bc, which will be included in the model library wasm when we compile the model. Thus during runtime, runtimes like WebLLM can directly reuse source code from MLC-LLM.