mirror of
https://github.com/katanemo/plano.git
synced 2026-04-24 16:26:34 +02:00
* add claude code skills and streamline CLAUDE.md * remove claude code attribution from PR skill * update pr skill
282 B
282 B
| name | description |
|---|---|
| build-wasm | Build the WASM plugins for Envoy. Use when WASM plugin code changes. |
Build the WASM plugins:
cd crates && cargo build --release --target=wasm32-wasip1 -p llm_gateway -p prompt_gateway
If the build fails, diagnose and fix the errors.