Merge pull request #40772 from Rawan10101/wasm-browser

feat(wasm-emcc): add browser support for Neovim
This commit is contained in:
bfredl
2026-08-04 12:11:17 +02:00
committed by GitHub
14 changed files with 1757 additions and 189 deletions

View File

@@ -220,6 +220,10 @@ BUILD
(empty string) to assume that target binaries can run on the host during the
build process (e.g. if target is x86 on a x86_64 system, or if emulation set
up with binfmt or similar).
• zig build: Nvim can now be built to produce a WebAssembly binary via
"-Dtarget=wasm32-emscripten", which can run inside a web browser. A basic
browser-based demo for running it is also included. Still very
experimental.
DEFAULTS