mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-19 18:19:46 +00:00
repl_test: remove dependency on wasmer
This commit is contained in:
parent
490ea1cad2
commit
d63715d05f
4 changed files with 0 additions and 311 deletions
|
@ -1,8 +1,3 @@
|
|||
//! Tests the roc REPL.
|
||||
#[allow(unused_imports)]
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
|
@ -12,8 +7,5 @@ mod state;
|
|||
#[cfg(all(test, not(feature = "wasm")))]
|
||||
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