I just discovered Shumway, an official Mozilla project to provide an open reimplementation of Flash using vanilla HTML5 technologies, and wonder whether it could eventually be useful for Timberwolf:
http://mozilla.github.io/shumway/https://blog.mozilla.org/research/2012 ... open-swf-runtime-project/They say: "Shumway is an HTML5 technology experiment that explores building a faithful and efficient renderer for the SWF file format without native code assistance."
I imagine it needs Javascript *JIT* to get good performance, so maybe not (yet anyway)?
They also mention a "JIT compiler for ActionScript version 3 bytecode", but I imagine that is only x86 (and possibly ARM)...? (Although I recall another project to define a subset of Javascript that compiles efficiently with JIT, so perhaps they plan to 'compile' it to Javascript? That would save them (and us!) the hassle of writing JIT for each CPU architecture...) EDIT: They MUST be 'compiling' it to Javascript, since they say "without native code assistance".
Edited by ChrisH on 2013/11/8 11:29:47