That’s not only not possible currently, it’s fundamentally nonsensical. A browser needs ways of presenting things to the user; WebAssembly is just a small VM for executing code. You need the platform to provide some sort of UI library (e.g. HTML DOM + CSS). Beside the complexity of that lot, WebAssembly’s is just rounding error.
*I know that's not possible currently