dzmitry-lahoda
dzmitry-lahoda
is UnsafeLayout also fails?
C# goes native (with some fun project like this https://github.com/MichalStrehovsky/zerosharp showing community interest). Native means that we write C# first and then pass data into C. There are tools to...
i you will mind to open issues open then it will be okey without any work. for voting.
wasm has wasi to access files. so for sure I cannot use any of file/network specific logic inside wasm. so i would like to use marco part and mapping some...
oh, i have sqlite compiled to wasm. it has its own connection type and execute method and custom return values etc. i want to take some code from rbatis, and...
It is weird, there is no docs how to use stuff in unity on main page. While that is main use case...
what happens if there are 2 aliases at same time why service is running always? I thought it only data retained. Is removal lazy? What if removal fails? E.g. somebody...
see related issues - why it is possible to have 2 same aliases on same node?
> It's not possible to use service's /tmp from outside the service, so this situation isn't possible if I understand you correctly. user runs services, deploy removes services. does remove...
> Particles access services in a sequential manner, i.e. it's not possible to access service concurrently from several particles that should be very cleared state in docs. as it very...