-
Notifications
You must be signed in to change notification settings - Fork 412
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
New point release for Apple Silicon Homebrew #959
Comments
On both
|
I have the same issue
Above was updated after I tried updating Rust Is there a workaround? |
Just to help other people who might get here via the quickstart guide. The "workaround" is to just install cargo generate manually and use it to generate the app, skipping the new command until it's fixed.
I don't think that the |
wasm-pack 0.9.1 fails to build with
--locked
flag on Homebrew macOS arm64 CIHomebrew is trying to port all its Rust-based formulae to Apple Silicon (Homebrew/homebrew-core#68301). Some formulae failed to build with Rust 1.49, including wasm-pack. This is usually due to outdated dependencies.
🐛 Bug description
When compiling
wasm-pack 0.9.1
withcargo install --locked --path .
on an Apple Silicon-based Mac CI server with Rust v1.49 stable fails to build with this error:The above error is usally due to an outdated version of the
cc
crate defined inCargo.lock
. The latestmaster
branch builds succesfully with--locked
natively on a local Apple Silicon MacBook.When are you planning to cut a new release of wasm-pack, since Homebrew can only build tagged versions? Is it possible to release a new patch version with an updated
Cargo.lock
?🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.9.1
rustc version: 1.49
The text was updated successfully, but these errors were encountered: