You are here |
journal.stuffwithstuff.com | ||
| | | |
thiscontext.com
|
|
| | | | the instructions are ticking! I've replaced the inner instruction-dispatch loop of a running SqueakJS virtual machine with a handwritten WebAssembly (WASM) function, and run several thousand instructions of the Caffeine object memory. The WASM module doesn't yet have its own memory. It's using the same JavaScript objects that the old dispatch loop did, and the... | |
| | | |
danilafe.com
|
|
| | | | In this post, we implement a garbage collector that frees memory no longer used by the executables our compiler creates. | |
| | | |
thestone.zone
|
|
| | | | This is part of my series on EvilVM, a project to create a tiny injectable VM with language support for EvilTM agent features for pen-testers like me. In ot... | |
| | | |
riv.dev
|
|
| | How to write a CHIP-8 emulator. |