I have installed emscripten on my laptop and have been able to verify the installation successfully by running emcc -v. However when I try to run the sample project, emscripten seems to be getting hanged consistently. Any recommendation on what might be happening and what I should try next?
C:\emsdk-master\fastcomp\emscripten\tests>emcc hello_world.cpp
cache:INFO: generating system library: libdlmalloc.bc... (this will be cached in "C:\Users\i718761\.emscripten_cache\asmjs\libdlmalloc.bc" for subsequent builds)
cache:INFO: - ok
cache:INFO: generating system library: libpthreads_stub.bc... (this will be cached in "C:\Users\i718761\.emscripten_cache\asmjs\libpthreads_stub.bc" for subsequent builds)
cache:INFO: - ok
cache:INFO: generating system library: libc.bc... (this will be cached in "C:\Users\i718761\.emscripten_cache\asmjs\libc.bc" for subsequent builds)