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 was 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?!
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?!