gudzpoz
gudzpoz
# Description When `gdx-jnigen-loader` is put on the module path (to be loaded as an automatically named module in JPMS), it cannot load any libraries in a separate JAR anymore....
(I am using Spacemacs and have tons of customization, but I assume this is irrelevant? If the following is not enough to reproduce the issue, I will try again in...
Now that jnigen supports iOS, we might consider adding iOS support (and tests). (However, I don't have an iOS device at hand, so this will have to wait.) PRs are...
closes #169
**Is your feature request related to a problem? Please describe.** Now that jnigen adds Windows ARM64 support, it should be now possible to build for Windows ARM64. **Describe the solution...
**Is your feature request related to a problem? Please describe.** Inspired by #168. The current API can be rather alien to users unfamiliar with Lua C API. Moreover, using stack-based...
### Describe the bug It is a very peculiar behavior I observed happening *only* with a Firefox Mobile browser and *some* Chinese IMEs, that is, one cannot type Chinese characters...
**Describe the bug** After the `v4.0.0` release, I noticed that non-AAR Android binary JARs like [lua51-platform-4.0.0-natives-arm64-v8a.jar ](https://repo1.maven.org/maven2/party/iroiro/luajava/lua51-platform/4.0.0/lua51-platform-4.0.0-natives-arm64-v8a.jar) are actually empty. So there must be something wrong with the Gradle script....
### Discussed in https://github.com/gudzpoz/luajava/discussions/178 Originally posted by **osp54** June 2, 2024 Сan you add support for [LuaU](https://github.com/luau-lang/luau)? It has compatibility with lua51(in embedding too), and is its typed superset.
This PR should enable the user to compile ledger using Emscripten. The changes in this PR should have been kept minimal and expects the user to use `-DCMAKE_CXX_FLAGS=...` to customize...