Can WebAssembly directly manipulate the DOM?
a) Yes, it can directly manipulate the DOM
b) No, WebAssembly must interact with the DOM through JavaScript
c) Only in certain browsers
d) WebAssembly cannot interact with the DOM
Answer:
b) No, WebAssembly must interact with the DOM through JavaScript
Explanation:
WebAssembly does not have direct access to the DOM. Instead, it interacts with the DOM through JavaScript, allowing for integration with existing web technologies.