Let's test your knowledge. Click the correct answer from the options.
Which of the following statements pertaining to debugging WebAssembly code is true?
Click the option that best answers the question.
- WebAssembly modules in their binary format are directly debuggable using web browsers' DevTools
- The conversion from WebAssembly binary code to WebAssembly Text Format (WAT) is essential for debugging
- The inspection of wasm module is impossible even after conversion into WAT
- All WebAssembly bugs can be debugged using JavaScript console.log()