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.