-
Notifications
You must be signed in to change notification settings - Fork 2
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
Easier WASI setup #31
Conversation
Investigating. I was switching my local config between test and prod registry that had different SHAs. |
Make sense. Can you also add docs on how to pull from a registry (and push there)? Maybe pushing elsewhere, in internal docs, but at least getting latest from registry here |
Will do today. The registry config for a project should really be committed to the workspace in the repo, instead of global config. It was there in It would drastically simplify the setup instructions for the hackathon devs. |
I forgot that This is an unlikely edge case for the hackathon. Only would occur if you are switching around registry config in weird ways, like I was. |
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.
When the simpler setup is available, we can revise with a follow up PR.
Builds on #26 but moves the setup and build instructions into easy scripts. Also assert the MSRV there, as a fellow (frontend) dev hit odd issues with a very old Rust version.
Setup seems to work.
The build script fails due to some issue in the code configuration I think. That is
./scripts/build_wasi.sh
as well ascd wasi/square/ && cargo component build --release
provides: