I'm trying to use CMake with Emscripten. I followed this official tutorial, cloned the repo with:
git clone https://github.com/emscripten-core/emsdk.git
I did:
./emsdk install latest
./emsdk activate latest
and in general, emcc seems to be working. Now I moved on to this tutorial and it tells me to use:
./emconfigure ./configure
./emmake make
Unfortuantely, it doesn't seem like emconfigure or emmake are anywhere on my PATH. I also cannot find them in emsdk repo that I cloned earlier. Did I miss something obvious?
 
                        
You forgot the last step in the Installation Instructions tutorial you linked (bolded below):
This should allow
emconfigureandemmaketo be recognized in the current Terminal session.