Skip to content

Commit

Permalink
perf: remove unused wasm-bindgen feature
Browse files Browse the repository at this point in the history
slight improvements, but still something I guess
  • Loading branch information
oplik0 committed Apr 11, 2024
1 parent 3db4b69 commit 5049f16
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 567 deletions.
3 changes: 3 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
getrandom = { version = "0.2", features = ["js"] }
scrypt = { version = "0.11", default-features = false }
wasm-bindgen = { version = "=0.2.92", default-features = false, features = ["spans"] }
wasm-bindgen = { version = "=0.2.92", default-features = false }

[dev-dependencies]
wasm-bindgen-test = "=0.3.42"
Expand Down
Loading

0 comments on commit 5049f16

Please sign in to comment.