We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbf61e commit 7b4a036Copy full SHA for 7b4a036
src/binding-factory.ts
@@ -55,7 +55,7 @@ const luaBindings: Record<string, luaBindingFactoryFunc> = {
55
lua_tostring: luaGlue.cwrap("lua_tostring", "number", ["number", "number"])
56
};
57
},
58
- "5.1.x": function(_: LuaEmscriptenModule){
+ "5.1.x": function(_luaGlue: LuaEmscriptenModule){
59
return {
60
// #define lua_getglobal(L,s) lua_getfield(L, LUA_GLOBALSINDEX, s)
61
lua_getglobal: function (L: LuaState, name: string) {
0 commit comments