git: ef82f39c4418 - main - devel/wasi-{compiler-rt,libcxx}21: add
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Aug 2025 19:06:49 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ef82f39c441821dc996654d18a10c10b073c55bd
commit ef82f39c441821dc996654d18a10c10b073c55bd
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2025-08-28 19:06:27 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2025-08-28 19:06:27 +0000
devel/wasi-{compiler-rt,libcxx}21: add
---
devel/Makefile | 2 +
devel/wasi-compiler-rt21/Makefile | 6 +
devel/wasi-libcxx21/Makefile | 6 +
devel/wasi-libcxx21/pkg-plist | 1816 +++++++++++++++++++++++++++++++++++++
4 files changed, 1830 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 4654f2aba762..5662471fa45e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -8431,12 +8431,14 @@
SUBDIR += wasi-compiler-rt18
SUBDIR += wasi-compiler-rt19
SUBDIR += wasi-compiler-rt20
+ SUBDIR += wasi-compiler-rt21
SUBDIR += wasi-libc
SUBDIR += wasi-libcxx
SUBDIR += wasi-libcxx17
SUBDIR += wasi-libcxx18
SUBDIR += wasi-libcxx19
SUBDIR += wasi-libcxx20
+ SUBDIR += wasi-libcxx21
SUBDIR += wasm-server-runner
SUBDIR += wasm3
SUBDIR += wasmer
diff --git a/devel/wasi-compiler-rt21/Makefile b/devel/wasi-compiler-rt21/Makefile
new file mode 100644
index 000000000000..ae90a63d04cf
--- /dev/null
+++ b/devel/wasi-compiler-rt21/Makefile
@@ -0,0 +1,6 @@
+# must sync with devel/llvm21
+DISTVERSION= 21.1.0
+
+MASTERDIR= ${.CURDIR}/../wasi-compiler-rt
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/wasi-libcxx21/Makefile b/devel/wasi-libcxx21/Makefile
new file mode 100644
index 000000000000..43c4c028e2f0
--- /dev/null
+++ b/devel/wasi-libcxx21/Makefile
@@ -0,0 +1,6 @@
+# must sync with devel/llvm21
+DISTVERSION= 21.1.0
+
+MASTERDIR= ${.CURDIR}/../wasi-libcxx
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/wasi-libcxx21/pkg-plist b/devel/wasi-libcxx21/pkg-plist
new file mode 100644
index 000000000000..c6a0bcb6f060
--- /dev/null
+++ b/devel/wasi-libcxx21/pkg-plist
@@ -0,0 +1,1816 @@
+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_n_segment.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/out_value_result.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/gps_clock.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/tai_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/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/for_each.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/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/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/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/push_heap.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/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/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_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/blsr.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/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/__chrono/convert_to_timespec.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/duration.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/high_resolution_clock.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__chrono/steady_clock.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/__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/__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/__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/binder1st.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__functional/binder2nd.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/mem_fn.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__functional/mem_fun_ref.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__functional/operations.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/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/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/memory.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/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/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/distance.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/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/iterator.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/iterator_traits.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__iterator/move_iterator.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/prev.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/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/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/__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/construct_at.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__memory/destruct_n.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__memory/pointer_traits.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/voidify.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/__numeric/accumulate.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__numeric/adjacent_difference.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/partial_sum.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__ostream/basic_ostream.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/bernoulli_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/binomial_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/cauchy_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/chi_squared_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/clamp_to_integral.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/default_random_engine.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/discard_block_engine.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/discrete_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/exponential_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/extreme_value_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/fisher_f_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/gamma_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/generate_canonical.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/geometric_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/independent_bits_engine.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/is_seed_sequence.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/is_valid.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/knuth_b.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/linear_congruential_engine.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/log2.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/lognormal_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/mersenne_twister_engine.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/negative_binomial_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/normal_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/piecewise_constant_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/piecewise_linear_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/poisson_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/random_device.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/ranlux.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/seed_seq.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/shuffle_order_engine.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/student_t_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/subtract_with_carry_engine.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/uniform_int_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/uniform_real_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__random/weibull_distribution.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__split_buffer
+share/wasi-sysroot/include/c++/v1/__cxx03/__std_clang_module
+share/wasi-sysroot/include/c++/v1/__cxx03/__std_mbstate_t.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__string/char_traits.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__string/constexpr_c_functions.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__string/extern_template_lists.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__support/ibm/gettod_zos.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__support/ibm/locale_mgmt_zos.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__support/ibm/nanosleep.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__support/xlocale/__nop_locale_mgmt.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__support/xlocale/__posix_l_fallback.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__support/xlocale/__strtonum_fallback.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__system_error/errc.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__system_error/error_category.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__system_error/error_code.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__system_error/error_condition.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__system_error/system_error.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__thread/id.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__thread/poll_with_backoff.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__thread/support.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__thread/support/c11.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__thread/support/external.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__thread/support/pthread.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__thread/support/windows.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__thread/this_thread.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__thread/thread.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__thread/timed_backoff_policy.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__tree
+share/wasi-sysroot/include/c++/v1/__cxx03/__tuple/find_index.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__tuple/make_tuple_types.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__tuple/sfinae_helpers.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__tuple/tuple_element.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__tuple/tuple_indices.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__tuple/tuple_like.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__tuple/tuple_like_ext.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__tuple/tuple_like_no_subrange.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__tuple/tuple_size.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__tuple/tuple_types.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/add_const.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/add_cv.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/add_lvalue_reference.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/add_pointer.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/add_rvalue_reference.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/add_volatile.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/aligned_storage.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/aligned_union.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/alignment_of.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/can_extract_key.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/common_type.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/conditional.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/conjunction.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/copy_cv.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/copy_cvref.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/datasizeof.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/decay.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/dependent_type.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/desugars_to.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/disjunction.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/enable_if.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/extent.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/has_virtual_destructor.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/integral_constant.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/invoke.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_abstract.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_allocator.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_always_bitcastable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_arithmetic.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_array.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_assignable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_base_of.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_bounded_array.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_callable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_char_like_type.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_class.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_compound.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_const.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_constant_evaluated.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_constructible.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_convertible.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_core_convertible.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_destructible.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_empty.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_enum.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_equality_comparable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_execution_policy.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_final.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_floating_point.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_function.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_fundamental.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_implicitly_default_constructible.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_integral.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_literal_type.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_member_pointer.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_nothrow_assignable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_nothrow_constructible.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_nothrow_destructible.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_null_pointer.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_object.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_pod.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_pointer.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_polymorphic.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_primary_template.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_reference.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_reference_wrapper.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_referenceable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_same.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_scalar.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_signed.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_signed_integer.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_specialization.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_standard_layout.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_swappable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_trivial.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_trivially_assignable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_trivially_constructible.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_trivially_copyable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_trivially_destructible.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_trivially_lexicographically_comparable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_trivially_relocatable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_unbounded_array.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_union.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_unsigned.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_unsigned_integer.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_valid_expansion.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_void.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/is_volatile.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/lazy.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/make_32_64_or_128_bit.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/make_const_lvalue_ref.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/make_signed.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/make_unsigned.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/maybe_const.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/nat.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/negation.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/noexcept_move_assign_container.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/promote.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/rank.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/remove_all_extents.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/remove_const.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/remove_const_ref.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/remove_cv.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/remove_cvref.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/remove_extent.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/remove_pointer.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/remove_reference.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/remove_volatile.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/result_of.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/strip_signature.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/type_identity.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/type_list.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/underlying_type.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/unwrap_ref.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__type_traits/void_t.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__undef_macros
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/as_lvalue.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/auto_cast.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/convert_to_integral.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/declval.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/empty.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/exception_guard.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/forward.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/integer_sequence.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/is_pointer_in_range.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/is_valid_range.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/move.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/no_destroy.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/pair.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/piecewise_construct.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/priority_tag.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/private_constructor_tag.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/rel_ops.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/small_buffer.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/swap.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__utility/unreachable.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__variant/monostate.h
+share/wasi-sysroot/include/c++/v1/__cxx03/__verbose_abort
+share/wasi-sysroot/include/c++/v1/__cxx03/__verbose_trap
+share/wasi-sysroot/include/c++/v1/__cxx03/algorithm
+share/wasi-sysroot/include/c++/v1/__cxx03/array
+share/wasi-sysroot/include/c++/v1/__cxx03/atomic
+share/wasi-sysroot/include/c++/v1/__cxx03/bitset
+share/wasi-sysroot/include/c++/v1/__cxx03/cassert
+share/wasi-sysroot/include/c++/v1/__cxx03/ccomplex
+share/wasi-sysroot/include/c++/v1/__cxx03/cctype
+share/wasi-sysroot/include/c++/v1/__cxx03/cerrno
+share/wasi-sysroot/include/c++/v1/__cxx03/cfenv
+share/wasi-sysroot/include/c++/v1/__cxx03/cfloat
+share/wasi-sysroot/include/c++/v1/__cxx03/chrono
+share/wasi-sysroot/include/c++/v1/__cxx03/cinttypes
+share/wasi-sysroot/include/c++/v1/__cxx03/ciso646
+share/wasi-sysroot/include/c++/v1/__cxx03/climits
+share/wasi-sysroot/include/c++/v1/__cxx03/clocale
+share/wasi-sysroot/include/c++/v1/__cxx03/cmath
+share/wasi-sysroot/include/c++/v1/__cxx03/codecvt
+share/wasi-sysroot/include/c++/v1/__cxx03/complex
+share/wasi-sysroot/include/c++/v1/__cxx03/complex.h
+share/wasi-sysroot/include/c++/v1/__cxx03/condition_variable
+share/wasi-sysroot/include/c++/v1/__cxx03/csetjmp
+share/wasi-sysroot/include/c++/v1/__cxx03/csignal
+share/wasi-sysroot/include/c++/v1/__cxx03/cstdarg
+share/wasi-sysroot/include/c++/v1/__cxx03/cstdbool
+share/wasi-sysroot/include/c++/v1/__cxx03/cstddef
+share/wasi-sysroot/include/c++/v1/__cxx03/cstdint
+share/wasi-sysroot/include/c++/v1/__cxx03/cstdio
+share/wasi-sysroot/include/c++/v1/__cxx03/cstdlib
+share/wasi-sysroot/include/c++/v1/__cxx03/cstring
+share/wasi-sysroot/include/c++/v1/__cxx03/ctgmath
+share/wasi-sysroot/include/c++/v1/__cxx03/ctime
+share/wasi-sysroot/include/c++/v1/__cxx03/ctype.h
+share/wasi-sysroot/include/c++/v1/__cxx03/cuchar
+share/wasi-sysroot/include/c++/v1/__cxx03/cwchar
+share/wasi-sysroot/include/c++/v1/__cxx03/cwctype
+share/wasi-sysroot/include/c++/v1/__cxx03/deque
+share/wasi-sysroot/include/c++/v1/__cxx03/errno.h
+share/wasi-sysroot/include/c++/v1/__cxx03/exception
+share/wasi-sysroot/include/c++/v1/__cxx03/experimental/__config
+share/wasi-sysroot/include/c++/v1/__cxx03/experimental/utility
+share/wasi-sysroot/include/c++/v1/__cxx03/ext/__hash
+share/wasi-sysroot/include/c++/v1/__cxx03/ext/hash_map
+share/wasi-sysroot/include/c++/v1/__cxx03/ext/hash_set
+share/wasi-sysroot/include/c++/v1/__cxx03/fenv.h
+share/wasi-sysroot/include/c++/v1/__cxx03/float.h
+share/wasi-sysroot/include/c++/v1/__cxx03/forward_list
+share/wasi-sysroot/include/c++/v1/__cxx03/fstream
+share/wasi-sysroot/include/c++/v1/__cxx03/functional
+share/wasi-sysroot/include/c++/v1/__cxx03/future
+share/wasi-sysroot/include/c++/v1/__cxx03/inttypes.h
+share/wasi-sysroot/include/c++/v1/__cxx03/iomanip
+share/wasi-sysroot/include/c++/v1/__cxx03/ios
+share/wasi-sysroot/include/c++/v1/__cxx03/iosfwd
+share/wasi-sysroot/include/c++/v1/__cxx03/iostream
+share/wasi-sysroot/include/c++/v1/__cxx03/istream
+share/wasi-sysroot/include/c++/v1/__cxx03/iterator
+share/wasi-sysroot/include/c++/v1/__cxx03/limits
+share/wasi-sysroot/include/c++/v1/__cxx03/list
+share/wasi-sysroot/include/c++/v1/__cxx03/locale
+share/wasi-sysroot/include/c++/v1/__cxx03/locale.h
+share/wasi-sysroot/include/c++/v1/__cxx03/map
+share/wasi-sysroot/include/c++/v1/__cxx03/math.h
+share/wasi-sysroot/include/c++/v1/__cxx03/memory
+share/wasi-sysroot/include/c++/v1/__cxx03/module.modulemap
+share/wasi-sysroot/include/c++/v1/__cxx03/mutex
+share/wasi-sysroot/include/c++/v1/__cxx03/new
+share/wasi-sysroot/include/c++/v1/__cxx03/numeric
+share/wasi-sysroot/include/c++/v1/__cxx03/ostream
+share/wasi-sysroot/include/c++/v1/__cxx03/queue
+share/wasi-sysroot/include/c++/v1/__cxx03/random
+share/wasi-sysroot/include/c++/v1/__cxx03/ratio
+share/wasi-sysroot/include/c++/v1/__cxx03/regex
+share/wasi-sysroot/include/c++/v1/__cxx03/set
+share/wasi-sysroot/include/c++/v1/__cxx03/sstream
+share/wasi-sysroot/include/c++/v1/__cxx03/stack
+share/wasi-sysroot/include/c++/v1/__cxx03/stdatomic.h
+share/wasi-sysroot/include/c++/v1/__cxx03/stdbool.h
+share/wasi-sysroot/include/c++/v1/__cxx03/stddef.h
+share/wasi-sysroot/include/c++/v1/__cxx03/stdexcept
+share/wasi-sysroot/include/c++/v1/__cxx03/stdint.h
+share/wasi-sysroot/include/c++/v1/__cxx03/stdio.h
+share/wasi-sysroot/include/c++/v1/__cxx03/stdlib.h
+share/wasi-sysroot/include/c++/v1/__cxx03/streambuf
+share/wasi-sysroot/include/c++/v1/__cxx03/string
+share/wasi-sysroot/include/c++/v1/__cxx03/string.h
+share/wasi-sysroot/include/c++/v1/__cxx03/string_view
+share/wasi-sysroot/include/c++/v1/__cxx03/strstream
+share/wasi-sysroot/include/c++/v1/__cxx03/system_error
+share/wasi-sysroot/include/c++/v1/__cxx03/tgmath.h
+share/wasi-sysroot/include/c++/v1/__cxx03/thread
+share/wasi-sysroot/include/c++/v1/__cxx03/type_traits
+share/wasi-sysroot/include/c++/v1/__cxx03/typeindex
+share/wasi-sysroot/include/c++/v1/__cxx03/typeinfo
+share/wasi-sysroot/include/c++/v1/__cxx03/uchar.h
+share/wasi-sysroot/include/c++/v1/__cxx03/unordered_map
+share/wasi-sysroot/include/c++/v1/__cxx03/unordered_set
+share/wasi-sysroot/include/c++/v1/__cxx03/utility
+share/wasi-sysroot/include/c++/v1/__cxx03/valarray
*** 897 LINES SKIPPED ***