pkg icon indicating copy to clipboard operation
pkg copied to clipboard

Separate capability servers and clients

Open mikelsr opened this issue 2 years ago • 1 comments

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 avatar Jul 12 '23 16:07 mikelsr

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

mikelsr avatar Jul 12 '23 17:07 mikelsr