Clarified the documentation around how the build_wasm target is selected.
all`` will build. The three choices are:
* ``profile-opt`` (configured with ``--enable-optimizations``)
-* ``build_wasm`` (configured with ``--with-emscripten-target``)
+* ``build_wasm`` (chosen if the host platform matches ``wasm32-wasi*`` or
+ ``wasm32-emscripten``)
* ``build_all`` (configured without explicitly using either of the others)
Depending on the most recent source file changes, Make will rebuild