git: 1befec7000c5 - main - devel/wasi-{compiler-rt,libcxx}20: add
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Mar 2025 00:16:58 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=1befec7000c5a54ed9a8d5aa58e4b34e5e432edc commit 1befec7000c5a54ed9a8d5aa58e4b34e5e432edc Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-03-27 00:15:48 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-03-27 00:15:48 +0000 devel/wasi-{compiler-rt,libcxx}20: add --- devel/Makefile | 2 + devel/wasi-compiler-rt20/Makefile | 6 + devel/wasi-libcxx20/Makefile | 6 + devel/wasi-libcxx20/pkg-plist | 2221 +++++++++++++++++++++++++++++++++++++ 4 files changed, 2235 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index e67cab4570b5..48b26df3fb0a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -8361,11 +8361,13 @@ SUBDIR += wasi-compiler-rt17 SUBDIR += wasi-compiler-rt18 SUBDIR += wasi-compiler-rt19 + SUBDIR += wasi-compiler-rt20 SUBDIR += wasi-libc SUBDIR += wasi-libcxx SUBDIR += wasi-libcxx17 SUBDIR += wasi-libcxx18 SUBDIR += wasi-libcxx19 + SUBDIR += wasi-libcxx20 SUBDIR += wasm3 SUBDIR += wasmer SUBDIR += websocketpp diff --git a/devel/wasi-compiler-rt20/Makefile b/devel/wasi-compiler-rt20/Makefile new file mode 100644 index 000000000000..bfceeb2cdea9 --- /dev/null +++ b/devel/wasi-compiler-rt20/Makefile @@ -0,0 +1,6 @@ +# must sync with devel/llvm20 +DISTVERSION= 20.1.1 + +MASTERDIR= ${.CURDIR}/../wasi-compiler-rt + +.include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx20/Makefile b/devel/wasi-libcxx20/Makefile new file mode 100644 index 000000000000..ccd1a953b02d --- /dev/null +++ b/devel/wasi-libcxx20/Makefile @@ -0,0 +1,6 @@ +# must sync with devel/llvm20 +DISTVERSION= 20.1.1 + +MASTERDIR= ${.CURDIR}/../wasi-libcxx + +.include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx20/pkg-plist b/devel/wasi-libcxx20/pkg-plist new file mode 100644 index 000000000000..a3ef2bcc7e0d --- /dev/null +++ b/devel/wasi-libcxx20/pkg-plist @@ -0,0 +1,2221 @@ +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_move_common.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/find_segment_if.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/for_each_segment.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/in_found_result.h +share/wasi-sysroot/include/c++/v1/__algorithm/in_fun_result.h +share/wasi-sysroot/include/c++/v1/__algorithm/in_in_out_result.h +share/wasi-sysroot/include/c++/v1/__algorithm/in_in_result.h +share/wasi-sysroot/include/c++/v1/__algorithm/in_out_out_result.h +share/wasi-sysroot/include/c++/v1/__algorithm/in_out_result.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/iterator_operations.h +share/wasi-sysroot/include/c++/v1/__algorithm/lexicographical_compare.h +share/wasi-sysroot/include/c++/v1/__algorithm/lexicographical_compare_three_way.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/make_projected.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/min_max_result.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/pstl.h +share/wasi-sysroot/include/c++/v1/__algorithm/push_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/radix_sort.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_adjacent_find.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_all_of.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_any_of.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_binary_search.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_clamp.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_contains.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_contains_subrange.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_copy_backward.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_copy_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_copy_n.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_count.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_count_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_ends_with.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_equal.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_equal_range.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_fill.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_fill_n.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_find.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_find_end.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_find_first_of.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_find_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_find_if_not.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_find_last.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_fold.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_for_each.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_for_each_n.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_generate.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_generate_n.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_includes.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_inplace_merge.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_is_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_is_heap_until.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_is_partitioned.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_is_permutation.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_is_sorted.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_is_sorted_until.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_iterator_concept.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_lexicographical_compare.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_lower_bound.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_make_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_max.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_max_element.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_merge.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_min.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_min_element.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_minmax.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_minmax_element.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_mismatch.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_move.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_move_backward.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_next_permutation.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_none_of.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_nth_element.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_partial_sort.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_partial_sort_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_partition.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_partition_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_partition_point.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_pop_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_prev_permutation.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_push_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_remove.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_remove_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_remove_copy_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_remove_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_replace.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_replace_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_replace_copy_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_replace_if.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_reverse.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_reverse_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_rotate.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_rotate_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_sample.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_search.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_search_n.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_set_difference.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_set_intersection.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_set_union.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_shuffle.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_sort.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_sort_heap.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_stable_partition.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_stable_sort.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_starts_with.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_swap_ranges.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_transform.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_unique.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_unique_copy.h +share/wasi-sysroot/include/c++/v1/__algorithm/ranges_upper_bound.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/simd_utils.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/three_way_comp_ref_type.h +share/wasi-sysroot/include/c++/v1/__algorithm/transform.h +share/wasi-sysroot/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.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/unwrap_range.h +share/wasi-sysroot/include/c++/v1/__algorithm/upper_bound.h +share/wasi-sysroot/include/c++/v1/__assert +share/wasi-sysroot/include/c++/v1/__assertion_handler +share/wasi-sysroot/include/c++/v1/__atomic/aliases.h +share/wasi-sysroot/include/c++/v1/__atomic/atomic.h +share/wasi-sysroot/include/c++/v1/__atomic/atomic_flag.h +share/wasi-sysroot/include/c++/v1/__atomic/atomic_init.h +share/wasi-sysroot/include/c++/v1/__atomic/atomic_lock_free.h +share/wasi-sysroot/include/c++/v1/__atomic/atomic_ref.h +share/wasi-sysroot/include/c++/v1/__atomic/atomic_sync.h +share/wasi-sysroot/include/c++/v1/__atomic/check_memory_order.h +share/wasi-sysroot/include/c++/v1/__atomic/contention_t.h +share/wasi-sysroot/include/c++/v1/__atomic/fence.h +share/wasi-sysroot/include/c++/v1/__atomic/is_always_lock_free.h +share/wasi-sysroot/include/c++/v1/__atomic/kill_dependency.h +share/wasi-sysroot/include/c++/v1/__atomic/memory_order.h +share/wasi-sysroot/include/c++/v1/__atomic/support.h +share/wasi-sysroot/include/c++/v1/__atomic/support/c11.h +share/wasi-sysroot/include/c++/v1/__atomic/support/gcc.h +share/wasi-sysroot/include/c++/v1/__atomic/to_gcc_order.h +share/wasi-sysroot/include/c++/v1/__bit/bit_cast.h +share/wasi-sysroot/include/c++/v1/__bit/bit_ceil.h +share/wasi-sysroot/include/c++/v1/__bit/bit_floor.h +share/wasi-sysroot/include/c++/v1/__bit/bit_log2.h +share/wasi-sysroot/include/c++/v1/__bit/bit_width.h +share/wasi-sysroot/include/c++/v1/__bit/blsr.h +share/wasi-sysroot/include/c++/v1/__bit/byteswap.h +share/wasi-sysroot/include/c++/v1/__bit/countl.h +share/wasi-sysroot/include/c++/v1/__bit/countr.h +share/wasi-sysroot/include/c++/v1/__bit/endian.h +share/wasi-sysroot/include/c++/v1/__bit/has_single_bit.h +share/wasi-sysroot/include/c++/v1/__bit/invert_if.h +share/wasi-sysroot/include/c++/v1/__bit/popcount.h +share/wasi-sysroot/include/c++/v1/__bit/rotate.h +share/wasi-sysroot/include/c++/v1/__bit_reference +share/wasi-sysroot/include/c++/v1/__charconv/chars_format.h +share/wasi-sysroot/include/c++/v1/__charconv/from_chars_floating_point.h +share/wasi-sysroot/include/c++/v1/__charconv/from_chars_integral.h +share/wasi-sysroot/include/c++/v1/__charconv/from_chars_result.h +share/wasi-sysroot/include/c++/v1/__charconv/tables.h +share/wasi-sysroot/include/c++/v1/__charconv/to_chars.h +share/wasi-sysroot/include/c++/v1/__charconv/to_chars_base_10.h +share/wasi-sysroot/include/c++/v1/__charconv/to_chars_floating_point.h +share/wasi-sysroot/include/c++/v1/__charconv/to_chars_integral.h +share/wasi-sysroot/include/c++/v1/__charconv/to_chars_result.h +share/wasi-sysroot/include/c++/v1/__charconv/traits.h +share/wasi-sysroot/include/c++/v1/__chrono/calendar.h +share/wasi-sysroot/include/c++/v1/__chrono/concepts.h +share/wasi-sysroot/include/c++/v1/__chrono/convert_to_timespec.h +share/wasi-sysroot/include/c++/v1/__chrono/convert_to_tm.h +share/wasi-sysroot/include/c++/v1/__chrono/day.h +share/wasi-sysroot/include/c++/v1/__chrono/duration.h +share/wasi-sysroot/include/c++/v1/__chrono/exception.h +share/wasi-sysroot/include/c++/v1/__chrono/file_clock.h +share/wasi-sysroot/include/c++/v1/__chrono/formatter.h +share/wasi-sysroot/include/c++/v1/__chrono/hh_mm_ss.h +share/wasi-sysroot/include/c++/v1/__chrono/high_resolution_clock.h +share/wasi-sysroot/include/c++/v1/__chrono/leap_second.h +share/wasi-sysroot/include/c++/v1/__chrono/literals.h +share/wasi-sysroot/include/c++/v1/__chrono/local_info.h +share/wasi-sysroot/include/c++/v1/__chrono/month.h +share/wasi-sysroot/include/c++/v1/__chrono/month_weekday.h +share/wasi-sysroot/include/c++/v1/__chrono/monthday.h +share/wasi-sysroot/include/c++/v1/__chrono/ostream.h +share/wasi-sysroot/include/c++/v1/__chrono/parser_std_format_spec.h +share/wasi-sysroot/include/c++/v1/__chrono/statically_widen.h +share/wasi-sysroot/include/c++/v1/__chrono/steady_clock.h +share/wasi-sysroot/include/c++/v1/__chrono/sys_info.h +share/wasi-sysroot/include/c++/v1/__chrono/system_clock.h +share/wasi-sysroot/include/c++/v1/__chrono/time_point.h +share/wasi-sysroot/include/c++/v1/__chrono/time_zone.h +share/wasi-sysroot/include/c++/v1/__chrono/time_zone_link.h +share/wasi-sysroot/include/c++/v1/__chrono/tzdb.h +share/wasi-sysroot/include/c++/v1/__chrono/tzdb_list.h +share/wasi-sysroot/include/c++/v1/__chrono/utc_clock.h +share/wasi-sysroot/include/c++/v1/__chrono/weekday.h +share/wasi-sysroot/include/c++/v1/__chrono/year.h +share/wasi-sysroot/include/c++/v1/__chrono/year_month.h +share/wasi-sysroot/include/c++/v1/__chrono/year_month_day.h +share/wasi-sysroot/include/c++/v1/__chrono/year_month_weekday.h +share/wasi-sysroot/include/c++/v1/__chrono/zoned_time.h +share/wasi-sysroot/include/c++/v1/__compare/common_comparison_category.h +share/wasi-sysroot/include/c++/v1/__compare/compare_partial_order_fallback.h +share/wasi-sysroot/include/c++/v1/__compare/compare_strong_order_fallback.h +share/wasi-sysroot/include/c++/v1/__compare/compare_three_way.h +share/wasi-sysroot/include/c++/v1/__compare/compare_three_way_result.h +share/wasi-sysroot/include/c++/v1/__compare/compare_weak_order_fallback.h +share/wasi-sysroot/include/c++/v1/__compare/is_eq.h +share/wasi-sysroot/include/c++/v1/__compare/ordering.h +share/wasi-sysroot/include/c++/v1/__compare/partial_order.h +share/wasi-sysroot/include/c++/v1/__compare/strong_order.h +share/wasi-sysroot/include/c++/v1/__compare/synth_three_way.h +share/wasi-sysroot/include/c++/v1/__compare/three_way_comparable.h +share/wasi-sysroot/include/c++/v1/__compare/weak_order.h +share/wasi-sysroot/include/c++/v1/__concepts/arithmetic.h +share/wasi-sysroot/include/c++/v1/__concepts/assignable.h +share/wasi-sysroot/include/c++/v1/__concepts/boolean_testable.h +share/wasi-sysroot/include/c++/v1/__concepts/class_or_enum.h +share/wasi-sysroot/include/c++/v1/__concepts/common_reference_with.h +share/wasi-sysroot/include/c++/v1/__concepts/common_with.h +share/wasi-sysroot/include/c++/v1/__concepts/constructible.h +share/wasi-sysroot/include/c++/v1/__concepts/convertible_to.h +share/wasi-sysroot/include/c++/v1/__concepts/copyable.h +share/wasi-sysroot/include/c++/v1/__concepts/derived_from.h +share/wasi-sysroot/include/c++/v1/__concepts/destructible.h +share/wasi-sysroot/include/c++/v1/__concepts/different_from.h +share/wasi-sysroot/include/c++/v1/__concepts/equality_comparable.h +share/wasi-sysroot/include/c++/v1/__concepts/invocable.h +share/wasi-sysroot/include/c++/v1/__concepts/movable.h +share/wasi-sysroot/include/c++/v1/__concepts/predicate.h +share/wasi-sysroot/include/c++/v1/__concepts/regular.h +share/wasi-sysroot/include/c++/v1/__concepts/relation.h +share/wasi-sysroot/include/c++/v1/__concepts/same_as.h +share/wasi-sysroot/include/c++/v1/__concepts/semiregular.h +share/wasi-sysroot/include/c++/v1/__concepts/swappable.h +share/wasi-sysroot/include/c++/v1/__concepts/totally_ordered.h +share/wasi-sysroot/include/c++/v1/__condition_variable/condition_variable.h +share/wasi-sysroot/include/c++/v1/__config +share/wasi-sysroot/include/c++/v1/__config_site +share/wasi-sysroot/include/c++/v1/__configuration/abi.h +share/wasi-sysroot/include/c++/v1/__configuration/availability.h +share/wasi-sysroot/include/c++/v1/__configuration/compiler.h +share/wasi-sysroot/include/c++/v1/__configuration/language.h +share/wasi-sysroot/include/c++/v1/__configuration/platform.h +share/wasi-sysroot/include/c++/v1/__coroutine/coroutine_handle.h +share/wasi-sysroot/include/c++/v1/__coroutine/coroutine_traits.h +share/wasi-sysroot/include/c++/v1/__coroutine/noop_coroutine_handle.h +share/wasi-sysroot/include/c++/v1/__coroutine/trivial_awaitables.h +share/wasi-sysroot/include/c++/v1/__cstddef/byte.h +share/wasi-sysroot/include/c++/v1/__cstddef/max_align_t.h +share/wasi-sysroot/include/c++/v1/__cstddef/nullptr_t.h +share/wasi-sysroot/include/c++/v1/__cstddef/ptrdiff_t.h +share/wasi-sysroot/include/c++/v1/__cstddef/size_t.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/adjacent_find.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/all_of.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/any_of.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/binary_search.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/clamp.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/comp.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/comp_ref_type.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/copy_backward.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/copy_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/copy_move_common.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/copy_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/count.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/count_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/equal.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/equal_range.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/fill.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/fill_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/find.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/find_end.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/find_first_of.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/find_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/find_if_not.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/find_segment_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/fold.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/for_each.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/for_each_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/for_each_segment.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/generate.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/generate_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/half_positive.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/in_found_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/in_fun_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/in_in_out_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/in_in_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/in_out_out_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/in_out_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/includes.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/inplace_merge.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/is_heap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/is_heap_until.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/is_partitioned.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/is_permutation.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/is_sorted.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/is_sorted_until.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/iter_swap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/iterator_operations.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/lexicographical_compare.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/lexicographical_compare_three_way.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/lower_bound.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/make_heap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/make_projected.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/max.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/max_element.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/merge.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/min.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/min_element.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/min_max_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/minmax.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/minmax_element.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/mismatch.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/move.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/move_backward.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/next_permutation.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/none_of.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/nth_element.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/partial_sort.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/partial_sort_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/partition.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/partition_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/partition_point.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/pop_heap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/prev_permutation.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/pstl.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/push_heap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_adjacent_find.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_all_of.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_any_of.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_binary_search.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_clamp.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_contains.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_contains_subrange.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_copy_backward.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_copy_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_copy_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_count.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_count_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_ends_with.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_equal.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_equal_range.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_fill.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_fill_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_find.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_find_end.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_find_first_of.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_find_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_find_if_not.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_find_last.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_for_each.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_for_each_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_generate.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_generate_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_includes.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_inplace_merge.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_is_heap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_is_heap_until.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_is_partitioned.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_is_permutation.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_is_sorted.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_is_sorted_until.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_iterator_concept.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_lexicographical_compare.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_lower_bound.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_make_heap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_max.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_max_element.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_merge.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_min.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_min_element.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_minmax.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_minmax_element.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_mismatch.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_move.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_move_backward.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_next_permutation.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_none_of.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_nth_element.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_partial_sort.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_partial_sort_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_partition.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_partition_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_partition_point.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_pop_heap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_prev_permutation.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_push_heap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_remove.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_remove_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_remove_copy_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_remove_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_replace.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_replace_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_replace_copy_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_replace_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_reverse.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_reverse_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_rotate.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_rotate_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_sample.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_search.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_search_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_set_difference.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_set_intersection.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_set_symmetric_difference.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_set_union.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_shuffle.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_sort.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_sort_heap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_stable_partition.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_stable_sort.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_starts_with.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_swap_ranges.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_transform.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_unique.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_unique_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/ranges_upper_bound.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/remove.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/remove_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/remove_copy_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/remove_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/replace.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/replace_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/replace_copy_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/replace_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/reverse.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/reverse_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/rotate.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/rotate_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/sample.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/search.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/search_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/set_difference.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/set_intersection.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/set_symmetric_difference.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/set_union.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/shift_left.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/shift_right.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/shuffle.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/sift_down.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/simd_utils.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/sort.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/sort_heap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/stable_partition.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/stable_sort.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/swap_ranges.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/three_way_comp_ref_type.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/transform.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/uniform_random_bit_generator_adaptor.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/unique.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/unique_copy.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/unwrap_iter.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/unwrap_range.h +share/wasi-sysroot/include/c++/v1/__cxx03/__algorithm/upper_bound.h +share/wasi-sysroot/include/c++/v1/__cxx03/__assert +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/aliases.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/atomic.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/atomic_base.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/atomic_flag.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/atomic_init.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/atomic_lock_free.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/atomic_ref.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/atomic_sync.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/check_memory_order.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/contention_t.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/cxx_atomic_impl.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/fence.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/is_always_lock_free.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/kill_dependency.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/memory_order.h +share/wasi-sysroot/include/c++/v1/__cxx03/__atomic/to_gcc_order.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/bit_cast.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/bit_ceil.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/bit_floor.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/bit_log2.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/bit_width.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/blsr.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/byteswap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/countl.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/countr.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/endian.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/has_single_bit.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/invert_if.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/popcount.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit/rotate.h +share/wasi-sysroot/include/c++/v1/__cxx03/__bit_reference +share/wasi-sysroot/include/c++/v1/__cxx03/__charconv/chars_format.h +share/wasi-sysroot/include/c++/v1/__cxx03/__charconv/from_chars_integral.h +share/wasi-sysroot/include/c++/v1/__cxx03/__charconv/from_chars_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__charconv/tables.h +share/wasi-sysroot/include/c++/v1/__cxx03/__charconv/to_chars.h +share/wasi-sysroot/include/c++/v1/__cxx03/__charconv/to_chars_base_10.h +share/wasi-sysroot/include/c++/v1/__cxx03/__charconv/to_chars_floating_point.h +share/wasi-sysroot/include/c++/v1/__cxx03/__charconv/to_chars_integral.h +share/wasi-sysroot/include/c++/v1/__cxx03/__charconv/to_chars_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__charconv/traits.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/calendar.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/concepts.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/convert_to_timespec.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/convert_to_tm.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/day.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/duration.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/exception.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/file_clock.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/formatter.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/hh_mm_ss.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/high_resolution_clock.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/leap_second.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/literals.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/local_info.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/month.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/month_weekday.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/monthday.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/ostream.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/parser_std_format_spec.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/statically_widen.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/steady_clock.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/sys_info.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/system_clock.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/time_point.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/time_zone.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/time_zone_link.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/tzdb.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/tzdb_list.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/weekday.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/year.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/year_month.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/year_month_day.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/year_month_weekday.h +share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/zoned_time.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/common_comparison_category.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/compare_partial_order_fallback.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/compare_strong_order_fallback.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/compare_three_way.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/compare_three_way_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/compare_weak_order_fallback.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/is_eq.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/ordering.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/partial_order.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/strong_order.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/synth_three_way.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/three_way_comparable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__compare/weak_order.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/arithmetic.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/assignable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/boolean_testable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/class_or_enum.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/common_reference_with.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/common_with.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/constructible.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/convertible_to.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/copyable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/derived_from.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/destructible.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/different_from.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/equality_comparable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/invocable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/movable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/predicate.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/regular.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/relation.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/same_as.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/semiregular.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/swappable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__concepts/totally_ordered.h +share/wasi-sysroot/include/c++/v1/__cxx03/__condition_variable/condition_variable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__config +share/wasi-sysroot/include/c++/v1/__cxx03/__configuration/abi.h +share/wasi-sysroot/include/c++/v1/__cxx03/__configuration/availability.h +share/wasi-sysroot/include/c++/v1/__cxx03/__configuration/compiler.h +share/wasi-sysroot/include/c++/v1/__cxx03/__configuration/config_site_shim.h +share/wasi-sysroot/include/c++/v1/__cxx03/__configuration/language.h +share/wasi-sysroot/include/c++/v1/__cxx03/__configuration/platform.h +share/wasi-sysroot/include/c++/v1/__cxx03/__coroutine/coroutine_handle.h +share/wasi-sysroot/include/c++/v1/__cxx03/__coroutine/coroutine_traits.h +share/wasi-sysroot/include/c++/v1/__cxx03/__coroutine/noop_coroutine_handle.h +share/wasi-sysroot/include/c++/v1/__cxx03/__coroutine/trivial_awaitables.h +share/wasi-sysroot/include/c++/v1/__cxx03/__debug_utils/randomize_range.h +share/wasi-sysroot/include/c++/v1/__cxx03/__debug_utils/sanitizers.h +share/wasi-sysroot/include/c++/v1/__cxx03/__debug_utils/strict_weak_ordering_check.h +share/wasi-sysroot/include/c++/v1/__cxx03/__exception/exception.h +share/wasi-sysroot/include/c++/v1/__cxx03/__exception/exception_ptr.h +share/wasi-sysroot/include/c++/v1/__cxx03/__exception/nested_exception.h +share/wasi-sysroot/include/c++/v1/__cxx03/__exception/operations.h +share/wasi-sysroot/include/c++/v1/__cxx03/__exception/terminate.h +share/wasi-sysroot/include/c++/v1/__cxx03/__expected/bad_expected_access.h +share/wasi-sysroot/include/c++/v1/__cxx03/__expected/expected.h +share/wasi-sysroot/include/c++/v1/__cxx03/__expected/unexpect.h +share/wasi-sysroot/include/c++/v1/__cxx03/__expected/unexpected.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/copy_options.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/directory_entry.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/directory_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/directory_options.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/file_status.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/file_time_type.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/file_type.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/filesystem_error.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/operations.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/path.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/path_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/perm_options.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/perms.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/recursive_directory_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/space_info.h +share/wasi-sysroot/include/c++/v1/__cxx03/__filesystem/u8path.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/buffer.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/concepts.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/container_adaptor.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/enable_insertable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/escaped_output_table.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/extended_grapheme_cluster_table.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/format_arg.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/format_arg_store.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/format_args.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/format_context.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/format_error.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/format_functions.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/format_parse_context.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/format_string.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/format_to_n_result.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/formatter.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/formatter_bool.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/formatter_char.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/formatter_floating_point.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/formatter_integer.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/formatter_integral.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/formatter_output.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/formatter_pointer.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/formatter_string.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/formatter_tuple.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/indic_conjunct_break_table.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/parser_std_format_spec.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/range_default_formatter.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/range_formatter.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/unicode.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/width_estimation_table.h +share/wasi-sysroot/include/c++/v1/__cxx03/__format/write_escaped.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/binary_function.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/binary_negate.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/bind.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/bind_back.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/bind_front.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/binder1st.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/binder2nd.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/boyer_moore_searcher.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/compose.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/default_searcher.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/function.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/hash.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/identity.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/invoke.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/is_transparent.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/mem_fn.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/mem_fun_ref.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/not_fn.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/operations.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/perfect_forward.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/pointer_to_binary_function.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/pointer_to_unary_function.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/ranges_operations.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/reference_wrapper.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/unary_function.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/unary_negate.h +share/wasi-sysroot/include/c++/v1/__cxx03/__functional/weak_result_type.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/array.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/bit_reference.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/complex.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/deque.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/format.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/fstream.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/functional.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/ios.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/istream.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/mdspan.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/memory.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/memory_resource.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/ostream.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/pair.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/queue.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/span.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/sstream.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/stack.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/streambuf.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/string.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/string_view.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/subrange.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/tuple.h +share/wasi-sysroot/include/c++/v1/__cxx03/__fwd/vector.h +share/wasi-sysroot/include/c++/v1/__cxx03/__hash_table +share/wasi-sysroot/include/c++/v1/__cxx03/__ios/fpos.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/access.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/advance.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/aliasing_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/back_insert_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/bounded_iter.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/common_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/concepts.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/counted_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/cpp17_iterator_concepts.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/data.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/default_sentinel.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/distance.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/empty.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/erase_if_container.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/front_insert_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/incrementable_traits.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/indirectly_comparable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/insert_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/istream_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/istreambuf_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/iter_move.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/iter_swap.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/iterator_traits.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/iterator_with_data.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/mergeable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/move_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/move_sentinel.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/next.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/ostream_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/ostreambuf_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/permutable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/prev.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/projected.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/ranges_iterator_traits.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/readable_traits.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/reverse_access.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/reverse_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/segmented_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/size.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/sortable.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/unreachable_sentinel.h +share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/wrap_iter.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api/android.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api/bsd_locale_defaults.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api/bsd_locale_fallbacks.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api/fuchsia.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api/ibm.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api/locale_guard.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api/musl.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api/newlib.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api/openbsd.h +share/wasi-sysroot/include/c++/v1/__cxx03/__locale_dir/locale_base_api/win32.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/abs.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/copysign.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/error_functions.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/exponential_functions.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/fdim.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/fma.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/gamma.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/hyperbolic_functions.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/hypot.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/inverse_hyperbolic_functions.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/inverse_trigonometric_functions.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/logarithms.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/min_max.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/modulo.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/remainder.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/roots.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/rounding_functions.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/special_functions.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/traits.h +share/wasi-sysroot/include/c++/v1/__cxx03/__math/trigonometric_functions.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mbstate_t.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mdspan/default_accessor.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mdspan/extents.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mdspan/layout_left.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mdspan/layout_right.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mdspan/layout_stride.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mdspan/mdspan.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/addressof.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/align.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/aligned_alloc.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/allocate_at_least.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/allocation_guard.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/allocator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/allocator_arg_t.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/allocator_destructor.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/allocator_traits.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/assume_aligned.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/auto_ptr.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/builtin_new_allocator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/compressed_pair.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/concepts.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/construct_at.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/destruct_n.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/inout_ptr.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/out_ptr.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/pointer_traits.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/ranges_construct_at.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/ranges_uninitialized_algorithms.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/raw_storage_iterator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/shared_ptr.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/swap_allocator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/temp_value.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/temporary_buffer.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/uninitialized_algorithms.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/unique_ptr.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/uses_allocator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/uses_allocator_construction.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory/voidify.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory_resource/memory_resource.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory_resource/monotonic_buffer_resource.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory_resource/polymorphic_allocator.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory_resource/pool_options.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory_resource/synchronized_pool_resource.h +share/wasi-sysroot/include/c++/v1/__cxx03/__memory_resource/unsynchronized_pool_resource.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mutex/lock_guard.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mutex/mutex.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mutex/once_flag.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mutex/tag_types.h +share/wasi-sysroot/include/c++/v1/__cxx03/__mutex/unique_lock.h +share/wasi-sysroot/include/c++/v1/__cxx03/__node_handle +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/accumulate.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/adjacent_difference.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/exclusive_scan.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/gcd_lcm.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/inclusive_scan.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/inner_product.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/iota.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/midpoint.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/partial_sum.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/pstl.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/reduce.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/saturation_arithmetic.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/transform_exclusive_scan.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/transform_inclusive_scan.h +share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/transform_reduce.h +share/wasi-sysroot/include/c++/v1/__cxx03/__ostream/basic_ostream.h +share/wasi-sysroot/include/c++/v1/__cxx03/__ostream/print.h +share/wasi-sysroot/include/c++/v1/__cxx03/__pstl/backend.h +share/wasi-sysroot/include/c++/v1/__cxx03/__pstl/backend_fwd.h +share/wasi-sysroot/include/c++/v1/__cxx03/__pstl/backends/default.h *** 1301 LINES SKIPPED ***