Ben Smith
Ben Smith
So it sounds like his suggestion is to duplicate all ArrayBuffer, TypedArray, etc. types differentiating them by whether the callee will copy or reference. Seems a bit strange to me...
I haven't tried any, but I don't think it requires specific webassembly support for C++ coroutines. I think there's some support in the version of LLVM I used to build...
Thanks for taking a look at this! Yeah, I ended up using the SDL filesystem functions for smolnes, which made it a lot more portable. It's a little sad to...
It's a little strange there, maybe it could be in a separate tab?
I wrote up some notes about my process in this gist: https://gist.github.com/binji/b7541f9740c21d7c6dac95cbc9ea6fca I've also added it to README.md
Sorry I didn't take a look at this earlier! I think it makes sense to turn this into an async function, but I don't recall where else it's being used....
All the changes are pushed to https://github.com/binji/llvm-project. Unfortunately, I didn't write any notes about how I built it. All the changes are in the top commits here, though: https://github.com/binji/llvm-project/commits/master
Hi @Avdpro, I can't quite remember how it all works, but I did have to hack threading a bit. Here's the change I made: https://github.com/binji/wasi-sdk/commit/b6e735e9968ddfecfdc49bc72ba5aed7bb83c600. Note that it pulls in...
Good catch! I actually had a TODO in the code about this, but forgot to fix it. This should be fixed in v1.0.9. BTW, since you seem to have been...
Looks like the issue is in `calcdist_ai()`, since that always uses `IS_MOB_AI()` to determine whether it can move to a tile. The original code does this, but if it fails...