Projects
Discord
Events
Jams
Unwind
Conferences
Resources
Forums
Fishbowls
Podcast
Newsletter
About
Manifesto
About the Team
Log In
← Back to index
Is emscripten asm.js still supported?
BlitzCoder
#21701
October 9, 2019
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
October 9, 2019, 6:12am
Reason: Initial post
Ray
#21715
October 11, 2019
Hello BlitzCoder,
You can target asm.js just
disabling WebAssembly compilation
.
Check raylib/src/Makefile and raylib/examples/Makefile for compilation scripts.
BlitzCoder
#21741
October 14, 2019
will try this, thanks Ray.
Reply to Thread
← Back to index