-
Notifications
You must be signed in to change notification settings - Fork 98
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
Adopt Devcontainer for Development Environment #81
Conversation
Could you add a brief document describe the use of dev-container in readme? pls |
## Development with Dev Container | ||
|
||
See [docs/DEVCONTAINER.md](docs/DEVCONTAINER.md) for instructions on using Dev Container for development. |
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.
Hi @jokemanfire, I've created a dedicated document for Dev Container setup in docs/DEVCONTAINER.md
as we discussed. I've also added a link to it in the README.md. Could you please take a look and let me know if you have any feedback?
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.
thks , and pls add a link in root's readme.
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.
Thank you for your feedback.
The link to the Dev Container documentation has already been added to the project root's README.md, under the "Development with Dev Container" section.
Please take a look at it here: https://github.com/Z9RTM/rust-sdk/tree/devcontainer?tab=readme-ov-file#development-with-dev-container
If you still can't find it or have any further questions, please let me know.
Thanks! |
Motivation and Context
Issue #80
How Has This Been Tested?
Simply executing the
cargo build
command is not sufficient. To build a wasi example project, must usecargo build -p wasi --target wasm32-wasip2
Breaking Changes
No
Types of changes
Checklist
Additional context