I had the same issues and the only workaround is using Ubuntu with WSL on the Windows 10. Then you just follow the commands
git clone https://github.com/juj/emsdk cd emsdk emsdk install sdk-incoming-64bit binaryen-master-64bit emsdk activate sdk-incoming-64bit binaryen-master-64bit source ./emsdk_env.sh echo ${EMSCRIPTEN} On Monday, August 5, 2019 at 4:14:51 PM UTC-4, Jeff Roberts wrote: > > > emsdk.bat install latest > > Fetching emscripten-releases repository... > Cloning into 'C:/devel/libs/em/releases'... > remote: Total 3107 (delta 919), reused 3107 (delta 919) > Receiving objects: 100% (3107/3107), 1.52 MiB | 4.65 MiB/s, done. > Resolving deltas: 100% (919/919), done. > Fetching latest changes to the branch 'master' for > 'C:/devel/libs/em/releases'... > Already up to date. > Successfully updated and checked out branch 'master' on repository > 'C:/devel/libs/em/releases' > Current repository version: > Fetching all precompiled tagged releases.. > Downloading: C:/devel/libs/em/llvm-tags-32bit.txt from > https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/tag/win_32bit/index.txt > Downloading: C:/devel/libs/em/llvm-tags-64bit.txt from > https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/tag/win_64bit/index.txt, > > 2435 Bytes > Error: No tool or SDK found by name > 'sdk-releases-fastcomp-7b4b328af02eafbc857b8ca1e3d9b12dddc56ef7-64bit'. > > Rather not have to build everything - any suggestions? > > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/ce35c8bd-6796-4c52-ad60-9932302ab6ab%40googlegroups.com.
