Merge branch 'master' into wasix-core-changes

This commit is contained in:
ptitSeb
2023-01-05 21:32:17 +01:00
committed by GitHub
36 changed files with 3109 additions and 2217 deletions

View File

@@ -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,
};