Which of the following tools can compile C/C++ code into WebAssembly?

Which of the following tools can compile C/C++ code into WebAssembly?

a) npm
b) Emscripten
c) Visual Studio
d) WebStorm

Answer:

b) Emscripten

Explanation:

Emscripten is a popular toolchain that compiles C and C++ code into WebAssembly, enabling high-performance applications to run in the browser.

Reference:

WebAssembly Quiz – MCQ – Multiple Choice Questions

Scroll to Top