109 → 110 regression in wasm-emscripten-finalize
#5056
-
It seems that in version 110 In 109 the output looked something like this:
But in 110 the output is empty. Are there any command line options I can use to make it output the above metadata in JSON format or do I need to go back to 109? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Emscripten and Binaryen are version-locked, so we don't try to maintain any compatibility between Emscripten and Binaryen versions other than the one it ships with. For best results you should use the exact version of Binaryen that ships with your version of Emscripten via emsdk, which in general will not be a tagged release version of Binaryen. |
Beta Was this translation helpful? Give feedback.
Emscripten and Binaryen are version-locked, so we don't try to maintain any compatibility between Emscripten and Binaryen versions other than the one it ships with. For best results you should use the exact version of Binaryen that ships with your version of Emscripten via emsdk, which in general will not be a tagged release version of Binaryen.