I was getting wasm "table" errors when trying to load a tree-sitter-html.wasm file built from this project, in conjunction with the latest tree-sitter.wasm builds from the main tree sitter repo.
It turns out some backend changes in emscripten was causing the issue.
Updating the tree-sitter-cli version to 0.18+ in package.json resolves the issue.
I was getting
wasm "table"
errors when trying to load atree-sitter-html.wasm
file built from this project, in conjunction with the latesttree-sitter.wasm
builds from the main tree sitter repo.It turns out some backend changes in emscripten was causing the issue.
Updating the
tree-sitter-cli
version to 0.18+ in package.json resolves the issue.See: https://github.com/tree-sitter/tree-sitter/issues/873