mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-22 08:52:13 +00:00
feat(runtime-core) SharedMemory.desc
is not used… yet!
This commit is contained in:
parent
093757519e
commit
61a203438a
@ -284,6 +284,7 @@ impl Clone for UnsharedMemory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub struct SharedMemory {
|
pub struct SharedMemory {
|
||||||
|
#[allow(dead_code)]
|
||||||
desc: MemoryDescriptor,
|
desc: MemoryDescriptor,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user