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

@ -22,13 +22,13 @@ rust-version = "1.85"
crate-type = ["cdylib"] crate-type = ["cdylib"]
[dependencies] [dependencies]
# The SDK lives in fai/fai_plugin_sdk_rust during bootstrap; # Local path during bootstrap; externally this is the git
# in production this will be a git dependency pointing at # dependency https://git.flemming.ai/fai/chain-plugin-sdk-rust
# https://git.flemming.ai/fai/chain-plugin-sdk-rust. # pinned to a released tag (see docs/advanced/plugin-sdk.md).
chain-plugin-sdk = { path = "../../fai_chain_plugin_sdk_rust" } chain-plugin-sdk = { path = "../../fai_chain_plugin_sdk_rust" }
[package.metadata.component] [package.metadata.component]
package = "fai:studio-plugin" package = "chain:studio-plugin"
[profile.release] [profile.release]
opt-level = "s" opt-level = "s"

View file

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