I have got a chance to look at emscripten, and my question is. Is it making an unreadable javascript code?
For example the ffmpeg project is very unreadable in C++, lots of hacks bugs all over the places. If it can be converted to for example javascript, you can easily fix issues, and after some time you can convert it back. The other thing is, the ffmpeg and the codec part would be very good to learn to for example create better algorithm. If you can show people the code in javascript on the web, than it would be much more easier to figure out better things. Most of the C/C++ code is too complex, and you just waste your time fiddling around. Ffmeg is the project which has got decades of pain, but it would be very good to clean it. Any idea how to make readable javascript code with emscrypten? -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
