Is emscripten asm.js still supported?

Hi, I am planning to do some browser stuff that will work on not so older browsers. Does the asm.js emscripten still work or it can only be build and run now in webassembly?

Edited by BlitzCoder on Reason: Initial post
Hello BlitzCoder,

You can target asm.js just disabling WebAssembly compilation.

Check raylib/src/Makefile and raylib/examples/Makefile for compilation scripts.
will try this, thanks Ray.