From 417bb70c0f8c8f8781f675481e5336affd209183 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 27 Feb 2024 17:00:29 +0100 Subject: chore: update readme Signed-off-by: Henry Gressmann --- crates/tinywasm/src/store/memory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/tinywasm/src/store/memory.rs b/crates/tinywasm/src/store/memory.rs index 1c8acce..ea820da 100644 --- a/crates/tinywasm/src/store/memory.rs +++ b/crates/tinywasm/src/store/memory.rs @@ -2,7 +2,7 @@ use alloc::vec; use alloc::vec::Vec; use tinywasm_types::{MemoryType, ModuleInstanceAddr}; -use crate::{Error, Result}; +use crate::{log, Error, Result}; const PAGE_SIZE: usize = 65536; const MAX_PAGES: usize = 65536; -- cgit v1.3.1