-
Notifications
You must be signed in to change notification settings - Fork 821
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
Implement wasmer init and wasmer publish #3324
Conversation
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.
I think we've got the core of wasmer init
here. Let's merge it once CI passes and make a follow-up PR refactoring Init::execute()
.
@Michael-F-Bryan okay, this should be done now, I removed support for |
bors r+ |
👎 Rejected by code reviews |
bors r+ |
Build succeeded: |
let toml_string = toml::to_string_pretty(&toml)? | ||
.replace( | ||
"[dependencies]", | ||
&format!("{NOTE}{NEWLINE}{NEWLINE}[dependencies]"), |
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.
Good touch
No description provided.