There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
As I am currently learning Rust, I thought an interesting project would be to create a VM for my own implementation of an assembly language that looks very similar to x86_64. Inspired by https://blog.subnetzero.io/post/building-language-vm-part-00/