This repository was archived by the owner on Aug 25, 2025. It is now read-only.
-
Couldn't load subscription status.
- Fork 203
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Hanged on Installing wasm-bindgen #44
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
The installation hangs around Installing wasm-bindgen.
$ wasm-pack build
[INFO]: 🎯 Checking for the Wasm target...
[INFO]: 🌀 Compiling to Wasm...
Updating crates.io index
Compiling proc-macro2 v1.0.0
Compiling unicode-xid v0.2.0
Compiling wasm-bindgen-shared v0.2.49
Compiling log v0.4.8
Compiling syn v1.0.1
Compiling cfg-if v0.1.9
Compiling bumpalo v2.5.0
Compiling lazy_static v1.3.0
Compiling wasm-bindgen v0.2.49
Compiling quote v1.0.0
Compiling wasm-bindgen-backend v0.2.49
Compiling wasm-bindgen-macro-support v0.2.49
Compiling wasm-bindgen-macro v0.2.49
Compiling console_error_panic_hook v0.1.6
Compiling wasm-game-of-life v0.1.0 (/Users/xxx/projects/wasm-game-of-life)
warning: function is never used: `set_panic_hook`
--> src/utils.rs:1:1
|
1 | pub fn set_panic_hook() {
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default
Finished release [optimized] target(s) in 54.57s
[INFO]: ⬇️ Installing wasm-bindgen...
Steps to Reproduce
Follow the Setup directives of Rust and WebAssembly book to install the dependencies.
cargo install wasm-packand the version ofwasm-packis0.8.1cargo install cargo-generateand cargo-generate version is0.4.0npmversion is6.10.3cargo generate --git https://github.com/rustwasm/wasm-pack-template- Type name as
wasm-game-of-life cd wasm-game-of-lifewasm-pack build- It hanged around
Installing wasm-bindgen
I check the version of wasm-bindgen, which is 0.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?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working