Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate capability servers and clients #131

Open
mikelsr opened this issue Jul 12, 2023 · 1 comment
Open

Separate capability servers and clients #131

mikelsr opened this issue Jul 12, 2023 · 1 comment
Assignees
Labels
cleanup Code-quality improvements

Comments

@mikelsr
Copy link
Contributor

mikelsr commented Jul 12, 2023

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 mikelsr self-assigned this Jul 12, 2023
@mikelsr
Copy link
Contributor Author

mikelsr commented Jul 12, 2023

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

@mikelsr mikelsr added the cleanup Code-quality improvements label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code-quality improvements
Projects
None yet
Development

No branches or pull requests

1 participant