Mark As Completed Discussion

Try this exercise. Fill in the missing part by typing it in.

WebAssembly threading support is becoming more widespread among browsers. This means you can utilize multi-core processors in your Wasm modules, similar to how you might use threading in a native C++ application. This is especially beneficial for CPU-_ workloads.

Write the missing line below.