Compile to webassembly

Hi,

Does anyone know if we have an effort compiling neovim to webassembly? I’m trying to see how I can port neovim to the web and use it with an editor in the browser.

Thanks!

Hmmm… I heard of Vim in Wasm, but never heard of Neovim in Wasm.

FYI it is still highly experimental but now Neovim is working in browser with Lua (not luajit) and Neovim API. You can play with it in https://nvim.nry.app and hopefully I’ll follow up in upcoming weeks to make it useful playground of pure Lua plugins

1 Like

This is awesome. How can I use it in other FE components ?