Move CompiledBlob to a new file

This commit is contained in:
bjorn3
2020-11-09 09:51:49 +01:00
parent d0706e6f71
commit 2ca2255a4a
3 changed files with 59 additions and 53 deletions

View File

@@ -23,6 +23,7 @@
)]
mod backend;
mod compiled_blob;
mod memory;
pub use crate::backend::{SimpleJITBuilder, SimpleJITModule, SimpleJITProduct};