parzivale
parzivale
Well for my use case I want to implement a single texture atlas for a chunk mesh with per voxel texture coordinates, but without information on what the original voxel...
+1 on this Im also having the same issue on the same hardware
Ok i have a fix, it looks like sunshine is trying to build against /usr/local/ and if you have used rosetta homebrew for x86 will install libs there, the fix...
Im not sure if the fix would have worked as it is not about sunshine not being able to find openssl but instead that it was prefering /usr/local over /opt/homebrew...
@guybedford should be good to merge now
Hey what is missing from this for it to be mergeable?
As you mentioned in #861 this is due to Axum requiring send for it's handlers
Plus a lot of crates require send, I believe it is useful to expose a sensible default for implementing unsafe send
Hmm I mean it could work, you would probably would want both a crate feature and a cli feature as if threading ever came to wasm you would have to...
Yep I think yours is the better solution, unless workerd ever plans to move to a threaded execution model this makes everything considerably simpler.