Skip to content

Memory init file generation is ignored in wasm backend #10622

@juj

Description

@juj
emcc tests\hello_world.c --memory-init-file 1 -s USE_PTHREADS=1 -s WASM=1 -o a.html

generated a file a.html.mem in asm.js backend, but does not generate the memory initializer file in wasm backend, the directive --memory-init-file 1 is getting silently ignored.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions