-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
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?
binaryen.js/.github/workflows/build.yml
Line 19 in ccf7d1e
| 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.
Metadata
Metadata
Assignees
Labels
No labels