Expose some more internals publicly (#340)

This commit is contained in:
Jim Posen
2019-10-28 18:12:11 +01:00
committed by Sergei Pepyakin
parent f27e0ad53c
commit 71dd73d672
10 changed files with 30 additions and 173 deletions

View File

@@ -8,7 +8,7 @@ use region;
use wasmtime_runtime::{Mmap, VMFunctionBody};
/// Memory manager for executable code.
pub(crate) struct CodeMemory {
pub struct CodeMemory {
current: Mmap,
mmaps: Vec<Mmap>,
position: usize,