repl_test: start re-writing the Wasm tests to use roc_wasm_interp

This commit is contained in:
Brian Carroll 2022-12-14 22:44:09 +00:00
parent e6325fa78f
commit eaa3f14fb0
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
7 changed files with 204 additions and 3 deletions

View file

@ -14,3 +14,6 @@ mod cli;
#[cfg(all(test, feature = "wasm"))]
mod wasm;
#[cfg(all(test, feature = "wasm"))]
mod wasm_interp;