oix7

Results 5 comments of oix7

Thanks! Can we avoid exotic targets like linux android for now and just add the more vanilla stuff that zig does support? Or for modern ios at least? https://github.com/ziglang/zig/issues/5145

* and maybe skip the ios simulator target too for simplicity, although it seems someone has done it before: https://github.com/kubkon/zig-ios-example

In case it helps, I made this example github action that will output a static library via https://github.com/leetal/ios-cmake without needing any code signing. ``` name: Build Flecs for iOS on:...

A bit of a tangent but, one of the obstacles to having an easier time handling this at an application level might be this issue: https://github.com/slackhq/nebula/issues/680

@johnmaguire Sure! Nebula works great once it’s up and running, but setting up unsafe routes still feels clunky. Relaxing/dropping the VPN requirement and leaning into more flexible userspace networking could...