Minirosetta in a browser

(using Google Native Client)

Rosetta Commandline Parameters

Loading...

Native Client Sandboxing C++ code:

Porting to Native Client:

  • Zlib, native code rather then library
  • No file I/O. Alternatives: URLS (via JavaScript or NC Api), UserInterface, Hard compiled
  • InlineDatabase:
    > make_static_database.py ---> static_database.hh
    -rw-r--r--  1 mtyka  staff  61277174 May 12 15:27 static_database.hh
    > 
    -rwxr-xr-x  1 mtyka  staff  95636532 May 12 18:46 mini_rosetta_native_client.nexe
    
  • NC Sandboxing allows to run code on Google's data Farms like David Kim is doing on Microsoft's Azure cloud.