I've built hello world
program by nacl
and pnacl
tools from NACL_SDK.
And now I want to test it.
I've mad a html page and js script which are working with my nexe
and pexe
and in browser everything is working fine.
But how can I launch my programs from console
?
And how can I write stdout
to file?