There's plenty of info on compiling to WebAssembly from languages like C++ or Rust, F.e. there's plenty of search resuilts on LLVM to Wasm, but what about WASM to LLVM.
But is there a way to compile from WebAssembly to regular assembly (or other "native" languages like C++ or ASM)?
Note, this is not a duplicate of How to convert javascript to LLVM IR?. This issue is not about converting JavaScript to native code, it is about converting WebAssembly to native code (f.e. native machine code). JavaScript and WebAssembly are different things.