1 repositorio
Full-featured editors compiled to WebAssembly that run natively in the browser tab.
Distinct from WebAssembly Compilation: Distinct from WebAssembly Compilation: focuses on the resulting editor application, not the compilation toolchain itself.
Explore 1 awesome GitHub repository matching web development · Browser-Based Editors. Refine with filters or upvote what's useful.
vim.wasm is a full port of the Vim editor compiled to WebAssembly that runs entirely in a browser tab. It provides a complete code editing experience with syntax highlighting, text objects, and all standard Vim features, executing natively in the browser through Emscripten compilation. The editor integrates deeply with browser capabilities, including drag-and-drop file opening, system clipboard synchronization for cross-application copy and paste, and IndexedDB-based persistent storage that preserves user configuration and edited files across browser sessions. Files can be loaded from URLs vi
Provides a complete Vim editor compiled to WebAssembly that runs natively in the browser.