chore: finish fai->chain naming in README, repository URL, macro internals
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1s

README still documented the crate as fai-module-sdk with a
fai_module_sdk::prelude import; the workspace repository field
pointed at the pre-rename module-sdk-rust URL; the #[fai_module]
expansion used a __fai_module_sdk_internal hygiene module. All
three now carry the chain-module-sdk name. Also note the WIT
contract is chain:platform@1.1 (additive emit-event on the
frozen 1.0 base) and document ctx.emit in the surface table.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-07-07 13:43:09 +02:00
parent f32dc820b9
commit 5cbdb5324e
3 changed files with 14 additions and 13 deletions

View file

@ -41,7 +41,7 @@ pub fn fai_module(_attrs: TokenStream, input: TokenStream) -> TokenStream {
// dragging the wit_bindgen runtime onto the host target.
#[cfg(target_arch = "wasm32")]
#[doc(hidden)]
mod __fai_module_sdk_internal {
mod __chain_module_sdk_internal {
#![allow(
unsafe_op_in_unsafe_fn,
unused_imports,