fengari
fengari copied to clipboard
🌙 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser
It would be nice to have a promise based feature to execute code via the JavaScript API. Maybe - I missed this in documentation (but I am searching deeply &...
fengari.io
Hello, the website (fengari.io) seems to have disappeared. I eventually learnt that it was very useful to test stuff out. Does it need a new VPS or something? I have...
https://developer.chrome.com/blog/wasmgc https://reddit.com/r/Kotlin/comments/1hg5az6/wasmgc_is_now_available_in_all_major_browsers/ WasmGC is supported in Safari as of 4 months ago, does anyone know if this makes switching back to the original PUC Lua codebase feasible? If I'm not...
Hi! 😄 I am currently in the process of integrating Fengari on a React-based front-end website to run user code locally, for demonstration purposes. Naturally, I've installed `fengari` and imported...
``` const fengari = require('fengari'); const luaconf = fengari.luaconf; const lua = fengari.lua; const lauxlib = fengari.lauxlib; const lualib = fengari.lualib; const L = lauxlib.luaL_newstate(); lualib.luaL_openlibs(L); lua.lua_pushliteral(L, "print('hello world!')"); ```...
hoping that there will be a new release of Fengari that uses the latest tmp package so that the vulnerability from tmp 0.0.33 is remediated