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 7b4a036 commit 3f3be8dCopy full SHA for 3f3be8d
src/binding-factory.ts
@@ -52,7 +52,7 @@ const luaBindings: Record<string, luaBindingFactoryFunc> = {
52
lua_tolstring: function(_L: LuaState, _index: number, _size: number) {
53
throw "lua_tolstring is currently not supported in 5.0";
54
},
55
- lua_tostring: luaGlue.cwrap("lua_tostring", "number", ["number", "number"])
+ lua_tostring: luaGlue.cwrap("lua_tostring", "string", ["number", "number"])
56
};
57
58
"5.1.x": function(_luaGlue: LuaEmscriptenModule){
0 commit comments