1DOLLY 32MODULE cpp34# The frontend and genuine Emscripten libc++/libc++abi archives belong to the5# externally prepared process SDK. Install their matching headers and expose6# that same runtime to every C++ link, including explicit -lc++/-lc++abi.7REQUIRES HEADER libc8REQUIRES FOLDER process-sdk9REQUIRES TOOL   c++10REQUIRES TOOL   rm11REQUIRES TOOL   tar1213SOURCE HOST /static/default/libcxx-headers.tar /tmp/cpp/libcxx-headers.tar           bf2e001df02242dfe12574daf0eca582d89708a76f794a8983c57abc72dd72c614SOURCE HOST /static/default/licenses/libcxx    /usr/share/licenses/libcxx/LICENSE    539dd7aed86e8a4f12cbdd0e6c50c189c7d74847e4fecc64ce2c6ee3a01da38b15SOURCE HOST /static/default/licenses/libcxxabi /usr/share/licenses/libcxxabi/LICENSE e2b35be49f7284a45b7baca8fc7b3ab7440e7902392b2528a457816b5bb2a15c1617SLOP tar \18  -xf /tmp/cpp/libcxx-headers.tar \19  -C /2021EXPORTS HEADER cpp    /usr/include/c++/v122EXPORTS LIB    c++    /usr/lib/dolly/process/libc++-ww-wasmexcept.a23EXPORTS LIB    c++abi /usr/lib/dolly/process/libc++abi-ww-wasmexcept.a24EXPORTS ENV    CXX    c++2526FILE /usr/share/licenses/libcxx/LICENSE27FILE /usr/share/licenses/libcxxabi/LICENSE2829SLOP rm \30  -rf \31  /tmp/cpp32