Commit Graph

17 Commits

Author SHA1 Message Date
Michael Droettboom bc8b55dc79 Add support for `from js import *` 2018-02-28 19:43:03 -05:00
Michael Droettboom 314ec07227 Add 'from js import X' on Python side 2018-02-28 19:43:03 -05:00
Michael Droettboom d4eb51b167 Fix #10: Display full exception and traceback 2018-02-28 19:41:27 -05:00
Michael Droettboom bd6aec63d8 Clean up Makefile 2018-02-28 15:39:16 -05:00
Michael Droettboom a913895bbe Update build instructions 2018-02-28 09:12:26 -05:00
Michael Droettboom f2c08119af Add internal cpython build 2018-02-27 17:57:22 -05:00
Michael Droettboom 617dbcf4ea Fix #5: Python 3.6 support 2018-02-26 17:21:26 -05:00
Michael Droettboom bec7ce3e21 Throw Python exceptions as Javascript exceptions 2018-02-26 16:11:36 -05:00
Michael Droettboom df1c2e2cad Fix #3: Wrap Python objects for Javascript usage 2018-02-26 15:25:05 -05:00
Michael Droettboom 64ded33c4f Use a separate class for bound methods. 2018-02-26 10:32:10 -05:00
Michael Droettboom 54b55455a3 Fix #7: Refactor code into separate modules 2018-02-26 10:02:52 -05:00
Michael Droettboom 1de972ef3f Use pyodide, rather than Module, as the main namespace 2018-02-26 08:31:46 -05:00
Michael Droettboom 67566d9530 Update README 2018-02-24 12:52:47 -05:00
Michael Droettboom 7e5b45a08e Fix #4: Use WASM 2018-02-24 12:47:13 -05:00
Michael Droettboom 191ca2c7bd Bulk of initial work. 2018-02-23 14:34:33 -05:00
Michael Droettboom 528b70e8e0 Update the .gitignore 2018-02-23 14:26:01 -05:00
Michael Droettboom 183acfd9d7
Initial commit 2018-02-23 14:21:29 -05:00