Some History of JVM and WASM
I came across a thread on HackerNews recently, about why WASM was built rather than relying on the JVM which seemed to have similar sandboxing goals. The specific question was (link):
I thought Java had all of this sandboxing stuff baked in? Wasn't that a big selling point for the JVM once upon a time? Every other WASM thread has someone talking about how WASM is unnecessary because JVM exists, so the idea that JVM actually needs WASM to do sandboxing seems pretty surprising!
John Millikin provided an excellent response here that seemed worth sharing:
Read More