-
ipswarm是一种采用IPFS、WASM和WASI技术的分布式边缘计算方案
资源介绍
IP群
由IPFS,WASM,WASI提供支持的无服务器工作负载。
用法
运行IPFS
ipfs daemon
运行IPSwarm
docker build -t ipswarm .
docker run --rm -it -p 8585:8585 ipswarm
锈示例
cargo new hello-world
cd hello-world
rustup target add wasm32-wasi
cargo build --target wasm32-wasi --release
IPFS_REF=$(ipfs add --quiet target/wasm32-wasi/rele