mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
wasm_interp: move tests inside the crate
This commit is contained in:
parent
42a15d07b3
commit
ffd35f5884
9 changed files with 18 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
mod call_stack;
|
||||
mod instance;
|
||||
pub mod test_utils;
|
||||
mod tests;
|
||||
mod value_stack;
|
||||
pub mod wasi;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue