What does WebAssembly Text Format (WAT) represent?
a) A compiled WebAssembly file
b) A human-readable format for WebAssembly binaries
c) A JavaScript framework for Wasm
d) A debugger tool for Wasm
Answer:
b) A human-readable format for WebAssembly binaries
Explanation:
WebAssembly Text Format (WAT) is a human-readable representation of WebAssembly binary files, making it easier for developers to read and understand the underlying code.