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.
See WebAssembly/binaryen#7985
I'm guessing that binaryen.js wants to ship a single file without a
.wasmon the side? But maybe not in all cases?It looks like you already specify
-sSINGLE_FILEin your CI so maybe there is nothing to do here?binaryen.js/.github/workflows/build.yml
Line 19 in ccf7d1e
You could switch that to
-DEMSCRIPTEN_ENABLE_SINGLE_FILEbut 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.