repl: delete app_memory and put "external memory" logic into repl_wasm

This commit is contained in:
Brian Carroll 2022-02-02 23:05:09 +00:00
parent fdea13ac55
commit 9ace2fd9a3
6 changed files with 85 additions and 160 deletions

View file

@ -1,6 +1,5 @@
use roc_parse::ast::Expr;
pub mod app_memory;
pub mod eval;
pub mod gen;