chore: chain rename sweep — chain:studio-plugin WIT package / SDK tag pin

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-07-12 13:52:46 +02:00
parent 3a10e3ae7e
commit 31fa6d01e9
2 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ component. What remains for full round-trip:
that lists installed `studio.theme.*` capabilities.
Until those land, this plugin can be inspected with
`wasm-tools component wit` and packed via `fai pack` —
`wasm-tools component wit` and packed via `chain pack` —
`/tmp/studio-theme-solarized-0.1.0.fai` is sha256
`e3d5aae44bb97f14f8f84e293ef8742700956b69c7d6fe46bb8b3c97fc1b23a0`.
@ -47,5 +47,5 @@ the design notes.
```bash
cargo build --release --target wasm32-wasip2
cp target/wasm32-wasip2/release/studio_theme_solarized.wasm module.wasm
fai pack .
chain pack .
```