We're closely following the progress of WebAssembly, including WebAssembly System Interface (WASI). There's a new experimental workload in .NET 8 for WASI that extends the capabilities of Wasm towards the Cloud.
yea i was looking into this, would use it to compile python and then execute that. i was looking at wasmer as it goes, seems to have good sandboxing. might write my own VM anyway though cause it doesn't need to be overly fast
ive been using wgpu-rs in my engine WebGPU but not on web. a standardized cross platform GPU API + shader code that you do not need to support manually. it is the dream