mö.js - explaining virtual machines in javascript
This is an umbrella project for the effort to make JavaScript VMs more transparent and understandable for JavaScript programmers by emulating and reimplementing their parts in JavaScript.
These samples should not be viewed as a production ready parts of a real JavaScript VM implemented in JavaScript. They are merely illustrations for concepts and technologies behind JavaScript VMs.