yejun81

Results 6 comments of yejun81

Hi. I met this error too.I use ubuntu 16.04, i follow the guide and when i run "make -j8" after cmake.I can compile a simple.c file like "hello world" too.when...

> @yejun81 , could you please tell me which step of the guide it is? This step: 1.10.8. Build application When i run make -j8, i got "wasm-ld: error unable...

yes, i am also very confused by the result, after change calloc to malloc, i even did printf in the dlcalloc function, the browser console showed that the real function...

seriously, i seeked for the compiled emscripten_fetch.o file, but i can't find it.it would be auto removed after compile? i can't use memory large than 4GB, so i want to...

> I don't think the compiler would ever change a calloc to a malloc though.. that seem backwards. Something strange much be going on. What does the it looks like...

> Why are you saying that `k0 = 1/vsOrigin.z`? `k0` uses `H0.w` which comes from `uvFromViewMatrix * vec4(vsOrigin, 1.0)`. The value of `H0.w` depends on what's in `uvFromViewMatrix`. yes, uvFromViewMatrix...