-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling *almost* aligned data globals
Looks like LLD implicitly pads data values with zeros at the end rather than explicitly listing them, this means that we need to read out the last byte, even if it's not 4-byte aligned, as it could still represent a wasm-bindgen-generated 32-bit value.
- Loading branch information
1 parent
0627c8f
commit 6e75d47
Showing
1 changed file
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters