If one runs ``` emcc test\hello_world.c -o a.js -O3 -mno-bulk-memory -mno-bulk-memory-opt ``` the resulting code has a bulk memory Data Count section. See https://github.com/emscripten-core/emscripten/pull/25466