Which of the following is a benefit of using WebAssembly?
a) It allows direct DOM manipulation
b) It enables high-performance code execution
c) It replaces JavaScript completely
d) It is not supported by modern browsers
Answer:
b) It enables high-performance code execution
Explanation:
WebAssembly allows near-native performance in web applications, making it suitable for tasks like video editing, gaming, and other computation-heavy tasks.