mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +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]
|
[dependencies]
|
||||||
wasm-bindgen = "0.2.63"
|
wasm-bindgen = "0.2.63"
|
||||||
|
getrandom = { version = "0.2.1", features = ["js"] }
|
||||||
|
|
||||||
# The `console_error_panic_hook` crate provides better debugging of panics by
|
# The `console_error_panic_hook` crate provides better debugging of panics by
|
||||||
# logging them with `console.error`. This is great for development, but requires
|
# logging them with `console.error`. This is great for development, but requires
|
||||||
|
|
Loading…
Reference in a new issue