Hi Peter,

On Sun, 13 Aug 2017 02:39:46 -0700 (PDT)
Peter Szabo <[email protected]> wrote:

> I have got a chance to look at emscripten, and my question is. Is it making 
> an unreadable javascript code?
> 

emscripten compiles the C, C++, etc. code first to LLVM bitcode and then
compiles that to either asm.js or WebAssembly which are client-side ways to
encode machine-like code which are: 1. Not idiomatic JS. 2. Aim to be executed
quickly. 3. Are not too human-programmer friendly.

> For example the ffmpeg project is very unreadable in C++, lots of hacks 
> bugs all over the places.

Then emscripten won't make it into more readable JS code.

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Humanity - Parody of Modern Life - http://shlom.in/humanity

What is is. Perceive It. Integrate it. Act on it. Idealize it.
    — Leonard Peikoff

Please reply to list if it's a mailing list post - http://shlom.in/reply .

-- 
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.

Reply via email to