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:
parent
3a10e3ae7e
commit
31fa6d01e9
2 changed files with 6 additions and 6 deletions
|
|
@ -22,13 +22,13 @@ rust-version = "1.85"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
# The SDK lives in fai/fai_plugin_sdk_rust during bootstrap;
|
||||
# in production this will be a git dependency pointing at
|
||||
# https://git.flemming.ai/fai/chain-plugin-sdk-rust.
|
||||
# Local path during bootstrap; externally this is the git
|
||||
# dependency 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" }
|
||||
|
||||
[package.metadata.component]
|
||||
package = "fai:studio-plugin"
|
||||
package = "chain:studio-plugin"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
|
|
|
|||
|
|
@ -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 .
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue