Skip to content

1 Objectives

Eric Snow edited this page Aug 28, 2018 · 3 revisions

Summary

primary:

  • run the same Python code via the Javascript engine that currently runs standalone
  • interact with Python objects/functions/modules from Javascript / Typescript
  • interact with Javascript objects/functions/modules from Python

secondary:

  • access browser API from Python

target platform: v8 Javascript engine

Python via JS Engine

<TBD>

JS -> Python

<TBD>

Python -> JS

<TBD>

Clone this wiki locally