Remix.run Logo
kmeisthax 2 years ago

Why would WebAssembly provide more protection against exfiltration than JavaScript in this case?

benatkin 2 years ago | parent [-]

By default WebAssembly doesn't have access to the DOM or JavaScript globals. You have full control of how it can access these things.