Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 30, 2023
1 parent 819de87 commit 7c94cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/prql-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7c94cf1

Please sign in to comment.