I have recently watched a talk about WebAssembly landscape in 2022.
and Motoko was mentioned a specific language for Wasm along with AssemblyScript and Grain, both of them are a general purpose language that compiles into Wasm.
I was wondering if Motoko also can be compiled into wasm to be used for i.e the Web without the specifics of the internet computer and what does it take to create a program in Motoko to be used in a ordinary website?