This is a step-by-step guide to building a Chrome Web App using Native Client (NaCl) to compile the Python interpreter.
To install the example app please visit the project homepage.
- Compile Python using the NaCl toolchain. Optional. See
py_patch/
. - Write a C++ NaCl module that provides an interface to the embedded Python. Optional. See `jspy/'.
- Write a JavaScript Chrome App or Extension using the NaCl module. See
apps/editor
.