joskid / continuum
A JavaScript Virtual Machine that brings ES6 to ES3 host environments
☆28Updated 12 years ago
Alternatives and similar repositories for continuum:
Users that are interested in continuum are comparing it to the libraries listed below
- Javascript bytecode compiler and VM implemented in pure coffeescript☆155Updated 11 years ago
- implementation of the LC-3 virtual machine, an educational computer architecture☆36Updated 2 years ago
- ☆278Updated 12 years ago
- Stack-based VM Architecture in JavaScript. (Virtual Machine Fantasy Console)☆28Updated 5 years ago
- (POC) A demo illustrating frond-end source code encryption with WebAssembly.☆10Updated 2 years ago
- Javascript virtual machine is one instruction set machine to parse and execute an assembly like code.☆166Updated 7 years ago
- A Javascript AOT compiler base on LLVM☆66Updated 10 years ago
- Compiler and VM(interpreter), Using SSA form and doing some optimizations.