bundle tree-sitter modules with vite bundler
this plugin will
- compile tree-sitter modules to
*.wasm
files - in the vite development server ...
- serve these
*.wasm
files - serve the
tree-sitter.wasm
file
- serve these
solidjs framework, based on solidjs template
- https://github.com/Menci/monaco-tree-sitter monaco editor + tree-sitter parser (via)
- https://github.com/wolfmcnally/svelte-emscripten
- https://github.com/nshen/vite-plugin-wasm-pack
- https://github.com/lencx/vite-plugin-rsw wasm-pack plugin for Vite
- https://github.com/gliheng/vite-plugin-rust wasm-pack plugin for vite
- tree-sitter/tree-sitter#1024 Using Tree-Sitter in Browser
- https://github.com/lezer-parser/lr lezer incremental parser, used by codemirror