One weakness in Java was JNI because at some point you have to get data in/out of real devices. If my webcam is some janky Costco $6 special, with a buggy, vulnerable terrible driver, does WASM protect me from malicious web pages that want to tickle my vulnerable webcam driver? Or is it just orthogonal? I.e. not WASM’s circus, so not WASM’s monkeys?
@paco @anildash @simon
I think they handle that by basically EVERY bit of I/O has to go through the JavaScript, so it isn't adding to that problem space.