Which of the following is a limitation of WebAssembly?
a) It cannot handle computationally intensive tasks
b) It cannot access browser features like localStorage directly
c) It cannot be used with JavaScript
d) It cannot be used for mobile development
Answer:
b) It cannot access browser features like localStorage directly
Explanation:
WebAssembly cannot directly access browser-specific features like the DOM or localStorage; instead, it relies on JavaScript for such interactions.