|
|
|
|
|
by amelius
3306 days ago
|
|
> The things that make it safe to run that code will significantly negatively impact image decoding speed right now. Okay, but as I said before, for specific cases we can still do things the old way. I.e., upon decoding we detect that the url points to a known format, and we run the fast+safe decoder. For unknown formats, we download the slow decoder and use that. This way, we have more than what we would otherwise have (flexibility). And in the future, WASM will be faster anyway. I only see benefits. Of course, the sandbox should be formally proved correct first. |
|