|
On 2017-02-08 02:24, Daurnimator wrote: ...
The approach taken by Benoit is the *only* good way forward to get lua working in in web browsers to full effect: - You need to use native javascript objects so that the javascript garbage collector can do a full sweep - You need to use a VM dispatch *in* javascript (rather than a source=>source transpiler) so that coroutines work correctly.
Isn't the Moonshine (http://moonshinejs.org) a project in that direction? Kind Regards, Alek