refactor: rename WIT contract fai:platform->chain:platform
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 2s
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 2s
Tracks the platform's WIT ABI rename. The module world package is now chain:platform@1.0.0; generated binding paths + accessor names follow. Modules built with this SDK now import chain:platform/host. SDK crate names stay fai-* (vendor namespace) for now. Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
5fe32eac8d
commit
a5da67d0a3
4 changed files with 6 additions and 6 deletions
|
|
@ -24,7 +24,7 @@
|
|||
// stable, ergonomic surface. That is what protects modules
|
||||
// from any future evolution of this contract.
|
||||
|
||||
package fai:platform@1.0.0;
|
||||
package chain:platform@1.0.0;
|
||||
|
||||
/// Types that flow between the host (hub) and modules.
|
||||
interface types {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue