Update wasmparser and wast dependencies (#1663)

Brings in updates to SIMD spec ops renumbering.
This commit is contained in:
Alex Crichton
2020-05-05 16:13:14 -05:00
committed by GitHub
parent 176b3a8382
commit a7d90af19d
12 changed files with 30 additions and 49 deletions

View File

@@ -5667,7 +5667,7 @@ impl<'this, M: ModuleContext> Context<'this, M> {
slice = rest;
}
mem::replace(&mut self.block_state.stack, stack);
self.block_state.stack = stack;
Ok(())
}