Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 593 Bytes

README.markdown

File metadata and controls

12 lines (7 loc) · 593 Bytes

Python in Chrome

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.

Building a Chrome Python app

  • 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.