Hello,
I'm trying to load some SDK module within my page. The SDK requires another .wasm module, which couldn't be loaded. It loads just fine locally, but when it comes to stage I'm getting this error:
It looks like IIS can't serve WebAssembly modules, but I did add that 'application/wasm' type to MIME types in IIS config what should make it work and it doesn't happen. I've compared both (local and stage) environments and their confings are the same. The only difference is that locally I'm using IIS for Windows 10 and on stage it's IIS for Windows Server 2012.
Can you confirm if IIS for Windows Server 2012 is able to serve .wasm files?