File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,14 @@ This package provides binding to make tree-sitter work with Rust in browser.
66
77``` mermaid
88graph TD;
9- web_ts_npm("web-tree-sitter(npm)") --> web_ts_sg_npm("web-tree-sitter-sg(npm)")
10- web_ts_sg_npm -->|wasm-bindgen| web_ts_sg_crate("web-tree-sitter-sg(Rust crate)")
9+ web_ts_npm("web-tree-sitter(npm)") -->|wasm-bindgen| web_ts_sg_crate("web-tree-sitter-sg(Rust crate)")
1110web_ts_sg_crate -->|target:wasm| ts_facade_crate("tree-sitter-facade(Rust crate)")
1211ts_crate("tree-sitter(Rust crate)") -->|target:native| ts_facade_crate
1312
1413classDef crate fill:#dea584,stroke:#333;
1514classDef npm fill:#f1e05a,stroke:#333;
1615
1716class web_ts_npm npm;
18- class web_ts_sg_npm npm;
1917class web_ts_sg_crate crate;
2018class ts_facade_crate crate;
2119class ts_crate crate;
You can’t perform that action at this time.
0 commit comments