Making -ddump-asm work for the wasm backend NCG
Currently, the wasm backend NCG does not respect the -ddump-asm flag. In order to inspect the output assembly file, one needs to either pass -S flag, or -keep-tmp-files and look into the temporary directory. It would be useful to support -ddump-asm for debugging purposes.