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
Right now, we only fetch Wasm modules from local IPFS resources/URLs or set IPFS gateway. We should leverage car-mirror-rust.
Components
Integrate car-mirror over HTTP (probably high-level APIs / reqwest-client to start) for non IPFS links.
Fetching should probably move into background work (can do this after first integration w/ the current in-parallel fetch that happens as part of (local) scheduler initialization.
Look into sans-io if we want to wrap our own I/O, though the former is probably the best first run.
The text was updated successfully, but these errors were encountered:
Summary
Right now, we only fetch Wasm modules from local IPFS resources/URLs or set IPFS gateway. We should leverage car-mirror-rust.
Components
The text was updated successfully, but these errors were encountered: