1 repository
Executes JavaScript code from within an editor buffer by passing the buffer content as a script to the browser context.
Distinct from JavaScript Scripting Environments: Distinct from JavaScript Scripting Environments: focuses on executing JS from within an editor buffer, not a standalone runtime or dependency manager.
Explore 1 awesome GitHub repository matching development tools & productivity · In-Editor JavaScript Runtimes. 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
Runs JavaScript code from the editor buffer directly in the browser context.