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!
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!
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
This is awesome. How can I use it in other FE components ?