Build your intuition. Is this statement true or false?
In C++, to prevent name mangling and make functions recognizable in the wasm module, we need to enclose them within extern "C"
.
Press true if you believe the statement is correct, or false otherwise.