fix receive stack regression/re introduce await regression

This commit is contained in:
Scott Richmond 2025-07-07 09:06:02 -04:00
parent d9f3fbb828
commit dd8fdf7ff8
2 changed files with 3 additions and 3 deletions

BIN
pkg/rudus_bg.wasm (Stored with Git LFS)

Binary file not shown.

View File

@ -1158,7 +1158,7 @@ impl Compiler {
}
self.pop_n(self.stack_depth - stack_depth);
self.emit_op(Op::Load);
// self.stack_depth += 1;
self.stack_depth += 1;
self.msg("********receive completed".to_string());
}
MatchClause(..) => unreachable!(),