From b1a20f0eaf6a4476c19c9cbb9774c5d4c9ed0d0e Mon Sep 17 00:00:00 2001 From: flemming-it Date: Mon, 15 Jun 2026 22:56:19 +0200 Subject: [PATCH] refactor: rename to chain:studio-plugin WIT + provider chain Tracks the platform's fai->chain rename: provider chain, WIT ABI chain:studio-plugin / chain:platform (binding paths/accessors), SDK pin. Signed-off-by: flemming-it --- module.wasm | Bin 53604 -> 53636 bytes module.yaml | 2 +- src/lib.rs | 12 ++++++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/module.wasm b/module.wasm index e0118cb204d51be1c02a0e9ede19b371351a09fd..3d1d3661558424ff33ecf8a1eb5b5b6ce529f067 100644 GIT binary patch delta 335 zcmaE|h`D7k^Mv!9+Kdcp$r*{6c^j`y<6vrR-<-$U!YFi>iGwXSH8;Pgl8HeVEIoO` zNev+eF7xEXq|Eq&{Nj>$xG)C;j}C-0pIbwa*9=|Bd~QuPO^AYx=TrsxjnNeVMK`PR zsPE;;XJTMrWI|Xd0^*`uxp~6Lb&Q;vj10;!7syRcK5fI33)YNqi7-$v7PqKx<~-xU t1oF2k%+U&yE6(Zjq=WUt9jYOK#hogfxzDpOajG&h$iqA&HQC^z2>{wxa@PO= delta 302 zcmZo!%=}~#^Mv#4nv4u8X^EK|Z%pH0`r5X+fU|{B;2;wRTW)G@eo-Y8gEmldvIDm! zKbL88Vp3*&L4I*bJVZ>3MGM3z;MU|bL6s}u)?npR2TAhrsPgk0qR4LM Result { let tokens = match brightness.as_str() { "light" => SPACE_LIGHT.to_vec(), @@ -65,7 +65,7 @@ impl bindings::exports::fai::studio_plugin::theme::Guest for SpacePlugin { } } -impl bindings::exports::fai::studio_plugin::translate::Guest for SpacePlugin { +impl bindings::exports::chain::studio_plugin::translate::Guest for SpacePlugin { fn translate( _text: String, _from_locale: String, @@ -77,7 +77,7 @@ impl bindings::exports::fai::studio_plugin::translate::Guest for SpacePlugin { } } -impl bindings::exports::fai::studio_plugin::output_view::Guest for SpacePlugin { +impl bindings::exports::chain::studio_plugin::output_view::Guest for SpacePlugin { fn render( _mime_type: String, _data: Vec,