Alex D

Results 5 issues of Alex D

adding PCH is working when using Visual Studio target but when I switch to MinGW target it is showing error: mingw32-make[2]: *** No rule to make target '../CoreLib.h', needed by...

tsc --emit=jit --shared-libs=lib/libmlir_async_runti me.so,lib/libTypeScriptGCWrapper.so /tests/00print.ts Backtrace: __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 50 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007ffff7a2d859 in __GI_abort () at...

Are you planning to support windows visual studio toolchain? I have created CMakefile to use CMake and found that code can't be compiled using VC++ but I didn't see why...

Atomics https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/

shaders are not updated to use DXC 1.8 file `MathHelpers.slang` line `158`: should be ```slang return float2( (1.f - abs(v.x)) * select(v.x >= 0.f, 1.f, -1.f), (1.f - abs(v.y)) *...