diff --git a/devel/wasi-libcxx/Makefile b/devel/wasi-libcxx/Makefile index e0fae9161953..5bd273616f9b 100644 --- a/devel/wasi-libcxx/Makefile +++ b/devel/wasi-libcxx/Makefile @@ -1,84 +1,85 @@ PORTNAME= libcxx -DISTVERSION= 11.0.0 +DISTVERSION= 13.0.0 CATEGORIES= devel lang -MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION}/ +MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ + https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} PKGNAMEPREFIX= wasi- -DISTNAME= llvm-project-${DISTVERSION} +DISTNAME= llvm-project-${DISTVERSION}.src +DISTFILES= llvm-project-${DISTVERSION}.src${EXTRACT_SUFX} MAINTAINER= greg@unrelenting.technology COMMENT= C++ standard library for WebAssembly System Interface LICENSE= LLVM2 LICENSE_NAME= Apache License 2.0 with LLVM Exceptions LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${WASI_SYSROOT}/include/stdarg.h:devel/wasi-libc \ clang${LLVM_SUFFIX}:devel/llvm${LLVM_SUFFIX} USES= cmake tar:xz NO_ARCH= yes SSP_UNSAFE= yes CC= ${LOCALBASE}/bin/clang${LLVM_SUFFIX} CXX= ${LOCALBASE}/bin/clang++${LLVM_SUFFIX} LLVM_RELEASE= ${DISTVERSION:C/rc.*//} LLVM_SUFFIX= ${LLVM_RELEASE:C/\.[0-9]\.[0-9]$//} LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} WASI_SYSROOT= ${LOCALBASE}/share/wasi-sysroot WRKSRC= ${WRKDIR}/${DISTNAME}/libcxx CMAKE_INSTALL_PREFIX= ${PREFIX}/share/wasi-sysroot CMAKE_ARGS= -DCMAKE_C_COMPILER_WORKS=1 \ -DCMAKE_CXX_COMPILER_WORKS=1 \ -DCXX_SUPPORTS_CXX11=ON \ -DLLVM_COMPILER_CHECKED=ON \ -DUNIX:BOOL=ON \ -DCMAKE_SYSROOT=${WASI_SYSROOT} \ + -DCMAKE_CXX_COMPILER_TARGET=wasm32-wasi \ -DLLVM_CONFIG_PATH=${LOCALBASE}/bin/llvm-config${LLVM_SUFFIX} \ -DLIBCXX_LIBDIR_SUFFIX=/wasm32-wasi \ -DLIBCXX_INCLUDE_BENCHMARKS:BOOL=FALSE \ -DLIBCXX_INCLUDE_TESTS:BOOL=FALSE \ - -DLIBCXX_TARGET_TRIPLE=wasm32-wasi \ -DLIBCXX_ENABLE_THREADS:BOOL=OFF \ -DLIBCXX_HAS_PTHREAD_API:BOOL=OFF \ -DLIBCXX_HAS_EXTERNAL_THREAD_API:BOOL=OFF \ -DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \ -DLIBCXX_HAS_WIN32_THREAD_API:BOOL=OFF \ -DLIBCXX_ENABLE_SHARED:BOOL=OFF \ -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY:BOOL=OFF \ -DLIBCXX_ENABLE_EXCEPTIONS:BOOL=OFF \ -DLIBCXX_ENABLE_FILESYSTEM:BOOL=OFF \ -DLIBCXX_CXX_ABI=libcxxabi \ -DLIBCXX_HAS_MUSL_LIBC:BOOL=ON \ -DLIBCXX_ABI_VERSION=2 \ -DLIBCXXABI_LIBDIR_SUFFIX=/wasm32-wasi \ - -DLIBCXXABI_TARGET_TRIPLE=wasm32-wasi \ -DLIBCXXABI_ENABLE_EXCEPTIONS:BOOL=OFF \ -DLIBCXXABI_ENABLE_SHARED:BOOL=OFF \ -DLIBCXXABI_SILENT_TERMINATE:BOOL=ON \ -DLIBCXXABI_ENABLE_THREADS:BOOL=OFF \ -DLIBCXXABI_HAS_PTHREAD_API:BOOL=OFF \ -DLIBCXXABI_HAS_EXTERNAL_THREAD_API:BOOL=OFF \ -DLIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \ -DLIBCXXABI_HAS_WIN32_THREAD_API:BOOL=OFF \ -DLIBCXXABI_LIBCXX_INCLUDES=${CONFIGURE_WRKSRC}/include/c++/v1 post-extract: @${MKDIR} ${WRKDIR}/.build_cxxabi post-configure: @cd ${WRKDIR}/.build_cxxabi && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${WRKDIR}/${DISTNAME}/libcxxabi post-build: @${LOCALBASE}/bin/llvm-ranlib${LLVM_SUFFIX} ${CONFIGURE_WRKSRC}/lib/wasm32-wasi/*.a @cd ${WRKDIR}/.build_cxxabi && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} @${LOCALBASE}/bin/llvm-ranlib${LLVM_SUFFIX} ${WRKDIR}/.build_cxxabi/lib/wasm32-wasi/*.a post-install: @cd ${WRKDIR}/.build_cxxabi && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${INSTALL_TARGET} .include diff --git a/devel/wasi-libcxx/distinfo b/devel/wasi-libcxx/distinfo index 7721e44275c8..99e281be244f 100644 --- a/devel/wasi-libcxx/distinfo +++ b/devel/wasi-libcxx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603454401 -SHA256 (llvm-project-11.0.0.tar.xz) = b7b639fc675fa1c86dd6d0bc32267be9eb34451748d2efd03f674b773000e92b -SIZE (llvm-project-11.0.0.tar.xz) = 84792772 +TIMESTAMP = 1633603390 +SHA256 (llvm-project-13.0.0.src.tar.xz) = 6075ad30f1ac0e15f07c1bf062c1e1268c241d674f11bd32cdf0e040c71f2bf3 +SIZE (llvm-project-13.0.0.src.tar.xz) = 97577404 diff --git a/devel/wasi-libcxx/pkg-plist b/devel/wasi-libcxx/pkg-plist index ae25fbf97780..9935768e2996 100644 --- a/devel/wasi-libcxx/pkg-plist +++ b/devel/wasi-libcxx/pkg-plist @@ -1,182 +1,391 @@ +share/wasi-sysroot/include/c++/v1/__algorithm/adjacent_find.h +share/wasi-sysroot/include/c++/v1/__algorithm/all_of.h +share/wasi-sysroot/include/c++/v1/__algorithm/any_of.h +share/wasi-sysroot/include/c++/v1/__algorithm/binary_search.h +share/wasi-sysroot/include/c++/v1/__algorithm/clamp.h +share/wasi-sysroot/include/c++/v1/__algorithm/comp.h +share/wasi-sysroot/include/c++/v1/__algorithm/comp_ref_type.h +share/wasi-sysroot/include/c++/v1/__algorithm/copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/copy_backward.h +share/wasi-sysroot/include/c++/v1/__algorithm/copy_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/copy_n.h +share/wasi-sysroot/include/c++/v1/__algorithm/count.h +share/wasi-sysroot/include/c++/v1/__algorithm/count_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/equal.h +share/wasi-sysroot/include/c++/v1/__algorithm/equal_range.h +share/wasi-sysroot/include/c++/v1/__algorithm/fill.h +share/wasi-sysroot/include/c++/v1/__algorithm/fill_n.h +share/wasi-sysroot/include/c++/v1/__algorithm/find.h +share/wasi-sysroot/include/c++/v1/__algorithm/find_end.h +share/wasi-sysroot/include/c++/v1/__algorithm/find_first_of.h +share/wasi-sysroot/include/c++/v1/__algorithm/find_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/find_if_not.h +share/wasi-sysroot/include/c++/v1/__algorithm/for_each.h +share/wasi-sysroot/include/c++/v1/__algorithm/for_each_n.h +share/wasi-sysroot/include/c++/v1/__algorithm/generate.h +share/wasi-sysroot/include/c++/v1/__algorithm/generate_n.h +share/wasi-sysroot/include/c++/v1/__algorithm/half_positive.h +share/wasi-sysroot/include/c++/v1/__algorithm/includes.h +share/wasi-sysroot/include/c++/v1/__algorithm/inplace_merge.h +share/wasi-sysroot/include/c++/v1/__algorithm/is_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/is_heap_until.h +share/wasi-sysroot/include/c++/v1/__algorithm/is_partitioned.h +share/wasi-sysroot/include/c++/v1/__algorithm/is_permutation.h +share/wasi-sysroot/include/c++/v1/__algorithm/is_sorted.h +share/wasi-sysroot/include/c++/v1/__algorithm/is_sorted_until.h +share/wasi-sysroot/include/c++/v1/__algorithm/iter_swap.h +share/wasi-sysroot/include/c++/v1/__algorithm/lexicographical_compare.h +share/wasi-sysroot/include/c++/v1/__algorithm/lower_bound.h +share/wasi-sysroot/include/c++/v1/__algorithm/make_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/max.h +share/wasi-sysroot/include/c++/v1/__algorithm/max_element.h +share/wasi-sysroot/include/c++/v1/__algorithm/merge.h +share/wasi-sysroot/include/c++/v1/__algorithm/min.h +share/wasi-sysroot/include/c++/v1/__algorithm/min_element.h +share/wasi-sysroot/include/c++/v1/__algorithm/minmax.h +share/wasi-sysroot/include/c++/v1/__algorithm/minmax_element.h +share/wasi-sysroot/include/c++/v1/__algorithm/mismatch.h +share/wasi-sysroot/include/c++/v1/__algorithm/move.h +share/wasi-sysroot/include/c++/v1/__algorithm/move_backward.h +share/wasi-sysroot/include/c++/v1/__algorithm/next_permutation.h +share/wasi-sysroot/include/c++/v1/__algorithm/none_of.h +share/wasi-sysroot/include/c++/v1/__algorithm/nth_element.h +share/wasi-sysroot/include/c++/v1/__algorithm/partial_sort.h +share/wasi-sysroot/include/c++/v1/__algorithm/partial_sort_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/partition.h +share/wasi-sysroot/include/c++/v1/__algorithm/partition_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/partition_point.h +share/wasi-sysroot/include/c++/v1/__algorithm/pop_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/prev_permutation.h +share/wasi-sysroot/include/c++/v1/__algorithm/push_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/remove.h +share/wasi-sysroot/include/c++/v1/__algorithm/remove_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/remove_copy_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/remove_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/replace.h +share/wasi-sysroot/include/c++/v1/__algorithm/replace_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/replace_copy_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/replace_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/reverse.h +share/wasi-sysroot/include/c++/v1/__algorithm/reverse_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/rotate.h +share/wasi-sysroot/include/c++/v1/__algorithm/rotate_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/sample.h +share/wasi-sysroot/include/c++/v1/__algorithm/search.h +share/wasi-sysroot/include/c++/v1/__algorithm/search_n.h +share/wasi-sysroot/include/c++/v1/__algorithm/set_difference.h +share/wasi-sysroot/include/c++/v1/__algorithm/set_intersection.h +share/wasi-sysroot/include/c++/v1/__algorithm/set_symmetric_difference.h +share/wasi-sysroot/include/c++/v1/__algorithm/set_union.h +share/wasi-sysroot/include/c++/v1/__algorithm/shift_left.h +share/wasi-sysroot/include/c++/v1/__algorithm/shift_right.h +share/wasi-sysroot/include/c++/v1/__algorithm/shuffle.h +share/wasi-sysroot/include/c++/v1/__algorithm/sift_down.h +share/wasi-sysroot/include/c++/v1/__algorithm/sort.h +share/wasi-sysroot/include/c++/v1/__algorithm/sort_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/stable_partition.h +share/wasi-sysroot/include/c++/v1/__algorithm/stable_sort.h +share/wasi-sysroot/include/c++/v1/__algorithm/swap_ranges.h +share/wasi-sysroot/include/c++/v1/__algorithm/transform.h +share/wasi-sysroot/include/c++/v1/__algorithm/unique.h +share/wasi-sysroot/include/c++/v1/__algorithm/unique_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/unwrap_iter.h +share/wasi-sysroot/include/c++/v1/__algorithm/upper_bound.h +share/wasi-sysroot/include/c++/v1/__availability share/wasi-sysroot/include/c++/v1/__bit_reference +share/wasi-sysroot/include/c++/v1/__bits share/wasi-sysroot/include/c++/v1/__bsd_locale_defaults.h share/wasi-sysroot/include/c++/v1/__bsd_locale_fallbacks.h share/wasi-sysroot/include/c++/v1/__config +share/wasi-sysroot/include/c++/v1/__config_site share/wasi-sysroot/include/c++/v1/__cxxabi_config.h share/wasi-sysroot/include/c++/v1/__debug share/wasi-sysroot/include/c++/v1/__errc -share/wasi-sysroot/include/c++/v1/__functional_03 +share/wasi-sysroot/include/c++/v1/__format/format_error.h +share/wasi-sysroot/include/c++/v1/__format/format_parse_context.h +share/wasi-sysroot/include/c++/v1/__function_like.h +share/wasi-sysroot/include/c++/v1/__functional/binary_function.h +share/wasi-sysroot/include/c++/v1/__functional/binary_negate.h +share/wasi-sysroot/include/c++/v1/__functional/bind.h +share/wasi-sysroot/include/c++/v1/__functional/bind_front.h +share/wasi-sysroot/include/c++/v1/__functional/binder1st.h +share/wasi-sysroot/include/c++/v1/__functional/binder2nd.h +share/wasi-sysroot/include/c++/v1/__functional/default_searcher.h +share/wasi-sysroot/include/c++/v1/__functional/function.h +share/wasi-sysroot/include/c++/v1/__functional/hash.h +share/wasi-sysroot/include/c++/v1/__functional/identity.h +share/wasi-sysroot/include/c++/v1/__functional/invoke.h +share/wasi-sysroot/include/c++/v1/__functional/is_transparent.h +share/wasi-sysroot/include/c++/v1/__functional/mem_fn.h +share/wasi-sysroot/include/c++/v1/__functional/mem_fun_ref.h +share/wasi-sysroot/include/c++/v1/__functional/not_fn.h +share/wasi-sysroot/include/c++/v1/__functional/operations.h +share/wasi-sysroot/include/c++/v1/__functional/perfect_forward.h +share/wasi-sysroot/include/c++/v1/__functional/pointer_to_binary_function.h +share/wasi-sysroot/include/c++/v1/__functional/pointer_to_unary_function.h +share/wasi-sysroot/include/c++/v1/__functional/ranges_operations.h +share/wasi-sysroot/include/c++/v1/__functional/reference_wrapper.h +share/wasi-sysroot/include/c++/v1/__functional/unary_function.h +share/wasi-sysroot/include/c++/v1/__functional/unary_negate.h +share/wasi-sysroot/include/c++/v1/__functional/unwrap_ref.h +share/wasi-sysroot/include/c++/v1/__functional/weak_result_type.h share/wasi-sysroot/include/c++/v1/__functional_base -share/wasi-sysroot/include/c++/v1/__functional_base_03 share/wasi-sysroot/include/c++/v1/__hash_table +share/wasi-sysroot/include/c++/v1/__iterator/access.h +share/wasi-sysroot/include/c++/v1/__iterator/advance.h +share/wasi-sysroot/include/c++/v1/__iterator/back_insert_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/common_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/concepts.h +share/wasi-sysroot/include/c++/v1/__iterator/counted_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/data.h +share/wasi-sysroot/include/c++/v1/__iterator/default_sentinel.h +share/wasi-sysroot/include/c++/v1/__iterator/distance.h +share/wasi-sysroot/include/c++/v1/__iterator/empty.h +share/wasi-sysroot/include/c++/v1/__iterator/erase_if_container.h +share/wasi-sysroot/include/c++/v1/__iterator/front_insert_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/incrementable_traits.h +share/wasi-sysroot/include/c++/v1/__iterator/insert_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/istream_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/istreambuf_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/iter_move.h +share/wasi-sysroot/include/c++/v1/__iterator/iter_swap.h +share/wasi-sysroot/include/c++/v1/__iterator/iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/iterator_traits.h +share/wasi-sysroot/include/c++/v1/__iterator/move_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/next.h +share/wasi-sysroot/include/c++/v1/__iterator/ostream_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/ostreambuf_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/prev.h +share/wasi-sysroot/include/c++/v1/__iterator/projected.h +share/wasi-sysroot/include/c++/v1/__iterator/readable_traits.h +share/wasi-sysroot/include/c++/v1/__iterator/reverse_access.h +share/wasi-sysroot/include/c++/v1/__iterator/reverse_iterator.h +share/wasi-sysroot/include/c++/v1/__iterator/size.h +share/wasi-sysroot/include/c++/v1/__iterator/wrap_iter.h share/wasi-sysroot/include/c++/v1/__libcpp_version share/wasi-sysroot/include/c++/v1/__locale +share/wasi-sysroot/include/c++/v1/__memory/addressof.h +share/wasi-sysroot/include/c++/v1/__memory/allocation_guard.h +share/wasi-sysroot/include/c++/v1/__memory/allocator.h +share/wasi-sysroot/include/c++/v1/__memory/allocator_arg_t.h +share/wasi-sysroot/include/c++/v1/__memory/allocator_traits.h +share/wasi-sysroot/include/c++/v1/__memory/auto_ptr.h +share/wasi-sysroot/include/c++/v1/__memory/compressed_pair.h +share/wasi-sysroot/include/c++/v1/__memory/construct_at.h +share/wasi-sysroot/include/c++/v1/__memory/pointer_safety.h +share/wasi-sysroot/include/c++/v1/__memory/pointer_traits.h +share/wasi-sysroot/include/c++/v1/__memory/raw_storage_iterator.h +share/wasi-sysroot/include/c++/v1/__memory/shared_ptr.h +share/wasi-sysroot/include/c++/v1/__memory/temporary_buffer.h +share/wasi-sysroot/include/c++/v1/__memory/uninitialized_algorithms.h +share/wasi-sysroot/include/c++/v1/__memory/unique_ptr.h +share/wasi-sysroot/include/c++/v1/__memory/uses_allocator.h share/wasi-sysroot/include/c++/v1/__mutex_base share/wasi-sysroot/include/c++/v1/__node_handle share/wasi-sysroot/include/c++/v1/__nullptr +share/wasi-sysroot/include/c++/v1/__random/uniform_int_distribution.h +share/wasi-sysroot/include/c++/v1/__ranges/access.h +share/wasi-sysroot/include/c++/v1/__ranges/all.h +share/wasi-sysroot/include/c++/v1/__ranges/common_view.h +share/wasi-sysroot/include/c++/v1/__ranges/concepts.h +share/wasi-sysroot/include/c++/v1/__ranges/copyable_box.h +share/wasi-sysroot/include/c++/v1/__ranges/dangling.h +share/wasi-sysroot/include/c++/v1/__ranges/data.h +share/wasi-sysroot/include/c++/v1/__ranges/drop_view.h +share/wasi-sysroot/include/c++/v1/__ranges/empty.h +share/wasi-sysroot/include/c++/v1/__ranges/empty_view.h +share/wasi-sysroot/include/c++/v1/__ranges/enable_borrowed_range.h +share/wasi-sysroot/include/c++/v1/__ranges/enable_view.h +share/wasi-sysroot/include/c++/v1/__ranges/non_propagating_cache.h +share/wasi-sysroot/include/c++/v1/__ranges/ref_view.h +share/wasi-sysroot/include/c++/v1/__ranges/size.h +share/wasi-sysroot/include/c++/v1/__ranges/subrange.h +share/wasi-sysroot/include/c++/v1/__ranges/transform_view.h +share/wasi-sysroot/include/c++/v1/__ranges/view_interface.h share/wasi-sysroot/include/c++/v1/__split_buffer -share/wasi-sysroot/include/c++/v1/__sso_allocator share/wasi-sysroot/include/c++/v1/__std_stream share/wasi-sysroot/include/c++/v1/__string +share/wasi-sysroot/include/c++/v1/__support/android/locale_bionic.h +share/wasi-sysroot/include/c++/v1/__support/fuchsia/xlocale.h +share/wasi-sysroot/include/c++/v1/__support/ibm/gettod_zos.h +share/wasi-sysroot/include/c++/v1/__support/ibm/limits.h +share/wasi-sysroot/include/c++/v1/__support/ibm/locale_mgmt_aix.h +share/wasi-sysroot/include/c++/v1/__support/ibm/locale_mgmt_zos.h +share/wasi-sysroot/include/c++/v1/__support/ibm/nanosleep.h +share/wasi-sysroot/include/c++/v1/__support/ibm/support.h +share/wasi-sysroot/include/c++/v1/__support/ibm/xlocale.h +share/wasi-sysroot/include/c++/v1/__support/musl/xlocale.h +share/wasi-sysroot/include/c++/v1/__support/newlib/xlocale.h +share/wasi-sysroot/include/c++/v1/__support/nuttx/xlocale.h +share/wasi-sysroot/include/c++/v1/__support/openbsd/xlocale.h +share/wasi-sysroot/include/c++/v1/__support/solaris/floatingpoint.h +share/wasi-sysroot/include/c++/v1/__support/solaris/wchar.h +share/wasi-sysroot/include/c++/v1/__support/solaris/xlocale.h +share/wasi-sysroot/include/c++/v1/__support/win32/limits_msvc_win32.h +share/wasi-sysroot/include/c++/v1/__support/win32/locale_win32.h +share/wasi-sysroot/include/c++/v1/__support/xlocale/__nop_locale_mgmt.h +share/wasi-sysroot/include/c++/v1/__support/xlocale/__posix_l_fallback.h +share/wasi-sysroot/include/c++/v1/__support/xlocale/__strtonum_fallback.h share/wasi-sysroot/include/c++/v1/__threading_support share/wasi-sysroot/include/c++/v1/__tree share/wasi-sysroot/include/c++/v1/__tuple share/wasi-sysroot/include/c++/v1/__undef_macros +share/wasi-sysroot/include/c++/v1/__utility/__decay_copy.h +share/wasi-sysroot/include/c++/v1/__utility/as_const.h +share/wasi-sysroot/include/c++/v1/__utility/cmp.h +share/wasi-sysroot/include/c++/v1/__utility/declval.h +share/wasi-sysroot/include/c++/v1/__utility/exchange.h +share/wasi-sysroot/include/c++/v1/__utility/forward.h +share/wasi-sysroot/include/c++/v1/__utility/in_place.h +share/wasi-sysroot/include/c++/v1/__utility/integer_sequence.h +share/wasi-sysroot/include/c++/v1/__utility/move.h +share/wasi-sysroot/include/c++/v1/__utility/pair.h +share/wasi-sysroot/include/c++/v1/__utility/piecewise_construct.h +share/wasi-sysroot/include/c++/v1/__utility/rel_ops.h +share/wasi-sysroot/include/c++/v1/__utility/swap.h +share/wasi-sysroot/include/c++/v1/__utility/to_underlying.h +share/wasi-sysroot/include/c++/v1/__variant/monostate.h share/wasi-sysroot/include/c++/v1/algorithm share/wasi-sysroot/include/c++/v1/any share/wasi-sysroot/include/c++/v1/array share/wasi-sysroot/include/c++/v1/atomic share/wasi-sysroot/include/c++/v1/barrier share/wasi-sysroot/include/c++/v1/bit share/wasi-sysroot/include/c++/v1/bitset share/wasi-sysroot/include/c++/v1/cassert share/wasi-sysroot/include/c++/v1/ccomplex share/wasi-sysroot/include/c++/v1/cctype share/wasi-sysroot/include/c++/v1/cerrno share/wasi-sysroot/include/c++/v1/cfenv share/wasi-sysroot/include/c++/v1/cfloat share/wasi-sysroot/include/c++/v1/charconv share/wasi-sysroot/include/c++/v1/chrono share/wasi-sysroot/include/c++/v1/cinttypes share/wasi-sysroot/include/c++/v1/ciso646 share/wasi-sysroot/include/c++/v1/climits share/wasi-sysroot/include/c++/v1/clocale share/wasi-sysroot/include/c++/v1/cmath share/wasi-sysroot/include/c++/v1/codecvt share/wasi-sysroot/include/c++/v1/compare share/wasi-sysroot/include/c++/v1/complex share/wasi-sysroot/include/c++/v1/complex.h share/wasi-sysroot/include/c++/v1/concepts share/wasi-sysroot/include/c++/v1/condition_variable share/wasi-sysroot/include/c++/v1/csetjmp share/wasi-sysroot/include/c++/v1/csignal share/wasi-sysroot/include/c++/v1/cstdarg share/wasi-sysroot/include/c++/v1/cstdbool share/wasi-sysroot/include/c++/v1/cstddef share/wasi-sysroot/include/c++/v1/cstdint share/wasi-sysroot/include/c++/v1/cstdio share/wasi-sysroot/include/c++/v1/cstdlib share/wasi-sysroot/include/c++/v1/cstring share/wasi-sysroot/include/c++/v1/ctgmath share/wasi-sysroot/include/c++/v1/ctime share/wasi-sysroot/include/c++/v1/ctype.h share/wasi-sysroot/include/c++/v1/cwchar share/wasi-sysroot/include/c++/v1/cwctype share/wasi-sysroot/include/c++/v1/cxxabi.h share/wasi-sysroot/include/c++/v1/deque share/wasi-sysroot/include/c++/v1/errno.h share/wasi-sysroot/include/c++/v1/exception share/wasi-sysroot/include/c++/v1/execution share/wasi-sysroot/include/c++/v1/experimental/__config share/wasi-sysroot/include/c++/v1/experimental/__memory share/wasi-sysroot/include/c++/v1/experimental/algorithm share/wasi-sysroot/include/c++/v1/experimental/coroutine share/wasi-sysroot/include/c++/v1/experimental/deque share/wasi-sysroot/include/c++/v1/experimental/filesystem share/wasi-sysroot/include/c++/v1/experimental/forward_list share/wasi-sysroot/include/c++/v1/experimental/functional share/wasi-sysroot/include/c++/v1/experimental/iterator share/wasi-sysroot/include/c++/v1/experimental/list share/wasi-sysroot/include/c++/v1/experimental/map share/wasi-sysroot/include/c++/v1/experimental/memory_resource share/wasi-sysroot/include/c++/v1/experimental/propagate_const share/wasi-sysroot/include/c++/v1/experimental/regex share/wasi-sysroot/include/c++/v1/experimental/set share/wasi-sysroot/include/c++/v1/experimental/simd share/wasi-sysroot/include/c++/v1/experimental/string share/wasi-sysroot/include/c++/v1/experimental/type_traits share/wasi-sysroot/include/c++/v1/experimental/unordered_map share/wasi-sysroot/include/c++/v1/experimental/unordered_set share/wasi-sysroot/include/c++/v1/experimental/utility share/wasi-sysroot/include/c++/v1/experimental/vector share/wasi-sysroot/include/c++/v1/ext/__hash share/wasi-sysroot/include/c++/v1/ext/hash_map share/wasi-sysroot/include/c++/v1/ext/hash_set share/wasi-sysroot/include/c++/v1/fenv.h share/wasi-sysroot/include/c++/v1/filesystem share/wasi-sysroot/include/c++/v1/float.h +share/wasi-sysroot/include/c++/v1/format share/wasi-sysroot/include/c++/v1/forward_list share/wasi-sysroot/include/c++/v1/fstream share/wasi-sysroot/include/c++/v1/functional share/wasi-sysroot/include/c++/v1/future share/wasi-sysroot/include/c++/v1/initializer_list share/wasi-sysroot/include/c++/v1/inttypes.h share/wasi-sysroot/include/c++/v1/iomanip share/wasi-sysroot/include/c++/v1/ios share/wasi-sysroot/include/c++/v1/iosfwd share/wasi-sysroot/include/c++/v1/iostream share/wasi-sysroot/include/c++/v1/istream share/wasi-sysroot/include/c++/v1/iterator share/wasi-sysroot/include/c++/v1/latch share/wasi-sysroot/include/c++/v1/limits share/wasi-sysroot/include/c++/v1/limits.h share/wasi-sysroot/include/c++/v1/list share/wasi-sysroot/include/c++/v1/locale share/wasi-sysroot/include/c++/v1/locale.h share/wasi-sysroot/include/c++/v1/map share/wasi-sysroot/include/c++/v1/math.h share/wasi-sysroot/include/c++/v1/memory share/wasi-sysroot/include/c++/v1/module.modulemap share/wasi-sysroot/include/c++/v1/mutex share/wasi-sysroot/include/c++/v1/new share/wasi-sysroot/include/c++/v1/numbers share/wasi-sysroot/include/c++/v1/numeric share/wasi-sysroot/include/c++/v1/optional share/wasi-sysroot/include/c++/v1/ostream share/wasi-sysroot/include/c++/v1/queue share/wasi-sysroot/include/c++/v1/random +share/wasi-sysroot/include/c++/v1/ranges share/wasi-sysroot/include/c++/v1/ratio share/wasi-sysroot/include/c++/v1/regex share/wasi-sysroot/include/c++/v1/scoped_allocator share/wasi-sysroot/include/c++/v1/semaphore share/wasi-sysroot/include/c++/v1/set share/wasi-sysroot/include/c++/v1/setjmp.h share/wasi-sysroot/include/c++/v1/shared_mutex share/wasi-sysroot/include/c++/v1/span share/wasi-sysroot/include/c++/v1/sstream share/wasi-sysroot/include/c++/v1/stack share/wasi-sysroot/include/c++/v1/stdbool.h share/wasi-sysroot/include/c++/v1/stddef.h share/wasi-sysroot/include/c++/v1/stdexcept share/wasi-sysroot/include/c++/v1/stdint.h share/wasi-sysroot/include/c++/v1/stdio.h share/wasi-sysroot/include/c++/v1/stdlib.h share/wasi-sysroot/include/c++/v1/streambuf share/wasi-sysroot/include/c++/v1/string share/wasi-sysroot/include/c++/v1/string.h share/wasi-sysroot/include/c++/v1/string_view share/wasi-sysroot/include/c++/v1/strstream -share/wasi-sysroot/include/c++/v1/support/android/locale_bionic.h -share/wasi-sysroot/include/c++/v1/support/fuchsia/xlocale.h -share/wasi-sysroot/include/c++/v1/support/ibm/limits.h -share/wasi-sysroot/include/c++/v1/support/ibm/locale_mgmt_aix.h -share/wasi-sysroot/include/c++/v1/support/ibm/support.h -share/wasi-sysroot/include/c++/v1/support/ibm/xlocale.h -share/wasi-sysroot/include/c++/v1/support/musl/xlocale.h -share/wasi-sysroot/include/c++/v1/support/newlib/xlocale.h -share/wasi-sysroot/include/c++/v1/support/solaris/floatingpoint.h -share/wasi-sysroot/include/c++/v1/support/solaris/wchar.h -share/wasi-sysroot/include/c++/v1/support/solaris/xlocale.h -share/wasi-sysroot/include/c++/v1/support/win32/limits_msvc_win32.h -share/wasi-sysroot/include/c++/v1/support/win32/locale_win32.h -share/wasi-sysroot/include/c++/v1/support/xlocale/__nop_locale_mgmt.h -share/wasi-sysroot/include/c++/v1/support/xlocale/__posix_l_fallback.h -share/wasi-sysroot/include/c++/v1/support/xlocale/__strtonum_fallback.h share/wasi-sysroot/include/c++/v1/system_error share/wasi-sysroot/include/c++/v1/tgmath.h share/wasi-sysroot/include/c++/v1/thread share/wasi-sysroot/include/c++/v1/tuple share/wasi-sysroot/include/c++/v1/type_traits share/wasi-sysroot/include/c++/v1/typeindex share/wasi-sysroot/include/c++/v1/typeinfo share/wasi-sysroot/include/c++/v1/unordered_map share/wasi-sysroot/include/c++/v1/unordered_set share/wasi-sysroot/include/c++/v1/utility share/wasi-sysroot/include/c++/v1/valarray share/wasi-sysroot/include/c++/v1/variant share/wasi-sysroot/include/c++/v1/vector share/wasi-sysroot/include/c++/v1/version share/wasi-sysroot/include/c++/v1/wchar.h share/wasi-sysroot/include/c++/v1/wctype.h share/wasi-sysroot/lib/wasm32-wasi/libc++.a share/wasi-sysroot/lib/wasm32-wasi/libc++abi.a