[0] https://github.com/WebAssembly/binaryen/issues/8691This revealed some other binaryen bugs. Filed one for now:
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[0] https://github.com/WebAssembly/binaryen/issues/8691This revealed some other binaryen bugs. Filed one for now:
The binaryen bug was marked as fixed, so we can roll new version in this CL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
'-Os',
'--gufa',
'-Os',
'-Os',You may have mentioned this before, but why do we need the multiple `-Os`?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
'-Os',
'--gufa',
'-Os',
'-Os',You may have mentioned this before, but why do we need the multiple `-Os`?
Yeah, that's because unlike normal compiler like GCC/Clang, `wasm-opt` runs a fixed pipeline of optimization passes with `-Os` which leave unoptimized things behind. The recommended way to use it is to run it multiple times, see the issue I've filed
https://github.com/WebAssembly/binaryen/issues/8077
Though it seems there's more binaryen bugs with the new roll, so this CL will have to wait until they are fixed as well
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |