You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tooling for building a Rust project for Station. This will likely involve Deno’s wasmbuild and possibly other build steps. A minimal solution is to write documentation explaining the manual steps.
SDK exposing Zinnia Platform APIs. This can be a light wrapper around js_sys and web_sys crates, plus functions using wasm-bindgen to invoke our custom APIs, e.g. libp2p, Activity Log reporting, and so on.
Zinnia CLI need to know how to load and run these modules.
Some of the work required to make this happen:
wasmbuild
and possibly other build steps. A minimal solution is to write documentation explaining the manual steps.js_sys
andweb_sys
crates, plus functions usingwasm-bindgen
to invoke our custom APIs, e.g. libp2p, Activity Log reporting, and so on.Tracking milestone: https://github.com/filecoin-station/zinnia/milestones/4
The text was updated successfully, but these errors were encountered: