See WebAssembly/binaryen#7985
I'm guessing that binaryen.js wants to ship a single file without a .wasm on the side? But maybe not in all cases?
It looks like you already specify -sSINGLE_FILE in your CI so maybe there is nothing to do here?
|
CMAKE_EXE_LINKER_FLAGS: "-sMAXIMUM_MEMORY=4294967296 -sSINGLE_FILE" |
You could switch that to -DEMSCRIPTEN_ENABLE_SINGLE_FILE but I don't know if make much odds.
This is mostly and FYI bug, feel free to close if there is no action needed at this end.