parzivale

Results 20 comments of 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...

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.