mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Fix the wasm build (#2919)
This commit is contained in:
parent
d06f457b2a
commit
d19314fe3a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ default = ["console_error_panic_hook"]
|
|||
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2.63"
|
||||
getrandom = { version = "0.2.1", features = ["js"] }
|
||||
|
||||
# The `console_error_panic_hook` crate provides better debugging of panics by
|
||||
# logging them with `console.error`. This is great for development, but requires
|
||||
|
|
Loading…
Reference in a new issue