mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
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.