</h1> <h2>Status: <code id="statusField">NO-STATUS</code></h2> <!-- The NaCl plugin will be embedded inside the element with id "listener". See common.js.--> <p>This example demonstrates using nacl_mounts ppapi_main to simplify the creation of a PPAPI application. The ppapi_main library handles the creation and initialization of a pp::Instance object. The nacl_mounts library intercepts standard file IO, allowing the remapping of STDOUT, and STDERR.</p> <p>In main, we write to both STDOUT and STDERR, printing a hello world message.</p> <!-- The NaCl plugin will be embedded inside the element with id "listener". See common.js.--> <div id="listener"></div> <h1>OUTPUT</h1> <pre> <p><b id='outputString'></b></p> </pre> </body> </html>