Skip to content

willmoffat/SaltySnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages