Expose some more internals publicly (#340)
This commit is contained in:
committed by
Sergei Pepyakin
parent
f27e0ad53c
commit
71dd73d672
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user