You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There needs to be a chapter discussing a simple bytecode format and a parser to use in the VM. I would recommend not using heavy-weight crates such as serde and instead focus on writing this by hand. This may require a bit more boilerplate but I believe it will make it easier to understand the code/concepts involved.
The text was updated successfully, but these errors were encountered:
There needs to be a chapter discussing a simple bytecode format and a parser to use in the VM. I would recommend not using heavy-weight crates such as serde and instead focus on writing this by hand. This may require a bit more boilerplate but I believe it will make it easier to understand the code/concepts involved.
The text was updated successfully, but these errors were encountered: