|
|
|
|
|
by marcosdumay
1380 days ago
|
|
My guess is that the resource protection of WASM is quite well made. There are experimental or hobbyist VMs with great resource protection but that didn't receive a lot of attention, so they have all kinds of sharp edges. And there are mainstream VMs that all completely suck at resource protection even when it's one of the main goals of the project. On the middle, with a good enough to be useful amount of protection, and receiving attention enough to be usable, there is basically only WASM. I imagine there is an amount of javascript-like "I want whatever I have on the browser, so I'll have to learn less stuff" happening too. But I don't think it's as relevant, because there is much less to learn when picking a VM. |
|