* Bjartur Thorlacius <svartma...@gmail.com> [2010-11-10 00:03:05 +0000]:
> WebApp VM is a DHTML virtual machine, or a JavaScript VM that
> implements DOM, CSS, HTML, XML and related W3C and WHATWG
> technologies.

your webapp wm is a full blown web browser
i don't think there is a way around that

eg a js interpreter on its own is not very useful
as most js code is about interacting with a browser:
handling browser events, manipulating site related
states, drawing stuff on screen, issuing browser commands

so the output is the interactive shiny ui itself
without that output the vm is not very useful
with that output it is a full blown web browser


Reply via email to