Does Godot have an asm.js fallback for the html5 export?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By lena

Some old browser have no support for wasm, but do support asm.js and webgl. The documentations talks about asm2wasm and a 5 year old blog post mentions it being worked on, but other than that I couldn’t find anything. Unity has it, although the option is hidden, and there are some (embedded-ish) devices with browsers that don’t support web-assembly that I would really like to export to.
So does Godot have an option to export to asm.js instead of wasm?

:bust_in_silhouette: Reply From: Calinou

Godot does not support asm.js anymore since Godot 3.0, and only supports WebAssembly instead. If you need to target asm.js, use Godot 2.1.6, but remember that most recent tutorials don’t apply to it.