According to this discussion, the iphone agreement says that it doesn’t allow ‘loading of plugins or running interpreted code that has been downloaded’.
Technically, I would like to download scripts from our server (embedded in a proprietary protocol).
Does this mean I wouldn’t be allowed to run a runtime like v8 in an iphone app?
This is probably more of a legal question.
I think your interpretation is correct – You would not be allowed to download and execute JavaScript code in v8.
If there were some way to run the code in an interpreter already on the iPhone (i.e. the javascript engine in MobileSafari) then that would be permitted I think.