diff --git a/bindings/prql-js/Cargo.toml b/bindings/prql-js/Cargo.toml index c10d4b152015..f22e7e4ab45f 100644 --- a/bindings/prql-js/Cargo.toml +++ b/bindings/prql-js/Cargo.toml @@ -28,9 +28,9 @@ wasm-bindgen = "0.2.87" # `--no-default-features`, # `prql/target/wasm32-unknown-unknown/release/prql_js.wasm` is 7.416MB vs # 7.408MB. Maybe because we're already including lots of that with other library -# features? Even running `wasm-opt prql_js.wasm` makes similiarly sized files of +# features? Even running `wasm-opt prql_js.wasm` makes similarly sized files of # 5.7M. Feel free to try removing this as part of reducing code size (would be -# good to have a much smaller code size...). +# good to have a much smaller code size...). console_error_panic_hook = {version = "0.1.7", optional = true} [target.'cfg(target_family="wasm")'.dev-dependencies]