virtual-machine

Tag

Cards List
#virtual-machine

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

Lobsters Hottest · 2026-05-10 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
← Previous
← Back to home

Submit Feedback