vscode

Quiet in here? Check #calva-dev out :smiley:
pez 2020-01-28T05:28:31.065200Z

That's awesome!

2020-01-28T07:00:13.068400Z

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

pez 2020-01-28T08:03:42.069100Z

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

2020-01-28T08:10:20.069600Z

i think so

2020-01-28T08:25:12.070Z

wasm suddenly got a whole lot more interesting for me 🙂

pez 2020-01-28T08:50:51.070600Z

Is wasm the successor to NaCl and Pepper?

2020-01-28T13:09:16.073500Z

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