HTML (WebGL) Export without WebAssembly (Pure JavaScript)

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

Hi,

is it possible to export a Godot project without WebAssembly, so only with pure JavaScript?

Many thanks in advance.

Best regards,
Laurence Trippen

:bust_in_silhouette: Reply From: Calinou

asm.js was supported in Godot 2.1, but it was removed in 3.0 since it performed worse than WebAssembly (and was also slower to load).

Note that WebAssembly support is pretty decent by now; only Internet Explorer is really missing.

Thanks, that helps me.

SeriousLaw | 2019-05-03 11:54