At Tue, 13 Dec 2011 18:38:57 -0800 (PST),
Serge Stinckwich wrote:
>
> Yes, this is a complete redesign in JS. WebScratch is different,
> because the developer want to run the
> existing Scratch code on top of JavaScript.
A bit different option is to run it under Native Client. It turned
out that we need to fix some of the numbered primitive calls to named
primitive calls and have not done it for all of them, but it certainly
does work up to a point.
http://t.co/R9Tx1C4FNative Client lets you play sound, and ask JS to send data to browser,
etc. So making a "full" implementation of Scratch that does not
require installation is possible.
-- Yoshiki