mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Fix a bug in our model of the Wasm VM stack
This commit is contained in:
parent
86403b4a2f
commit
7f633c107f
4 changed files with 15 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
#[repr(u8)]
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub enum OpCode {
|
||||
UNREACHABLE = 0x00,
|
||||
NOP = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue