We should describe how to build the thing and what it's for.
We have a utility for building that does some checks: go run ./cmd/build
Need to list dependencies and whatnot.
The purpose is essentially to mount Go's fs.FS interface over a range of host and target APIs.
We implement some of these right now for things like IPFS, FUSE, and 9P with plans to extend as requested.
We should describe how to build the thing and what it's for.
We have a utility for building that does some checks:
go run ./cmd/build
Need to list dependencies and whatnot.The purpose is essentially to mount Go's
fs.FS
interface over a range of host and target APIs. We implement some of these right now for things like IPFS, FUSE, and 9P with plans to extend as requested.