stsewd / tree-sitter-comment

Tree-sitter grammar for comment tags like TODO, FIXME(user).
https://stsewd.dev/tree-sitter-comment/
MIT License
134 stars 9 forks source link

Playground site broken #40

Open FourteenBrush opened 2 months ago

FourteenBrush commented 2 months ago

Js error:

Uncaught (in promise) RuntimeError: Aborted(CompileError: wasm validation error: at offset 185698: byte size mismatch in code section). Build with -sASSERTIONS for more info.
    abort https://stsewd.dev/tree-sitter-comment/js/tree-sitter.js:1
    TreeSitter https://stsewd.dev/tree-sitter-comment/js/tree-sitter.js:1
stsewd commented 2 months ago

Thanks for bringing this up! I'll take a look in a couple of day. Wonder if it has been broken for a while or just recently :thinking:

stsewd commented 2 months ago

So, playground works locally, but for some reason it doesn't work on GitHub pages... I'm just serving content as is from the docs directory, not sure what else to try :/

FourteenBrush commented 2 months ago

Maybe try deploying it in debug mode? worth a try :slightly_smiling_face: