You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing reproducibility by compiling on Linux and macOS fcitx-contrib/fcitx5-js#18. Everything works fine except for .wasm. A wasm2wat and diff produces below and more
To find if this is an llvm, emscripten, or binaryen issue, link with EMCC_DEBUG=1 in the env, and view the temp files /tmp/emscripten_temp/emcc-* that are emitted. The logging output will say which tool emits which file.
I'm testing reproducibility by compiling on Linux and macOS fcitx-contrib/fcitx5-js#18. Everything works fine except for .wasm. A wasm2wat and diff produces below and more
I also tested the link command below with EMCC_DEBUG. Order of imports differs from /tmp/emscripten_temp/emcc-00-base.wasm.
It seems imports are sorted in test as well.
emscripten/test/test_other.py
Line 8864 in 5ac384b
Not sure if it's a emscripten issue or llvm issue.
Version of emscripten/emsdk:
Please include the output
emcc -v
hereFailing command line in full:
Not failing.
Full link command and output with
-v
appended:The text was updated successfully, but these errors were encountered: