forked from extern/nushell
Fix the wasm build (#2919)
This commit is contained in:
parent
d06f457b2a
commit
d19314fe3a
@ -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 New Issue
Block a user