mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-20 10:39:48 +00:00
repl_test: start re-writing the Wasm tests to use roc_wasm_interp
This commit is contained in:
parent
e6325fa78f
commit
eaa3f14fb0
7 changed files with 204 additions and 3 deletions
|
@ -14,3 +14,6 @@ mod cli;
|
|||
|
||||
#[cfg(all(test, feature = "wasm"))]
|
||||
mod wasm;
|
||||
|
||||
#[cfg(all(test, feature = "wasm"))]
|
||||
mod wasm_interp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue