LuaJS icon indicating copy to clipboard operation
LuaJS copied to clipboard

Lua VM running in Javascript (using emscripten)

Results 6 LuaJS issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Doridian/LuaJS). This repository currently has no open or...

there is this react app at [https://github.com/Bismuthium/Lunar](https://github.com/Bismuthium/Lunar) but our gh workflow fails when it gets to LuaJS ```bash Run yarn build yarn run v1.22.22 $ react-scripts build Creating an optimized...

- `js.global` - `js.await` - `js.eval` - `JSFunc:new()` - `JSVar:toTable(...)` - The fact all JS funcs have to be called with `:`

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.14.12` -> `20.14.13`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.12/20.14.13) |...

I was looking into LuaJS for something is written in Lua 5.1 (and can't reasonably support later versions of Lua), so I was wondering if you would consider adding support...

I am trying to redirect stdout to a ``, so I did ```js const handleExecute = async () => { setOutput('') try { const lua = await getLuaState() const _G...