We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ddf19 commit fb4d91bCopy full SHA for fb4d91b
lib/api/tests/memory.rs
@@ -3,8 +3,7 @@ use std::sync::{
3
atomic::{AtomicBool, Ordering},
4
};
5
use wasmer::{Instance, Memory, MemoryLocation, MemoryType, Module, Store, imports};
6
-#[cfg(feature = "sys")]
7
-use wasmer::{MemoryAccessError, WasmSlice};
+
8
9
#[test]
10
#[cfg_attr(feature = "wamr", ignore = "wamr ignores import memories")]
0 commit comments