wetware / pkg

Peer-to-peer cloud environment
https://wetware.run
Other
38 stars 7 forks source link

Separate capability servers and clients #131

Open mikelsr opened 1 year ago

mikelsr commented 1 year ago

Right now we tend to implement a client (mostly utils that interact with a server) and a server in the same file and package. It would be useful to be able to use the client from WASM, however the servers cannot be compiled to it.

mikelsr commented 1 year ago

chan.go is currently in the server package but it could be moved to csp by tinkering with the casm dependency