raylib»Forums
BlitzCoder
5 posts
Is emscripten asm.js still supported?
Edited by BlitzCoder on Reason: Initial post
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?
Ray
62 posts / 1 project
I like videogames/gametools development.
Is emscripten asm.js still supported?
Hello BlitzCoder,

You can target asm.js just disabling WebAssembly compilation.

Check raylib/src/Makefile and raylib/examples/Makefile for compilation scripts.
BlitzCoder
5 posts
Is emscripten asm.js still supported?
will try this, thanks Ray.