Skip to content
Prev Previous commit
Next Next commit
Remove parser fro. wasm
  • Loading branch information
ShaharNaveh committed Mar 19, 2026
commit bd2f7644f76087837a6a53cf026b0062f452a1b1
2 changes: 0 additions & 2 deletions crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ rustpython-stdlib = { workspace = true, default-features = false, optional = tru
# make sure no threading! otherwise wasm build will fail
rustpython-vm = { workspace = true, features = ["compiler", "encodings", "serde", "wasmbind"] }

ruff_python_parser = { workspace = true }

serde = { workspace = true }
wasm-bindgen = { workspace = true }

Expand Down