mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +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 {
|
||||
#[allow(dead_code)]
|
||||
desc: MemoryDescriptor,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user