use modules in the repl

This commit is contained in:
Folkert 2020-10-14 17:48:56 +02:00
parent 3843c4c458
commit cb9ce5e8d7
4 changed files with 116 additions and 109 deletions

View file

@ -67,7 +67,7 @@ pub fn gen_from_mono_module(
module,
ptr_bytes,
leak: false,
exposed_to_host: loaded.exposed_to_host,
exposed_to_host: loaded.exposed_to_host.keys().copied().collect(),
};
// Populate Procs further and get the low-level Expr from the canonical Expr