Skip to content
cibelemf edited this page Oct 4, 2014 · 3 revisions

Next steps, not necessarily in order of priority:

  1. Incorporate BrowserFS in our project
  2. Read PYC files with typescript

2.1 Read as a ArrayBuffer looks like the way to go

2.2 Figure out how to manipulate it

  1. Disassemble the code as an intermediate step (for our own benefit)

  2. Write the interpreter

  3. Get python code for testing

I am working on 2 now, and can get to 3 after. Other suggestions?

Also, of course this is very coarse. We need to break each point down into simpler tasks..

Clone this wiki locally