Brian Guarraci
Brian Guarraci
I've updated the code and done some initial testing. Want to do more testing before I call it done. Take a look...I think it could be way faster than the...
No worries. I'm in the process of combining some of your tools and some other tools into a single web server package. I've extended the tools to support HttpChunk proxies...
``` 13:26 $ docker run -v `pwd`:/wac -w /wac -it kanaka/emscripten bash root@f06b7bc1091e:/wac# make clean rm -f *.o *.a *.d wac wace wace-sdl.c \ lib/*.o lib/*.d kernel/*.o kernel/*.d \ examples_c/*.js...
I'm on MacOS 10.13.6 (High Sierra). updated your patch. the actual errno is 75. #define EPROGMISMATCH 75 /* Program version wrong */ ``` diff --git a/platform_libc.c b/platform_libc.c index 5e026a5..66b843c 100644...
Yes, you are right. it looks like a 32bit issue: root@23f275bd8b8d:/wac# ./fstat32 LICENSE could not stat file 'LICENSE' (75) root@23f275bd8b8d:/wac# ./fstat64 LICENSE LICENSE file size: 17189 I found it was...
Hi, What do you recommend I use to adequately benchmark deft? I'm happy to do that for this set of changes and some other ideas I'm prototyping based on Deft....
Hello, sorry for not noticing this before. I've not seen hatch and will take a look. Thanks! I'm in the process of refactoring some things and will consider this.
oh interesting. it looks like it's capturing the lambda vs resolving at execution time. thanks! will take a look.
oh, cool! thanks! i'll take a look.