Fork me on GitHub
#vscode
<
2020-01-28
>
pez05:01:31

That's awesome!

sogaiu07:01:13

btw, the other vscode tree sitter extension also currently uses web-tree-sitter (wasm-based) having switched from the node bindings: https://github.com/EvgeniyPeshkov/syntax-highlighter/commit/02163f5281ce6847fed4f7fbb2fd7d3ed8e21ba5 - it appears one of the reasons to switch was for making the extension cross-platform

pez08:01:42

Does that answer your question about wether vscode extensions can work with wasm to the affirmative?

sogaiu08:01:20

i think so

sogaiu08:01:12

wasm suddenly got a whole lot more interesting for me 🙂

pez08:01:51

Is wasm the successor to NaCl and Pepper?

sogaiu13:01:16

perhaps one can see wasm as having inherited characteristics from asm.js and nacl - i don't know much first-hand though :)