mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
wasm_interp: rename module value_stack -> value_store
This commit is contained in:
parent
84e6267508
commit
a3c6cfbc0e
4 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
use roc_wasm_module::{parse::Parse, Value, ValueType};
|
||||
use std::iter::repeat;
|
||||
|
||||
use crate::value_stack::ValueStack;
|
||||
use crate::value_store::ValueStack;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Frame {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue