I plan to build a fast bytecode runtime for my own C-like programming language, to embed in my Go projects.
- [✅] Assembler
- [✅] Working VM
- [✅] Linker
- [❌] Full runtime (good API, integration with Go projects)
- [❌] Compiler
- [❌] Executable file format and loadable modules format