mirror of
https://github.com/neovim/neovim.git
synced 2026-08-18 21:31:51 +00:00
Merge pull request #40772 from Rawan10101/wasm-browser
feat(wasm-emcc): add browser support for Neovim
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user