Hi,
However, when I run the command "emcc tests/hello_world.cpp -o test.html" on Windows, I get this warning "shared:WARNING: LLVM version appears incorrect (seeing "8.0", expected "9.0")".
Moreover, when I open the test.html, the following errors appear in the webpage:
both async and sync fetching of the wasm failed
abort("both async and sync fetching of the wasm failed") at Error
at jsStackTrace (file:///C:/Users/Desktop/test/emsdk/emscripten/1.38.30/test.js:1140:13)
at stackTrace (file:///C:/Users/Desktop/test/emsdk/emscripten/1.38.30/test.js:1157:12)
at abort (file:///C:/Users/Desktop/test/emsdk/emscripten/1.38.30/test.js:2453:44)
at getBinary (file:///C:/Users/Desktop/test/emsdk/emscripten/1.38.30/test.js:1573:5)
at file:///C:/Users/Desktop/test/emsdk/emscripten/1.38.30/test.js:1587:14
So what is the issue here? is it because I am using LLVM 8.0.0?