Jump to Content
Register
Log in
Forgot your password?
Third-party login
Hand made
raylib
Blog
Forums
twitter
raylib
»
Forums
← Back to index
blitzcoder
BlitzCoder
5 posts
#21701
Is emscripten asm.js still supported?
4 years, 2 months ago
Edited by
BlitzCoder
on
October 9, 2019, 6:12am
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?
raysan5
Ray
62 posts / 1 project
I like videogames/gametools development.
#21715
Is emscripten asm.js still supported?
4 years, 1 month ago
Hello BlitzCoder,
You can target asm.js just
disabling WebAssembly compilation
.
Check raylib/src/Makefile and raylib/examples/Makefile for compilation scripts.
blitzcoder
BlitzCoder
5 posts
#21741
Is emscripten asm.js still supported?
4 years, 1 month ago
will try this, thanks Ray.
← Back to index
Log in
to reply