|
|
|
|
|
by flutetornado
1015 days ago
|
|
Yes, on a related note Neovim just got support for WASM plugins and apparently WASM is 100% faster than Lua (neovim's default plugin language runtime) for this use case according to the author. So now plugins in any language that can be compiled to WASM are possible. Edit: https://github.com/Borwe/wasm_nvim |
|
Your phrases made me think the wasm support was an official nvim move, but it looks like this is a third party project. Is that right?