-
Tried this on FreeBSD (arm64) and macOS (arm64)
I googled ["digital envelope routines" unsupported](https://www.google.com/search?hl=en&q=%22digital%20envelope%20routines%22%20unsupported) and foun…
-
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 a few cheappie ones if it will run…
-
Displayed warning:
> Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/
This o…
-
I use Firefox 75.0
```
The resource from “https://unpkg.com/fengari-web/dist/fengari-web.js” was blocked
due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
```
-
As a fan of lua, why not using lua in browsers and servers ?
Consider [fengari](https://github.com/fengari-lua/fengari-web)
[fengari.io](https://fengari.io/)
-
Lua:
```
local a = {}
table.insert(a, 1)
table.insert(a, 2)
return a
```
Will raise exception
```
/test/node_modules/fengari/src/lapi.js:332
L.stack[L.top] = new TValue(LUA_TLC…
-
Is it possible to run Fengari from a Web Worker? Naively trying `importScripts("fengari-web.js");` gives the following error:
```
fengari-web.js:1 Uncaught ReferenceError: window is not defined
…
-
```
let fengari = require('fengari');
const luaconf = fengari.luaconf;
const lua = fengari.lua;
const lauxlib = fengari.lauxlib;
const lualib = fengari.lualib;
let L = lauxlib.luaL_…
-
When I try to load this file (https://github.com/LocalIdentity/PathOfBuilding/blob/master/Modules/Common.lua) I'm getting this error :
```
uncaught exception http://localhost:3000/PathOfBuilding/Mod…
-
I'm using fengari-web without problems in a browser-side app bundled with webpack 3. When I try pulling in fengari API calls directly, I get these kind of errors.
```
ERROR in ./node_modules/fenga…