-
Notifications
You must be signed in to change notification settings - Fork 664
Remove spacetimedb-core as a dep of cli #2244
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
Conversation
71f00ed to
93c50bd
Compare
|
I'm broadly in favor of improving compile times. +1 to Mario's questions. Dumb question - what exactly is spacetimedb-core? At first glance, it seems entirely reasonable for the CLI to depend on a core spacetimedb library. I don't personally feel equipped to confirm that the changes don't do something meaningful, particularly around wasmtime. Can you add a bit more detail to the |
|
|
93c50bd to
9057b09
Compare
|
I could copy over |
9057b09 to
e3f44a0
Compare
|
The internal tests are only because |
5a63ef3 to
ff663c3
Compare
cd8350b to
9c04249
Compare
bfops
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, this LGTM given the discussions. I'm not sure what to do with @mamcx's remaining comment.
Description of Changes
This is possible now that standalone is now a separate binary from cli. This lets us separate concerns, and speed up compilation of the cli.
Expected complexity level and risk
1 - moves some stuff around but otherwise a pretty small change.
Testing