Wasm (WebAssembly) support for QodlyScript

Hello,
for plans to AOT compile Qodly Script I think it would be future-oriented to be able to compile the code to Wasm on the server side (wasi) and for the browser. The gc-support for WebAssembly is in the release phase and wasi-rt runs on many platforms.
On the server side you could include an existing wasi runtime in the Qodly Server for execution of Qodly Script.