Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Looking for resources on simulating a VM in Rust
Hi, I started learning Rust about a month ago, and this is my second project. Iโm working on the Corewar project, and Iโm a bit confused about how to actually simulate a virtual machine in code.
Iโve done nand2tetris part one before, but I still donโt feel like I really understand the core ideas of building a VM. Iโve tried looking for resources, but most of what I find are either 1000-page books or full code dumps, and neither of those really click with me.
Are there any beginner-friendly resources (articles, videos, or short guides) that explain how to think about simulating a VM, preferably in a way that could help me apply it while learning Rust?
Thanks!
2 posts - 2 participants
๐ท๏ธ Rust_feed