Just a hint: Rust needs to be updated to 1.82 or the compilation will fail:
Compiling gleam-wasm v1.6.1 ()
error[E0432]: unresolved import `std::panic::PanicHookInfo`
--> compiler-cli/src/panic.rs:2:5
|
2 | use std::panic::PanicHookInfo;
| ^^^^^^^^^^^^-------------
| | |
| | help: a similar name exists in the module: `PanicInfo`
| no `PanicHookInfo` in `panic`
For more information about this error, try `rustc --explain E0432`.
error: could not compile `gleam` (bin "gleam") due to 1 previous error
So check your Rust version ($ rustc --version
) before installing this package, or run command $ rustup update stable
to update.
Pinned Comments
xyproto commented on 2024-09-03 21:53 (UTC)
@tleican I'm planning to move this package to [extra], and adopt+maintain it there, if you don't mind.