What emscripten args does Unity use on build

Hi! Can anybody please tell what emscripten args are used when Unity performs build? Where can I find it?
I am looking into logs, documentation and over internet, and cant find the place with args used on build.

For example one of sources tells that:

  • UNITY_PROJECT_FOLDER/Temp/emcc_arguments.resp — The command line arguments when calling emscripten’s emcc compiler.

but no such files (Unity 2022.1.0b11)

any updates ?