Kibeom Kim
Kibeom Kim
I'm trying to generate Oryol Rust binding and code in Rust. What would be the most proper way to integrate Rust compilation (Cargo)?
That ABI is no longer supported https://android.googlesource.com/platform/ndk/+/353e653824b79c43b948429870d0abeedebde386/docs/HardFloatAbi.md
It seems like `fips setup`'s toolchain install is fixed and should be manually updated. How about letting fips manage the versions and allow an auto update command line something like:...
Maybe something like this? wdyt?
It seems like we can specify a specific git revision in `fips.yml` with `rev` when we import dependencies, but the dependencies of the imported library is up to the library's...
WebAssembly platform support would be great :)
Often production servers are behind CDN, and it's useful to only allow traffic from CDN servers for security. For example, ClouldFlare and other CDNs provide their servers' IP range for...
I guess denormals can appear in intermediate variables. But not all architectures support denormal, or denormal can be disabled by user with FTZ flag. Have we reviewed precision for such...
Seems like currently it doesn't output any log on 1. docker launch fail 2. execution fail inside docker.
Currently icon names are hard coded as `icon_*.png` . Can we make it configurable? Thanks!