Rust + WASM ports of some simple VMs ##### Implementations - [ ] LC3 - [ ] MIX - [ ] 6502 ##### Tasklist per "VM" - [ ] Rust Impl - [ ] Export Project to WASM - [ ] Host WASM exec on website - [ ] Allow arbitrary code execution ##### References: * https://jmeiners.com/lc3-vm/ * https://gitlab.com/x653/mix-fpga * http://www.6502.org/tools/emu/ * http://www.6502.org/source/ * https://gist.github.com/zserge/e5a18c954ab18b5b07be7ff516b5387a * https://github.com/zserge/bsoz