You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
which is described as problem with that domain was taken down... and u need to upgrade emscript?!
here is the upstream issue emscripten-core/emscripten#14760
so I modified the project flags to be able to use emscript-latest instead of 1.39.X
as seen in here: webarkit/jsartoolkit5#15
But i didn't build with fastcomp, which made the code to run really sloppy and to break.
So I realized that probably the problem is that im not using fastcomp
And then I tried to fetch emscript-fastcomp-latest.. and puff.. its gone. the fastcomp backend is not getting new builds or releases. Please use the upstream llvm backend or use an older version than 2.0.0 (such as 1.40.1)
So is there a guide or help on how-to migrate from emscript-fastcmp to llvm ?! where can I start from?!
The text was updated successfully, but these errors were encountered:
fastcomp was removed with the 2.0.0 and upstream llvm has replaced it. In almost all cases upstream llvm should outperform the old fastcomp compiler.
It sounds like you were able to make the switch without any issues, but you noticed some issues with the build. Can you detail what you mean by "made the code to run really sloppy and to break"? It sounds like you will need to deal with whatever issues you found there.
which is described as problem with that domain was taken down... and u need to upgrade emscript?!
here is the upstream issue
emscripten-core/emscripten#14760
so I modified the project flags to be able to use emscript-latest instead of 1.39.X
as seen in here:
webarkit/jsartoolkit5#15
But i didn't build with fastcomp, which made the code to run really sloppy and to break.
So I realized that probably the problem is that im not using fastcomp
And then I tried to fetch emscript-fastcomp-latest.. and puff.. its gone.
the fastcomp backend is not getting new builds or releases. Please use the upstream llvm backend or use an older version than 2.0.0 (such as 1.40.1)
So is there a guide or help on how-to migrate from emscript-fastcmp to llvm ?! where can I start from?!
The text was updated successfully, but these errors were encountered: