wasm_interp: rename module value_stack -> value_store

This commit is contained in:
Brian Carroll 2022-12-17 20:24:42 +00:00
parent 84e6267508
commit a3c6cfbc0e
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
4 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
mod frame;
mod instance;
mod tests;
mod value_stack;
mod value_store;
pub mod wasi;
// Main external interface