mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +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
|
@ -9,7 +9,7 @@ use roc_wasm_module::{ExportType, WasmModule};
|
|||
use roc_wasm_module::{Value, ValueType};
|
||||
|
||||
use crate::frame::Frame;
|
||||
use crate::value_stack::ValueStack;
|
||||
use crate::value_store::ValueStack;
|
||||
use crate::{Error, ImportDispatcher};
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue