mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
More accurate model of the Wasm VM's stack machine, with control flow blocks
This commit is contained in:
parent
39263b0ab1
commit
a2abf9c3d2
3 changed files with 205 additions and 66 deletions
|
@ -1,5 +1,5 @@
|
|||
#[repr(u8)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
pub enum OpCode {
|
||||
UNREACHABLE = 0x00,
|
||||
NOP = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue