mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Logic to load 128-bit numbers
This commit is contained in:
parent
ee1c4478da
commit
2e31350010
3 changed files with 58 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue