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

@@ -26,7 +26,7 @@ mod backend;
mod compiled_blob;
mod memory;
pub use crate::backend::{SimpleJITBuilder, SimpleJITModule, SimpleJITProduct};
pub use crate::backend::{SimpleJITBuilder, SimpleJITModule};
/// Version number of this crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");