Skip to content

Commit

Permalink
Add back accidentally removed WASM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleidawave committed Feb 6, 2025
1 parent 506be8b commit dee6090
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ source-map = { version = "0.15", features = [
"self-rust-tokenize",
] }

[target.'cfg(target_family = "wasm")'.dependencies]
tsify = "0.4.5"
wasm-bindgen = "0.2"

[dev-dependencies]
pretty_assertions = "1.3.0"
match_deref = "0.1.1"

0 comments on commit dee6090

Please sign in to comment.