Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 750 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 750 Bytes

Pyodide

Build Status Build Status

The Python scientific stack, compiled to WebAssembly.

It provides transparent conversion of objects between Javascript and Python. When inside a browser, this means Python has full access to the Web APIs. This is a temporary Node.js version.

Checkout the Original Project

Building

Requirements

  • Node v8.x +

  • git clone https://github.com/gabrielfreire/pyodide-node.git

  • cd pyodide-node

  • npm install

Testing

npm test