1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-20 18:26:40 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
6c0a5c47d9 Update Binaryen and take care of 2018-05-14 16:55:55 +02:00
25a1f6230a Suppress some unnecessary blocks and nops; Fix compilation of always 'break'ing 'do's 2018-05-06 05:46:35 +02:00
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