Thread #108655159
File: 1776800751748.png (193.1 KB)
193.1 KB PNG
Another "secure" Rust software bites the dust.
10 RepliesView Thread
>>
>>
File: 1757346283289296.png (33.2 KB)
33.2 KB PNG
>>108655159
>Failing at xir's single selling point
>>
>>
File: file.png (383.8 KB)
383.8 KB PNG
>>108655159
>>
>>
File: slowpoke.jpg (7.2 KB)
7.2 KB JPG
>>108655159
>12 dec 25
>>
>>108659255
It isn't though, rust says that your code is safe with the assumption that the unsafe blocks don't contain bugs, it's like an axiom.
If you mess up in unsafe you can still have memory related bugs, but at least there is less surface in which said class of bugs can happen.
Anyway it's not prefect but it's still much better than anything else we have that's still practical to use.
>>
>>108655159
>checks why is this native application using wasm runtime
>it's for plugins
>something that C++ apps just use DLLs for and ask user "do you trust this binary you just downloaded from a basket-weaving forum?" and move on
>meanwhile this Rust app plugins are autmatically sandboxed
Rust wins again.
>>