JLua: Yet another Lua implementation in JavaScript

JLua: Yet another Lua implementation in JavaScript

It encapsulates:

Here is a demo, it will take a while for the browser to load the page since it has to load a large bundled js file, that file contains full code of the jlua compiler. Making a compiling service which runs jlua at server side can speed up the loading time, but it’s limited by my low memory vhost. The demo is naturally built with jlua and Vue.js, in other words we can use Lua within Single File Component, for example:

here is the source of the demo.

Source: github.com