tree-sitter / tree-sitter-html

HTML grammar for Tree-sitter
MIT License
136 stars 72 forks source link

Request: make WASM file available to download #28

Closed gushogg-blake closed 6 months ago

gushogg-blake commented 3 years ago

It would be great if there was a wasm file to download as in https://github.com/tree-sitter/tree-sitter-javascript. I've tried building my own but got errors (first bad magic number, then Cannot read property 'apply' of undefined from tree-sitter). Having it in a central place would also mean we could see which version of tree-sitter it has been compiled against.

milahu commented 8 months ago

quickfix: use wasm from https://tree-sitter.github.io/tree-sitter/playground

https://tree-sitter.github.io/tree-sitter-html.wasm https://tree-sitter.github.io/tree-sitter-c.wasm https://tree-sitter.github.io/tree-sitter-c_sharp.wasm ...

amaanq commented 6 months ago

not planned to check in wasm files in the repo - down the line we will release them as an artifact on gh releases, but for now wasm should build w/o any issues because the scanner no longer uses c++