emscripten-core / emsdk

Emscripten SDK
http://emscripten.org
Other
2.98k stars 679 forks source link

sdk-fastcomp-tag-1.38.21-64bit #1252

Closed jChavezCac closed 1 year ago

jChavezCac commented 1 year ago

Hi, I am trying to run "emsdk install sdk-fastcomp-tag-1.38.21-64bit", but I get this error: "the fastcomp backend is no longer supported. Please use an older version of emsdk (for example 3.1.29) if you want to install the old fastcomp-based SDK ." I tried to install the suggested version but it is not available either. My project needs the version sdk-fastcomp-tag-1.38.21-64bit. Could you please provide me with the tag or release from where I can install it?

Thank you!

sbc100 commented 1 year ago

If you do git checkout 3.1.29 in your emsdk directory you should then be able to do emsdk install sdk-fastcomp-tag-1.38.21-64bit. I just tried it and it worked for me.

jennifferch commented 1 year ago

It worked for me too. Thank you so much!