Logic to load 128-bit numbers

This commit is contained in:
Brian Carroll 2021-11-21 20:35:46 +00:00
parent ee1c4478da
commit 2e31350010
3 changed files with 58 additions and 14 deletions

View file

@ -277,6 +277,7 @@ impl<'a> WasmBackend<'a> {
location,
size,
alignment_bytes,
..
} => {
let (from_ptr, from_offset) =
location.local_and_offset(self.storage.stack_frame_pointer);