mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Merge branch 'master' into wasix-core-changes
This commit is contained in:
@@ -69,7 +69,7 @@ mod tests {
|
||||
let sz = 18 * WASM_PAGE_SIZE;
|
||||
let mut memory = Vec::new();
|
||||
memory.resize(sz, 0);
|
||||
let mut ret = VMTinyMemory {
|
||||
let mut ret = Self {
|
||||
mem: memory,
|
||||
memory_definition: None,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user