-
fai-module-sdk v0.1.2
All checks were successfulCI / Linux x86_64 (Forgejo) (push) Successful in 1m33sreleased this
2026-05-02 12:05:01 +02:00 | 4 commits to main since this releaseFirst reference user (text-extract v0.1.5) and second
production user (orchestrator-llm v0.3.0) ship against this
SDK. Behaviour confirmed: the #[fai_module] macro absorbs all
WASM-module boilerplate; module repos contain only business
logic.Highlights since v0.1.0:
- Macro emits WASM glue only on target_arch = wasm32 so
module crates can declare crate-type = ["cdylib", "rlib"]
and run integration tests on host without the WASM runtime - Strict =0.1.0 pin between sdk and macros crate dropped in
favour of path-only resolution (matches tokio/serde pattern) - Forgejo CI green; WIT mirror snapshot test verifies
byte-identity with the platform's frozen v1.0 contract
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
- Macro emits WASM glue only on target_arch = wasm32 so