Porting to Emscripten
hacks.mozilla.org
Porting to Emscripten
1–10 of 14 posts
Re: Porting to Emscripten
#2Re: Porting to Emscripten
#3So when can we see Firefox ported to Emscripten?
Re: Porting to Emscripten
#4So when can we see Firefox ported to Emscripten?
Firefox, GCC, cat, gzip, PovRay are all things that should be potentially doable. Each one will not necessarily _have_ to be done, but the idea should be embraced to see if they are possible. If there is any reason why these things are impossible, that should be an area to focus on. Why is it not possible? Should it be possible, and if so, how to make it possible.
Re: Porting to Emscripten
#5Re: Porting to Emscripten
#6I perticularly ran into issue dealing with unimplemented functions in some POSIX libraries. Then I tried to use the source maps in a debug build to find out when and where they were being used during runtime because they would stop the rest of the program. Unfortunately I couldn't compile the debug build because emscripten kept getting stuck in the linking phase (I had to force quit). I hope one day this all works as well as the Android NDK.
Re: Porting to Emscripten
#7Re: Porting to Emscripten
#8Sorry, this is a total showstopper for me. I'll check back when Emscripten actually lets me use more than 1/4 or 1/8 of the CPU.
Re: Porting to Emscripten
#9This looked like great news until I came to "Heavy use of threads is also going to be a problem since Emscripten doesn't currently support them." Sorry, this is a total showstopper for me. I'll check back when Emscripten actually lets me use more than 1/4 or 1/8 of the CPU.
Re: Porting to Emscripten
#10This looked like great news until I came to "Heavy use of threads is also going to be a problem since Emscripten doesn't currently support them." Sorry, this is a total showstopper for me. I'll check back when Emscripten actually lets me use more than 1/4 or 1/8 of the CPU.