Piotr Paczkowski (trzeci.eu)

Results 11 comments of Piotr Paczkowski (trzeci.eu)

Hej, it's needed to make it one line by removing trailing ` \`. Thank you for letting know. Will update once I have access to PC. Cheers and please let...

You use cygwin as I can see, docker runs in windows scope, hence you have to translate path (shlashes).

Hi @oxr463 once I've tried to approach alpine, but frankly I've failed. It was when I've made a multi-stage build, and simple tried to re-use product of compilation. Don't remember...

Hi @remram44, `libclang` is a part of `https://packages.debian.org/stretch/libclang-3.9-dev` Can you try to run: `sudo apt install libclang-3.9-dev` before running the compilation? I can complete the emscripten image with the missing...

Interesting, https://github.com/kripken/emscripten/blob/incoming/system/include/emscripten/emscripten.h#L135 It looks that this doesn't help at all to install the libclang, some of clang tools is used in compilation (from version 3.9 what has different signature for...

@remram44 I found it, it can be preserved. Do you have some minimal test case what I can run to verify if my patch works? Alternatively you can extract [llvm_clang_lib.tar.gz](https://github.com/asRIA/emscripten-docker/files/1692136/llvm_clang_lib.tar.gz)...

Yes, none of ports are baked into the image. I was able to reproduce error and test a hack fix. I'll test the branch from and once it works fine...

Hi! Can you please tell me which image do you use? All images have `$EMSDK` variable being set. ``` > docker run --rm -it trzeci/emscripten:1.39.16-fastcomp bash -c 'echo $EMSDK' /emsdk_portable...

Hi, I've just tested and I've noticed this error after ~1.4GB of consumed RAM only and I still have a lot of unused memory. I was able to move limit...

Can be reproduced with Unity's demo of ASM.js ``` wget https://files.unity3d.com/jonas/AngryBots/Release/AngryBots.js ```