-
Do you have fengari-loader build like for fengari-web? I'm completely frontend developer and don't use Node.js, npm and so on.
I need to use require in lua. So I'd like to download some js file to st…
-
I have a Lua script that uses an external library (`lua-fun`):
```js
import { lauxlib } from 'fengari-web'
lauxlib.luaL_loadstring(L, to_luastring(`
require 'fun'()
return operator.le(1, 2)…
-
First of all, congratulations for the project, Hisham! I'm impressed. You probably know that TypeScript has been evolving to transpile to other languages than JavaScript, there is even Lua transpilati…
-
I am trying to change from a C runtime to a JS runtime, and am running into issues with the int32 type. Lua code which I can't modify is concatenating "33 bit" numbers (`>= 2^31`) to strings. Lua corr…
-
Hi all !
I run into what seems a limit of the stack size when trying to push a complex object that has a pretty nested structure. Fengari fails with this error
```
AssertionError: stack overflo…
-
Hello,
I've tried to re-use the bytecode produced by `fengaric` in lua and it doesn't seem to work, so I'm wondering if it's supposed to, or if my lua version is incompatible or if there's a way to…
-
If I type brackets `[ ]` into the editor, I get a JavaScript error in the inspector console:
```
SyntaxError: "[string "?"]:7: ')' expected near ']'"
D fengari-web.bundle.js:8
handler Play…
-
Here is the question, I set a global function to Lua use `lua_setglobal` which read args from stack and then call js function and return the result. But if the js function returns a Promise, I can not…
-
Hi, I ran into confusing output in the fennel-lang.org repl:
> Welcome to Fennel 0.3.2, running on Fengari (Lua 5.3)
>
> You can run any Fennel code here; try this: (print "Hello world!")
> (…
-
See https://github.com/quirrel-dev/quirrel/issues/49#issuecomment-765569773:
@Kerumen: "I've just installed Quirrel latest version and I have the same problem. However, I have a 500 on the WS hand…