Can Chrome Extensions access Wasm variables?

Viewed 29

Say I have a Wasm app with a variable foo that simply holds the value "helloWorld". Can a malicious Chrome extension access it? If so, what can I do to prevent that?

0 Answers
Related