Other than JavaScript, what other way can you send arbitrary code to a device and expect it to run there? WASM is the only other option.
This is just really inefficient: VM in WASM in javascript in a sandbox in a browser, is insane and will forever be slow due to complexity.
Fun for the lulz, but for the planet's sake I hope this doesn't get adopted.
Other than JavaScript, what other way can you send arbitrary code to a device and expect it to run there? WASM is the only other option.