|
|
|
|
|
by the_duke
1570 days ago
|
|
That's a lot of complicated, non-portable steps, with many subtle semantics that can easily be implemented incorrectly. Running the code in a Wasm sandbox sounds a whole lot easier and less error prone. You do have to trust the Wasm engine, but nothing else. And you don't need in-depth knowledge of OS security mechanisms. |
|
Nothing I mentioned requires knowledge of OS security mechanisms beyond what I've described in my short comment.