Skip to content

Suitable for use with untrusted code? #2792

Answered by cwfitzgerald
jeffparsons asked this question in Q&A
Discussion options

You must be logged in to vote

Assuming you don't turn on any native only features that aren't hardened, you should be reasonably able to run with untrusted code. The main bit of sandboxing that WebGPU adds on top is process isolation - the "content" process talks with the render process (that has wgpu in it) over IPC. Beyond that, there isn't significant amount of hardening. That is to say assuming you don't need process isolation, you should be good to go :)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jeffparsons
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants