1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-04-28 16:32:15 +00:00

1 Commits

Author SHA1 Message Date
Alan Pierce
ce2bf00d62 Fix crash when assigning to bool class fields ()
With `Type.bool`, size is 1, so dividing by 8 isn't the right way to convert to byteSize. Instead, we need to use the `byteSize` property that does the proper ceiling division.
2018-05-05 23:54:39 +02:00