From: James Jolley on
Hi folks but andrew and Dan in particular,

How would glulx actually work in a browser from the memory footprint
side? I'm guessing that memory allocation depends on what the browser
will give the plugin, or is it more advanced. I can understand that
ZCode is probably easier to manage with memory, but huge glulx works
using many MB of images might be different. I suppose what I am really
trying to ask is, can a web browser make use of virtual memory in the
same way an interpreter can?