Skip to content

Binaryen moving away from -sSINGLE_FILE by default #107

@sbc100

Description

@sbc100

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions