Hi. I've reviewed py files and i can see Node invocations are used even 
when compiling .html output. Invocations like:

['/softdev/emscripten_portable/node/0.10.18_64bit/bin/node', 
'/Users/asmirnov/Documents/dev/src/emscripten/src/compiler.js', 
'/var/folders/64/fwfkm1k51zbd4_c5lwpsbljh0000gn/T/tmpCfQczG.txt', ';', 
'glue']

and

['/softdev/emscripten_portable/node/0.10.18_64bit/bin/node', 
'/Users/asmirnov/Documents/dev/src/emscripten/tools/source-maps/sourcemapper.js',
 
'/var/folders/64/fwfkm1k51zbd4_c5lwpsbljh0000gn/T/tmpuoub24/hw.bc.o.js', 
'--sourceRoot', '/Users/asmirnov/Documents/dev/src/emscripten', 
'--mapFileBaseName', '/tmp/hw.html', '--offset', '0']

I've noted Node executable path is passed in "compiler_engine" variable. 
What are another compiler engines possible?
Can replace/workaround it for a platform which does not have Node.js 
implementation (ios f.e.)? I mean i'd like to convert .cpp to .js right on 
ios.

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to