| ▲ | zzo38computer 3 hours ago | |||||||
> put binary blobs in your browser outside the security sandbox There are reasons to do this sometimes, but usually it would be better to put them inside of the security sandbox (if the security sandbox can be designed in a good way). The user (or system administrator) could manually install and configure any native code extensions (without needing to recompile the entire browser), but sandboxed VM codes would also be available and would be used for most stuff, rather than the native code. | ||||||||
| ▲ | shadowgovt 2 hours ago | parent [-] | |||||||
We already have two infrastructures to do that: the JavaScript engine and wasm. And, indeed, part of the deprecation of XSLT proposal involves, in essence, moving XSLT processing from the browser-native layer to wasm as a polyfill that a site author can opt into. | ||||||||
| ||||||||