virtual-machine

Tag

Cards List
#virtual-machine

Dart Live, a compiler, VM, analyzer and hot reload on the web via Wasm

Lobsters Hottest · 3d ago Cached

Dart Live enables running the Dart compiler, VM, and analyzer entirely in the browser via WebAssembly, supporting stateful hot reload without a server.

0 favorites 0 likes
#virtual-machine

Tiny-Lua-Compiler: Possibly the smallest Lua compiler ever

Lobsters Hottest · 6d ago Cached

Tiny-Lua-Compiler is an educational, self-hosting Lua 5.1 compiler and VM written in pure Lua, designed to be small enough to study but complete enough to handle real language features.

0 favorites 0 likes
#virtual-machine

Thoughts on WebAssembly as a stack machine

Eli Bendersky · 2026-04-30 Cached

This blog post responds to the claim that WebAssembly is not a pure stack machine by discussing its design with locals and comparing it to Forth, arguing that it still fits the definition of a stack machine and that its register-like locals improve readability and performance.

0 favorites 0 likes
#virtual-machine

Coding Agent VMs on NixOS with microvm.nix

Michael Stapelberg · 2026-02-01 Cached

A technical guide on using microvm.nix on NixOS to create ephemeral VMs for safely running coding agents without access to personal files.

0 favorites 0 likes
← Back to home

Submit Feedback