hi Joe,

On Sun, 26 Mar 2023 09:56:17 -0700 (PDT)
Joe Siebenmann <joes0...@gmail.com> wrote:

> I'd just like to know if it's possible to get actual Asm.js or Javascript 
> source code output somewhere from building .c code with emcc and or clang.  
> I'm not interested in any binaries or WebAssembly output at this time.  
> I've looked at the output files after a build and see nothing that 
> resembles what the Asm.js or Javascript source might look like.  I have the 
> emsdk working on Windows, and emcc is working.  If it is possible, what 
> commands should I use to get some source output somewhere?  Thanks!
>

-s WASM=0 -s LEGACY_VM_SUPPORT=1

also see:
https://github.com/shlomif/fc-solve/blob/master/fc-solve/scripts/Makefile.to-javascript.mak

note that I recall reading it was no longer pure asm.js 

-- 

Shlomi Fish       https://www.shlomifish.org/
My Photos - https://www.flickr.com/photos/shlomif/

Beware from accumulating too much wisdom. It is not wise to be too wise.
    — https://is.gd/a9QW7q

Please reply to list if it's a mailing list post - https://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 emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/20230327071311.34e25b32%40shlomifish.org.

Reply via email to