Remove SimpleJITProduct

All of it's methods now have an equivalent on SimpleJitModule
This commit is contained in:
bjorn3
2020-11-09 10:11:19 +01:00
parent 856f799ade
commit d5d5cba8b2
4 changed files with 7 additions and 59 deletions

View File

@@ -186,5 +186,5 @@ fn libcall_function() {
.define_function(func_id, &mut ctx, &mut trap_sink)
.unwrap();
module.finish();
module.finalize_definitions();
}