I complied faac.c and opus.c to asm.js. When I run asm.js in IE11, it throws an error message:
this is a legacy browser build with legacy_vm_support
I do not know whether IE11 support asm.js and how to work in IE11?
I complied faac.c and opus.c to asm.js. asm.js can run in edgećchrome and so on, but IE11 does not work, again:
this is a legacy browser build with legacy_vm_support
As stated here, from version
v1.38.1: 05/17/2018you have to compile your code with-s LEGACY_VM_SUPPORT=1to make it work in old browsers.