build_xlua_with_libs icon indicating copy to clipboard operation
build_xlua_with_libs copied to clipboard

为xLua集成几个常用库,方便使用

Results 10 build_xlua_with_libs issues
Sort by recently updated
recently updated
newest added

您好,请问下ffi库是否支持lua 5.4版本?看详情页面,以及 https://github.com/facebookarchive/luaffifb 的描述,目前只支持5.1-5.3,没有支持5.4,想问下我们这边裁剪后是否支持5.4。谢谢。

用大佬的工程直接替换了Plugins/iOS/libxlua.a为build/plugin_luajit/Plugins/iOS/libxlua.a,然后导出xcode工程编译报错如下:(尝试设置xcode里的bitcode为No依然报错) Showing All Messages : '/Users/Documents/111/Libraries/Plugins/iOS/libxlua.a(lj_api.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode...

make_android_lua53.bat中"-DCMAKE_BUILD_TYPE=Release/Relase?",是拼写错误还是两个没区别?官网的build中是正确拼写,您的库中拼写是错误的

mac上执行编译cmake_ios_luajit.sh后在xcode上看项目缺少了很多函数,我在终端搜索error却并没有发现有错误 这个是我需要改动那里吗?我还没有添加我需要的第三 方库

版本为unityLTS 2019.4.6F1 安卓sdk为最新的 PC版本能正常运行,正常和服务器进行通讯。 但是打出来的安卓包启动后直接报cant find libc 然后后续的lua读取行为全部失败。

能否将lfs 集成到xlua libs 啊。

1 warning generated. [ 78%] Building C object CMakeFiles/xlua.dir/lpeg/lpcap.c.o [ 82%] Building C object CMakeFiles/xlua.dir/lpeg/lpcode.c.o [ 86%] Building C object CMakeFiles/xlua.dir/lpeg/lpprint.c.o [ 91%] Building C object CMakeFiles/xlua.dir/lpeg/lptree.c.o [ 95%] Building...

大佬有空能更新下吗?我用之前的xlua proto 通讯没问题,因为要支持webgl所以使用了您这边的。其他数据都没问题,int数组就提示如下错误。数组要是空数据也不会报错,自定义结构体数据的数组通讯也不会出错。 LuaException: net/net:188: type mismatch at offset 59, varint expected for type int32, got bytes stack traceback: [C]: in function 'pb.decode' net/net:188: in function 'net/net.Back'

EntryPointNotFoundException: luaopen_rapidjson assembly: type: member:(null) XLua.LuaDLL.Lua.LoadRapidJson (System.IntPtr L) (at... Windows的PC端可以正常使用rapidjson库,但M2芯片的Mac运行起来会找不到rapidjson库