Skip to content

Commit

Permalink
feat: use inspector db directly in js
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 19, 2024
1 parent bc3e226 commit 73184e2
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 128 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ serde = { version = "1", features = ["derive"] }
thiserror = { version = "1", optional = true }
serde_json = { version = "1", optional = true }

tokio = { version = "1", features = ["sync"], optional = true }

[features]
default = []
js-tracer = ["boa_engine", "boa_gc", "tokio", "thiserror", "serde_json"]
js-tracer = ["boa_engine", "boa_gc", "thiserror", "serde_json"]
Loading

0 comments on commit 73184e2

Please sign in to comment.