-
Notifications
You must be signed in to change notification settings - Fork 416
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
Bundle cargo generate
temporarily for ease of installation
#373
Comments
i'd like to tackle this for 0.6.0 - this is blocked by getting |
@ashleygwilliams oh wouldn't bundling this in precompiled binaries fix those issues? Using |
oh. hrm. i think you're right. sorry. commented to early. i can have a PR for this today. |
I should be able to start working on this as soon as possible. Or are you tackling this @ashleygwilliams? |
@drager - i was hoping i could tackle this one? would that be ok? |
@ashleygwilliams: Yes of course! |
💡 Feature description
One of the first steps in the getting started guide is to
cargo install cargo-generate
, but this can take quite some time and also be difficult to execute in all circumstances (OpenSSL issues, libgit2 issues, etc).It'd be awesome if instead
wasm-pack
bundled the code forcargo-generate
by default (by using a dependeny on the actualcargo-generate
). That way we could have something likewasm-pack generate
which is immediately available after downloading wasm-pack. Eventually this wouldn't be necessary ifcargo generate
becomes more first class, but we could have a note saying that it's just a temporary measure for now!The text was updated successfully, but these errors were encountered: