Build your intuition. Click the correct answer from the options.
Given C++ code that tries to perform a division operation with zero as the denominator, when compiled into a WebAssembly module and run in a web browser, which of the following issues is reason for its failure?
Click the option that best answers the question.
- Type mismatch in C++ code
- Incorrect function calls in JavaScript
- Division by zero error
- Memory allocation error in the Wasm module