I know both clang (by use target=wasm32) and emscripten can compile C code into webassembly, but how are they different?
It looks like they both use LLVM as backend. Actually, I do not even quite understand the relation between llvm and clang...
I have been reading WebAssembly for a while, but I lack low-level understanding of it. Thank you so much for your time!!