Y
Hacker News
new
|
ask
|
show
|
jobs
by
hiccuphippo
2881 days ago
Is WebAssembly more secure than Javascript when it comes to escaping the sandbox? I see exploits every year in pwn2own for Javascript.
1 comments
jchw
2881 days ago
That question should be answered in future pwn2owns, probably :) but since it reuses JIT architecture in existing JS engines, my guess is that it will mostly benefit from previous security and sandboxing advances.
link