Emscripten System::createSound fails with Unsupported file or audio format

I am compiling a C++ application with latest Emscripten, liked to upstream/w32/fmod.a and upstream/w32/fmodstudio.a, sound system initializes, system update has no errors, everyting works witn x64 target, file is jaguar.wav from examples, yet I am getting

FMOD error 19 - Unsupported file or audio format.

When using fmodstudio.a we expect users will be loading resources via .bank files, so all unnecessary file formats are excluded. If you want to full feature set as well as FMOD Studio API, use fmodstudioL.a. You can disable the logging with Debug_Initialize.

Thank you, it worked.