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

Implement wasmer init and wasmer publish #3324

Merged
merged 91 commits into from Dec 16, 2022
Merged

Implement wasmer init and wasmer publish #3324

merged 91 commits into from Dec 16, 2022

Conversation

fschutt
Copy link
Contributor

@fschutt fschutt commented Nov 18, 2022

No description provided.

@fschutt fschutt changed the title Add wasmer init Implement wasmer init Nov 18, 2022
lib/cli/src/commands/init.rs Outdated Show resolved Hide resolved
lib/cli/src/commands/init.rs Outdated Show resolved Hide resolved
lib/cli/src/commands/init.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@Michael-F-Bryan Michael-F-Bryan left a 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().

@ptitSeb ptitSeb added this to the v3.1 milestone Nov 30, 2022
@fschutt fschutt mentioned this pull request Dec 2, 2022
@fschutt fschutt modified the milestones: v3.1, v3.2 Dec 6, 2022
@fschutt fschutt changed the title Implement wasmer init Implement wasmer init and wasmer publish Dec 12, 2022
@fschutt
Copy link
Contributor Author

fschutt commented Dec 16, 2022

@Michael-F-Bryan okay, this should be done now, I removed support for cargo wapm, so those problems with namespace = ... are gone now.

lib/cli/Cargo.toml Outdated Show resolved Hide resolved
rust-toolchain Outdated Show resolved Hide resolved
@fschutt
Copy link
Contributor Author

fschutt commented Dec 16, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 16, 2022

👎 Rejected by code reviews

@fschutt
Copy link
Contributor Author

fschutt commented Dec 16, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 16, 2022

Build succeeded:

@bors bors bot merged commit 7a90abf into master Dec 16, 2022
@bors bors bot deleted the init branch December 16, 2022 21:02
Makefile Show resolved Hide resolved
let toml_string = toml::to_string_pretty(&toml)?
.replace(
"[dependencies]",
&format!("{NOTE}{NEWLINE}{NEWLINE}[dependencies]"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good touch

This was referenced Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants