On 27. Jul 2017, at 0:23, Charles Heywood <vandor2012@gmail.com> wrote:I'm not sure about using Emscripten, but there is LuLPeg which is mostly compatible with LPeg - enough that MoonScript can be compiled with it.On Wed, Jul 26, 2017 at 1:10 PM Jakub Jirutka <jakub@jirutka.cz> wrote:Hi Benoit,Fengari is really awesome project, thank you and daurnimator very much for it!I have one question. How about Lua/C modules? Is it currently possible to compile e.g. LPeg into JS using Emscripten and use with Fengari?JakubOn 26. Jul 2017, at 14:34, Benoit Giannangeli <giann008@gmail.com> wrote:Hi there,Fengari is a project me and daurnimator have been working on the past months which aims to bring Lua to the browser.Here is the introductory article for it: http://lua.space/webdev/why-we-rewrote-lua-in-js----