mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
wasm_interp: fix a bug in implicit return
This commit is contained in:
parent
90449f45f3
commit
18e9051760
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ use crate::call_stack::CallStack;
|
|||
use crate::value_stack::ValueStack;
|
||||
use crate::{Error, ImportDispatcher};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Action {
|
||||
Continue,
|
||||
Break,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue