|
|
|
|
|
by still_grokking
1237 days ago
|
|
> By default, interpreters may get access to the same resources that the user running the process. In Wasm, the resources are granted manually. What's the difference to run the code under a different user (like for example `nobody` for "full sandboxing", or a "clone of nobody" with some additional access rights)? |
|