-
Notifications
You must be signed in to change notification settings - Fork 195
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
Hanged on Installing wasm-bindgen
#44
Labels
bug
Something isn't working
Comments
I found an ad-hoc solution. Recommendations
Hopefully this solution can be helpful for those who have same issues. Reference/Links |
Mark |
3 tasks
jstarry
pushed a commit
to yewstack/yew
that referenced
this issue
Aug 15, 2020
I just tried the sample app. I had to specify the exact wasm-bindgen otherwise, wasm-pack is hanging same as: rustwasm/wasm-pack-template#44
jstarry
pushed a commit
to yewstack/yew
that referenced
this issue
Aug 16, 2020
I just tried the sample app. I had to specify the exact wasm-bindgen otherwise, wasm-pack is hanging same as: rustwasm/wasm-pack-template#44
teymour-aldridge
pushed a commit
to teymour-aldridge/yew
that referenced
this issue
Sep 1, 2020
I just tried the sample app. I had to specify the exact wasm-bindgen otherwise, wasm-pack is hanging same as: rustwasm/wasm-pack-template#44
Finally, I install wasm-bindgen-cli and wasm-opt before running |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
The installation hangs around
Installing wasm-bindgen
.Steps to Reproduce
Follow the Setup directives of Rust and WebAssembly book to install the dependencies.
cargo install wasm-pack
and the version ofwasm-pack
is0.8.1
cargo install cargo-generate
and cargo-generate version is0.4.0
npm
version is6.10.3
cargo generate --git https://github.com/rustwasm/wasm-pack-template
wasm-game-of-life
cd wasm-game-of-life
wasm-pack build
Installing wasm-bindgen
I check the version of
wasm-bindgen
, which is0.2.49
.Expected Behavior
It should be accomplished in a short time insteald of hanging there.
Actual Behavior
The installation hangs around
Installing wasm-bindgen
.Additional Context
Additional question: Is this project alive and under maintainance?
The text was updated successfully, but these errors were encountered: