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
|
@ -1,7 +1,7 @@
|
|||
mod frame;
|
||||
mod instance;
|
||||
mod tests;
|
||||
mod value_stack;
|
||||
mod value_store;
|
||||
pub mod wasi;
|
||||
|
||||
// Main external interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue