Currently most programming languages, can compile to WebAssembly (officially or through an external package).
So I'm wondering... is it possible to decompile the web assembly file? So we can have the code written in one language that can compile to .wasm, and decompile it using another language? And then, generate .java, .js, .py, .go and etc, from the .wasm file. Is it possible?