lowlevel List.map works

This commit is contained in:
Folkert 2021-05-13 19:15:17 +02:00
parent f02f655e0b
commit 2163e01288
8 changed files with 413 additions and 117 deletions

View file

@ -311,7 +311,7 @@ pub fn helper<'a>(
}
// Uncomment this to see the module's optimized LLVM instruction output:
// env.module.print_to_stderr();
env.module.print_to_stderr();
let lib = module_to_dylib(&env.module, &target, opt_level)
.expect("Error loading compiled dylib for test");