mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-13 06:51:45 +00:00
env module implementation
This commit is contained in:
@ -5,7 +5,7 @@ use elements::MemoryType;
|
||||
use interpreter::Error;
|
||||
|
||||
/// Linear memory page size.
|
||||
const LINEAR_MEMORY_PAGE_SIZE: u32 = 65536;
|
||||
pub const LINEAR_MEMORY_PAGE_SIZE: u32 = 65536;
|
||||
|
||||
/// Linear memory instance.
|
||||
pub struct MemoryInstance {
|
||||
|
Reference in New Issue
Block a user