wasmtime 20.0.0 → 20.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1022) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +71 -60
  3. data/ext/Cargo.toml +9 -9
  4. data/ext/cargo-vendor/ahash-0.8.11/.cargo-checksum.json +1 -0
  5. data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/Cargo.toml +8 -2
  6. data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/aes_hash.rs +1 -2
  7. data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/fallback_hash.rs +5 -6
  8. data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/hash_quality_test.rs +22 -20
  9. data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/lib.rs +2 -3
  10. data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/operations.rs +3 -3
  11. data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/random_state.rs +3 -3
  12. data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/tests/bench.rs +2 -2
  13. data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/tests/map_tests.rs +76 -0
  14. data/ext/cargo-vendor/async-timer-1.0.0-beta.14/.cargo-checksum.json +1 -0
  15. data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/Cargo.toml +6 -8
  16. data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/README.md +1 -1
  17. data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/interval.rs +13 -2
  18. data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/lib.rs +0 -1
  19. data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/state.rs +60 -54
  20. data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/web.rs +1 -1
  21. data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/win.rs +12 -3
  22. data/ext/cargo-vendor/async-timer-1.0.0-beta.14/tests/interval.rs +73 -0
  23. data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/.cargo-checksum.json +1 -1
  24. data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/Cargo.toml +2 -2
  25. data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/metadata_ext.rs +8 -5
  26. data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/.cargo-checksum.json +1 -1
  27. data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/Cargo.toml +2 -2
  28. data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs/dir.rs +44 -4
  29. data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs_utf8/dir.rs +43 -1
  30. data/ext/cargo-vendor/lazy_static-1.5.0/.cargo-checksum.json +1 -0
  31. data/ext/cargo-vendor/lazy_static-1.5.0/Cargo.lock +293 -0
  32. data/ext/cargo-vendor/lazy_static-1.5.0/Cargo.toml +46 -0
  33. data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/README.md +34 -8
  34. data/ext/cargo-vendor/lazy_static-1.5.0/examples/mutex_map.rs +23 -0
  35. data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/src/core_lazy.rs +5 -4
  36. data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/src/inline_lazy.rs +10 -19
  37. data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/src/lib.rs +12 -19
  38. data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/incorrect_visibility_restriction.rs +8 -0
  39. data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/incorrect_visibility_restriction.stderr +10 -0
  40. data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/static_is_private.rs +14 -0
  41. data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/static_is_private.stderr +14 -0
  42. data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/static_is_sized.rs +9 -0
  43. data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/static_is_sized.stderr +64 -0
  44. data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/tests/no_std.rs +1 -2
  45. data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/tests/test.rs +29 -8
  46. data/ext/cargo-vendor/lazy_static-1.5.0/tests/ui.rs +6 -0
  47. data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/.cargo-checksum.json +1 -1
  48. data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/Cargo.toml +4 -4
  49. data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/.cargo-checksum.json +1 -1
  50. data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/Cargo.toml +2 -2
  51. data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/.cargo-checksum.json +1 -1
  52. data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/Cargo.toml +12 -12
  53. data/ext/cargo-vendor/wasmtime-asm-macros-20.0.2/.cargo-checksum.json +1 -0
  54. data/ext/cargo-vendor/{wasmtime-asm-macros-20.0.0 → wasmtime-asm-macros-20.0.2}/Cargo.toml +1 -1
  55. data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/.cargo-checksum.json +1 -1
  56. data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/Cargo.toml +1 -1
  57. data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/.cargo-checksum.json +1 -1
  58. data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/Cargo.toml +3 -3
  59. data/ext/cargo-vendor/wasmtime-component-util-20.0.2/.cargo-checksum.json +1 -0
  60. data/ext/cargo-vendor/{wasmtime-component-util-20.0.0 → wasmtime-component-util-20.0.2}/Cargo.toml +1 -1
  61. data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/.cargo-checksum.json +1 -1
  62. data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/Cargo.toml +9 -9
  63. data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/.cargo-checksum.json +1 -1
  64. data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/Cargo.lock +7 -7
  65. data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/Cargo.toml +4 -4
  66. data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/.cargo-checksum.json +1 -1
  67. data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/Cargo.toml +4 -4
  68. data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/.cargo-checksum.json +1 -1
  69. data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/Cargo.toml +2 -2
  70. data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/.cargo-checksum.json +1 -1
  71. data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/Cargo.toml +1 -1
  72. data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/.cargo-checksum.json +1 -1
  73. data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/Cargo.toml +9 -9
  74. data/ext/cargo-vendor/wasmtime-slab-20.0.2/.cargo-checksum.json +1 -0
  75. data/ext/cargo-vendor/{wasmtime-slab-20.0.0 → wasmtime-slab-20.0.2}/Cargo.toml +1 -1
  76. data/ext/cargo-vendor/wasmtime-versioned-export-macros-20.0.2/.cargo-checksum.json +1 -0
  77. data/ext/cargo-vendor/{wasmtime-versioned-export-macros-20.0.0 → wasmtime-versioned-export-macros-20.0.2}/Cargo.toml +1 -1
  78. data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/.cargo-checksum.json +1 -1
  79. data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/Cargo.toml +4 -4
  80. data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/.cargo-checksum.json +1 -1
  81. data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/Cargo.toml +5 -5
  82. data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/.cargo-checksum.json +1 -1
  83. data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/Cargo.toml +1 -1
  84. data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/.cargo-checksum.json +1 -1
  85. data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/Cargo.toml +2 -2
  86. data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/resolve.rs +6 -14
  87. data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/lexer.rs +158 -28
  88. data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/lib.rs +4 -4
  89. data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/parser.rs +40 -3
  90. data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/token.rs +6 -15
  91. data/ext/cargo-vendor/wat-1.209.1/.cargo-checksum.json +1 -0
  92. data/ext/cargo-vendor/{wat-1.208.1 → wat-1.209.1}/Cargo.toml +2 -2
  93. data/ext/cargo-vendor/web-time-1.1.0/.cargo-checksum.json +1 -0
  94. data/ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md +74 -0
  95. data/ext/cargo-vendor/web-time-1.1.0/Cargo.lock +393 -0
  96. data/ext/cargo-vendor/web-time-1.1.0/Cargo.toml +246 -0
  97. data/ext/cargo-vendor/web-time-1.1.0/LICENSE-APACHE +201 -0
  98. data/ext/cargo-vendor/web-time-1.1.0/LICENSE-MIT +21 -0
  99. data/ext/cargo-vendor/web-time-1.1.0/src/lib.rs +144 -0
  100. data/ext/cargo-vendor/web-time-1.1.0/src/time/instant.rs +242 -0
  101. data/ext/cargo-vendor/web-time-1.1.0/src/time/js.rs +39 -0
  102. data/ext/cargo-vendor/web-time-1.1.0/src/time/mod.rs +15 -0
  103. data/ext/cargo-vendor/web-time-1.1.0/src/time/serde.rs +177 -0
  104. data/ext/cargo-vendor/web-time-1.1.0/src/time/system_time.rs +111 -0
  105. data/ext/cargo-vendor/web-time-1.1.0/src/web.rs +49 -0
  106. data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/.cargo-checksum.json +1 -1
  107. data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/Cargo.toml +4 -4
  108. data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/.cargo-checksum.json +1 -1
  109. data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/Cargo.toml +1 -1
  110. data/ext/cargo-vendor/wiggle-macro-20.0.2/.cargo-checksum.json +1 -0
  111. data/ext/cargo-vendor/{wiggle-macro-20.0.0 → wiggle-macro-20.0.2}/Cargo.toml +2 -2
  112. data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/.cargo-checksum.json +1 -1
  113. data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/Cargo.toml +4 -4
  114. data/lib/wasmtime/version.rb +1 -1
  115. metadata +1009 -987
  116. data/ext/cargo-vendor/ahash-0.8.7/.cargo-checksum.json +0 -1
  117. data/ext/cargo-vendor/async-timer-1.0.0-beta.11/.cargo-checksum.json +0 -1
  118. data/ext/cargo-vendor/async-timer-1.0.0-beta.11/tests/interval.rs +0 -23
  119. data/ext/cargo-vendor/lazy_static-1.4.0/.cargo-checksum.json +0 -1
  120. data/ext/cargo-vendor/lazy_static-1.4.0/Cargo.toml +0 -46
  121. data/ext/cargo-vendor/wasmtime-asm-macros-20.0.0/.cargo-checksum.json +0 -1
  122. data/ext/cargo-vendor/wasmtime-component-util-20.0.0/.cargo-checksum.json +0 -1
  123. data/ext/cargo-vendor/wasmtime-slab-20.0.0/.cargo-checksum.json +0 -1
  124. data/ext/cargo-vendor/wasmtime-versioned-export-macros-20.0.0/.cargo-checksum.json +0 -1
  125. data/ext/cargo-vendor/wat-1.208.1/.cargo-checksum.json +0 -1
  126. data/ext/cargo-vendor/wiggle-macro-20.0.0/.cargo-checksum.json +0 -1
  127. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/FAQ.md +0 -0
  128. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/LICENSE-APACHE +0 -0
  129. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/LICENSE-MIT +0 -0
  130. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/README.md +0 -0
  131. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/build.rs +0 -0
  132. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/rustfmt.toml +0 -0
  133. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/convert.rs +0 -0
  134. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/hash_map.rs +0 -0
  135. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/hash_set.rs +0 -0
  136. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/specialize.rs +0 -0
  137. /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/tests/nopanic.rs +0 -0
  138. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/build.rs +0 -0
  139. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/c_wrapper/posix.c +0 -0
  140. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timed.rs +0 -0
  141. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/apple.rs +0 -0
  142. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/async_tokio1.rs +0 -0
  143. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/dummy.rs +0 -0
  144. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/mod.rs +0 -0
  145. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/posix.rs +0 -0
  146. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/utils.rs +0 -0
  147. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/tests/timed.rs +0 -0
  148. /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/tests/timer.rs +0 -0
  149. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/COPYRIGHT +0 -0
  150. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/LICENSE-APACHE +0 -0
  151. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  152. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/LICENSE-MIT +0 -0
  153. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/README.md +0 -0
  154. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/build.rs +0 -0
  155. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/access.rs +0 -0
  156. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/assert_same_file.rs +0 -0
  157. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/canonicalize.rs +0 -0
  158. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/copy.rs +0 -0
  159. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/create_dir.rs +0 -0
  160. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/dir_builder.rs +0 -0
  161. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/dir_entry.rs +0 -0
  162. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/dir_options.rs +0 -0
  163. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/errors.rs +0 -0
  164. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/file.rs +0 -0
  165. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/file_path_by_searching.rs +0 -0
  166. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/file_type.rs +0 -0
  167. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/follow_symlinks.rs +0 -0
  168. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/hard_link.rs +0 -0
  169. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/is_file_read_write.rs +0 -0
  170. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/canonical_path.rs +0 -0
  171. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/canonicalize.rs +0 -0
  172. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/cow_component.rs +0 -0
  173. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/mod.rs +0 -0
  174. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/open.rs +0 -0
  175. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/open_entry.rs +0 -0
  176. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/read_link_one.rs +0 -0
  177. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/maybe_owned_file.rs +0 -0
  178. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/metadata.rs +0 -0
  179. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/mod.rs +0 -0
  180. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/open.rs +0 -0
  181. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/open_ambient.rs +0 -0
  182. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/open_dir.rs +0 -0
  183. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/open_options.rs +0 -0
  184. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/open_unchecked_error.rs +0 -0
  185. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/permissions.rs +0 -0
  186. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/read_dir.rs +0 -0
  187. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/read_link.rs +0 -0
  188. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/remove_dir.rs +0 -0
  189. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/remove_dir_all.rs +0 -0
  190. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/remove_file.rs +0 -0
  191. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/remove_open_dir.rs +0 -0
  192. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/rename.rs +0 -0
  193. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/reopen.rs +0 -0
  194. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/set_permissions.rs +0 -0
  195. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/set_times.rs +0 -0
  196. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/stat.rs +0 -0
  197. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/symlink.rs +0 -0
  198. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/system_time_spec.rs +0 -0
  199. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/access.rs +0 -0
  200. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/create_dir.rs +0 -0
  201. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/hard_link.rs +0 -0
  202. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/mod.rs +0 -0
  203. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/open_parent.rs +0 -0
  204. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/read_link.rs +0 -0
  205. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/remove_dir.rs +0 -0
  206. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/remove_file.rs +0 -0
  207. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/rename.rs +0 -0
  208. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/set_permissions.rs +0 -0
  209. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/set_symlink_permissions.rs +0 -0
  210. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/set_times_nofollow.rs +0 -0
  211. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/symlink.rs +0 -0
  212. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/lib.rs +0 -0
  213. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/net/mod.rs +0 -0
  214. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/net/pool.rs +0 -0
  215. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/darwin/fs/file_path.rs +0 -0
  216. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/darwin/fs/mod.rs +0 -0
  217. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/darwin/mod.rs +0 -0
  218. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/check.rs +0 -0
  219. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/mod.rs +0 -0
  220. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/open_entry_impl.rs +0 -0
  221. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/open_impl.rs +0 -0
  222. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/remove_dir_impl.rs +0 -0
  223. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/remove_file_impl.rs +0 -0
  224. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/set_permissions_impl.rs +0 -0
  225. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/set_times_impl.rs +0 -0
  226. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/stat_impl.rs +0 -0
  227. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/mod.rs +0 -0
  228. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/access_unchecked.rs +0 -0
  229. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/copy_impl.rs +0 -0
  230. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/create_dir_unchecked.rs +0 -0
  231. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/cvt.rs +0 -0
  232. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/dir_entry_inner.rs +0 -0
  233. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/dir_options_ext.rs +0 -0
  234. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/dir_utils.rs +0 -0
  235. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/errors.rs +0 -0
  236. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/file_path.rs +0 -0
  237. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/file_type_ext.rs +0 -0
  238. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/hard_link_unchecked.rs +0 -0
  239. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/is_file_read_write_impl.rs +0 -0
  240. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/is_root_dir.rs +0 -0
  241. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/is_same_file.rs +0 -0
  242. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/mod.rs +0 -0
  243. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/oflags.rs +0 -0
  244. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/open_options_ext.rs +0 -0
  245. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/open_unchecked.rs +0 -0
  246. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/permissions_ext.rs +0 -0
  247. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/read_dir_inner.rs +0 -0
  248. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/read_link_unchecked.rs +0 -0
  249. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/remove_dir_all_impl.rs +0 -0
  250. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/remove_dir_unchecked.rs +0 -0
  251. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/remove_file_unchecked.rs +0 -0
  252. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/remove_open_dir_by_searching.rs +0 -0
  253. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/rename_unchecked.rs +0 -0
  254. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/reopen_impl.rs +0 -0
  255. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/set_permissions_impl.rs +0 -0
  256. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/set_symlink_permissions_unchecked.rs +0 -0
  257. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/set_times_impl.rs +0 -0
  258. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/stat_unchecked.rs +0 -0
  259. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/symlink_unchecked.rs +0 -0
  260. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/times.rs +0 -0
  261. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/canonicalize_impl.rs +0 -0
  262. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/file_metadata.rs +0 -0
  263. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/file_path.rs +0 -0
  264. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/mod.rs +0 -0
  265. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/open_entry_impl.rs +0 -0
  266. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/open_impl.rs +0 -0
  267. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/procfs.rs +0 -0
  268. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/set_permissions_impl.rs +0 -0
  269. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/set_times_impl.rs +0 -0
  270. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/stat_impl.rs +0 -0
  271. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/mod.rs +0 -0
  272. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/mod.rs +0 -0
  273. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/time/instant.rs +0 -0
  274. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/time/mod.rs +0 -0
  275. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/time/monotonic_clock.rs +0 -0
  276. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/time/system_clock.rs +0 -0
  277. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/time/system_time.rs +0 -0
  278. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/access_unchecked.rs +0 -0
  279. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/copy.rs +0 -0
  280. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/create_dir_unchecked.rs +0 -0
  281. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/create_file_at_w.rs +0 -0
  282. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/dir_entry_inner.rs +0 -0
  283. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/dir_options_ext.rs +0 -0
  284. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/dir_utils.rs +0 -0
  285. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/errors.rs +0 -0
  286. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/file_type_ext.rs +0 -0
  287. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/get_path.rs +0 -0
  288. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/hard_link_unchecked.rs +0 -0
  289. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/is_file_read_write_impl.rs +0 -0
  290. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/is_same_file.rs +0 -0
  291. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/metadata_ext.rs +0 -0
  292. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/mod.rs +0 -0
  293. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/oflags.rs +0 -0
  294. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/open_impl.rs +0 -0
  295. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/open_options_ext.rs +0 -0
  296. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/open_unchecked.rs +0 -0
  297. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/read_dir_inner.rs +0 -0
  298. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/read_link_impl.rs +0 -0
  299. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/read_link_unchecked.rs +0 -0
  300. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/remove_dir_all_impl.rs +0 -0
  301. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/remove_dir_unchecked.rs +0 -0
  302. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/remove_file_unchecked.rs +0 -0
  303. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/remove_open_dir_impl.rs +0 -0
  304. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/rename_unchecked.rs +0 -0
  305. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/reopen_impl.rs +0 -0
  306. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/set_permissions_unchecked.rs +0 -0
  307. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/set_symlink_permissions_unchecked.rs +0 -0
  308. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/set_times_impl.rs +0 -0
  309. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/stat_unchecked.rs +0 -0
  310. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/symlink_unchecked.rs +0 -0
  311. /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/mod.rs +0 -0
  312. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/COPYRIGHT +0 -0
  313. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/LICENSE-APACHE +0 -0
  314. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  315. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/LICENSE-MIT +0 -0
  316. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/README.md +0 -0
  317. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/build.rs +0 -0
  318. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs/dir_entry.rs +0 -0
  319. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs/file.rs +0 -0
  320. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs/mod.rs +0 -0
  321. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs/read_dir.rs +0 -0
  322. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs_utf8/dir_entry.rs +0 -0
  323. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs_utf8/file.rs +0 -0
  324. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs_utf8/mod.rs +0 -0
  325. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs_utf8/read_dir.rs +0 -0
  326. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/lib.rs +0 -0
  327. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/incoming.rs +0 -0
  328. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/mod.rs +0 -0
  329. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/pool.rs +0 -0
  330. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/tcp_listener.rs +0 -0
  331. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/tcp_stream.rs +0 -0
  332. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/udp_socket.rs +0 -0
  333. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/mod.rs +0 -0
  334. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/mod.rs +0 -0
  335. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/net/incoming.rs +0 -0
  336. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/net/mod.rs +0 -0
  337. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/net/unix_datagram.rs +0 -0
  338. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/net/unix_listener.rs +0 -0
  339. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/net/unix_stream.rs +0 -0
  340. /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/time/mod.rs +0 -0
  341. /data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/LICENSE-APACHE +0 -0
  342. /data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/LICENSE-MIT +0 -0
  343. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/LICENSE +0 -0
  344. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/README.md +0 -0
  345. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/clocks.rs +0 -0
  346. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/ctx.rs +0 -0
  347. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/dir.rs +0 -0
  348. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/error.rs +0 -0
  349. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/file.rs +0 -0
  350. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/lib.rs +0 -0
  351. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/pipe.rs +0 -0
  352. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/random.rs +0 -0
  353. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sched/subscription.rs +0 -0
  354. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sched.rs +0 -0
  355. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/snapshots/mod.rs +0 -0
  356. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/snapshots/preview_0.rs +0 -0
  357. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/snapshots/preview_1/error.rs +0 -0
  358. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/snapshots/preview_1.rs +0 -0
  359. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/string_array.rs +0 -0
  360. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/clocks.rs +0 -0
  361. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/dir.rs +0 -0
  362. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/file.rs +0 -0
  363. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/mod.rs +0 -0
  364. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/net.rs +0 -0
  365. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/sched/unix.rs +0 -0
  366. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/sched/windows.rs +0 -0
  367. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/sched.rs +0 -0
  368. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/stdio.rs +0 -0
  369. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/table.rs +0 -0
  370. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/dir.rs +0 -0
  371. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/file.rs +0 -0
  372. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/mod.rs +0 -0
  373. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/net.rs +0 -0
  374. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/sched/unix.rs +0 -0
  375. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/sched/windows.rs +0 -0
  376. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/sched.rs +0 -0
  377. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/stdio.rs +0 -0
  378. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/tests/all/async_.rs +0 -0
  379. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/tests/all/main.rs +0 -0
  380. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/tests/all/sync.rs +0 -0
  381. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/witx/preview0/typenames.witx +0 -0
  382. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/witx/preview0/wasi_unstable.witx +0 -0
  383. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/witx/preview1/typenames.witx +0 -0
  384. /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/witx/preview1/wasi_snapshot_preview1.witx +0 -0
  385. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/LICENSE +0 -0
  386. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/README.md +0 -0
  387. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/aliases.rs +0 -0
  388. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/builder.rs +0 -0
  389. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/canonicals.rs +0 -0
  390. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/components.rs +0 -0
  391. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/exports.rs +0 -0
  392. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/imports.rs +0 -0
  393. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/instances.rs +0 -0
  394. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/modules.rs +0 -0
  395. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/names.rs +0 -0
  396. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/start.rs +0 -0
  397. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/types.rs +0 -0
  398. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component.rs +0 -0
  399. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/code.rs +0 -0
  400. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/custom.rs +0 -0
  401. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/data.rs +0 -0
  402. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/dump.rs +0 -0
  403. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/elements.rs +0 -0
  404. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/exports.rs +0 -0
  405. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/functions.rs +0 -0
  406. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/globals.rs +0 -0
  407. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/imports.rs +0 -0
  408. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/linking.rs +0 -0
  409. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/memories.rs +0 -0
  410. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/names.rs +0 -0
  411. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/producers.rs +0 -0
  412. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/start.rs +0 -0
  413. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/tables.rs +0 -0
  414. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/tags.rs +0 -0
  415. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/types.rs +0 -0
  416. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core.rs +0 -0
  417. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/lib.rs +0 -0
  418. /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/raw.rs +0 -0
  419. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/LICENSE +0 -0
  420. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/README.md +0 -0
  421. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/compile/code_builder.rs +0 -0
  422. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/compile/runtime.rs +0 -0
  423. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/compile.rs +0 -0
  424. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/config.rs +0 -0
  425. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/engine/serialization.rs +0 -0
  426. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/engine.rs +0 -0
  427. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/lib.rs +0 -0
  428. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/profiling_agent/jitdump.rs +0 -0
  429. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/profiling_agent/perfmap.rs +0 -0
  430. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/profiling_agent/vtune.rs +0 -0
  431. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/profiling_agent.rs +0 -0
  432. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/code.rs +0 -0
  433. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/code_memory.rs +0 -0
  434. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/component.rs +0 -0
  435. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/func/host.rs +0 -0
  436. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/func/options.rs +0 -0
  437. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/func/typed.rs +0 -0
  438. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/func.rs +0 -0
  439. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/instance.rs +0 -0
  440. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/linker.rs +0 -0
  441. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/matching.rs +0 -0
  442. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/mod.rs +0 -0
  443. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/resource_table.rs +0 -0
  444. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/resources.rs +0 -0
  445. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/storage.rs +0 -0
  446. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/store.rs +0 -0
  447. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/types.rs +0 -0
  448. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/values.rs +0 -0
  449. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/coredump.rs +0 -0
  450. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/debug.rs +0 -0
  451. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/externals/global.rs +0 -0
  452. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/externals/table.rs +0 -0
  453. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/externals.rs +0 -0
  454. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/func/typed.rs +0 -0
  455. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/func.rs +0 -0
  456. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/disabled/anyref.rs +0 -0
  457. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/disabled/externref.rs +0 -0
  458. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/disabled/i31.rs +0 -0
  459. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/disabled/rooting.rs +0 -0
  460. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/disabled.rs +0 -0
  461. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/enabled/anyref.rs +0 -0
  462. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/enabled/externref.rs +0 -0
  463. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/enabled/i31.rs +0 -0
  464. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/enabled/rooting.rs +0 -0
  465. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/enabled.rs +0 -0
  466. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc.rs +0 -0
  467. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/instance.rs +0 -0
  468. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/instantiate.rs +0 -0
  469. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/limits.rs +0 -0
  470. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/linker.rs +0 -0
  471. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/memory.rs +0 -0
  472. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/module/registry.rs +0 -0
  473. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/module.rs +0 -0
  474. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/profiling.rs +0 -0
  475. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/resources.rs +0 -0
  476. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/signatures.rs +0 -0
  477. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/stack.rs +0 -0
  478. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/store/context.rs +0 -0
  479. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/store/data.rs +0 -0
  480. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/store/func_refs.rs +0 -0
  481. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/store.rs +0 -0
  482. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trampoline/func.rs +0 -0
  483. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trampoline/global.rs +0 -0
  484. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trampoline/memory.rs +0 -0
  485. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trampoline/table.rs +0 -0
  486. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trampoline.rs +0 -0
  487. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trap.rs +0 -0
  488. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/type_registry.rs +0 -0
  489. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/types/matching.rs +0 -0
  490. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/types.rs +0 -0
  491. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/uninhabited.rs +0 -0
  492. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/unix.rs +0 -0
  493. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/v128.rs +0 -0
  494. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/values.rs +0 -0
  495. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/windows.rs +0 -0
  496. /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime.rs +0 -0
  497. /data/ext/cargo-vendor/{wasmtime-asm-macros-20.0.0 → wasmtime-asm-macros-20.0.2}/src/lib.rs +0 -0
  498. /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/LICENSE +0 -0
  499. /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/build.rs +0 -0
  500. /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/config/tests.rs +0 -0
  501. /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/config.rs +0 -0
  502. /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/lib.rs +0 -0
  503. /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/tests.rs +0 -0
  504. /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/worker/tests/system_time_stub.rs +0 -0
  505. /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/worker/tests.rs +0 -0
  506. /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/worker.rs +0 -0
  507. /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/tests/cache_write_default_config.rs +0 -0
  508. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/build.rs +0 -0
  509. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/src/bindgen.rs +0 -0
  510. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/src/component.rs +0 -0
  511. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/src/lib.rs +0 -0
  512. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/char.wit +0 -0
  513. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/conventions.wit +0 -0
  514. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/dead-code.wit +0 -0
  515. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/direct-import.wit +0 -0
  516. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/empty.wit +0 -0
  517. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/flags.wit +0 -0
  518. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/floats.wit +0 -0
  519. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/function-new.wit +0 -0
  520. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/integers.wit +0 -0
  521. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/lists.wit +0 -0
  522. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/many-arguments.wit +0 -0
  523. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/multi-return.wit +0 -0
  524. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/multiversion/deps/v1/root.wit +0 -0
  525. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/multiversion/deps/v2/root.wit +0 -0
  526. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/multiversion/root.wit +0 -0
  527. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/records.wit +0 -0
  528. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/rename.wit +0 -0
  529. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/resources-export.wit +0 -0
  530. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/resources-import.wit +0 -0
  531. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/share-types.wit +0 -0
  532. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/simple-functions.wit +0 -0
  533. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/simple-lists.wit +0 -0
  534. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/simple-wasi.wit +0 -0
  535. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/small-anonymous.wit +0 -0
  536. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/smoke-default.wit +0 -0
  537. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/smoke-export.wit +0 -0
  538. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/smoke.wit +0 -0
  539. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/strings.wit +0 -0
  540. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/unversioned-foo.wit +0 -0
  541. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/use-paths.wit +0 -0
  542. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/variants.wit +0 -0
  543. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/wat.wit +0 -0
  544. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/worlds-with-types.wit +0 -0
  545. /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen.rs +0 -0
  546. /data/ext/cargo-vendor/{wasmtime-component-util-20.0.0 → wasmtime-component-util-20.0.2}/src/lib.rs +0 -0
  547. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/LICENSE +0 -0
  548. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/SECURITY.md +0 -0
  549. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/builder.rs +0 -0
  550. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/compiled_function.rs +0 -0
  551. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/compiler/component.rs +0 -0
  552. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/compiler.rs +0 -0
  553. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/gc.rs +0 -0
  554. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/address_transform.rs +0 -0
  555. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/attr.rs +0 -0
  556. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/expression.rs +0 -0
  557. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/line_program.rs +0 -0
  558. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/mod.rs +0 -0
  559. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/range_info_builder.rs +0 -0
  560. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/refs.rs +0 -0
  561. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/simulate.rs +0 -0
  562. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/unit.rs +0 -0
  563. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/utils.rs +0 -0
  564. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/write_debuginfo.rs +0 -0
  565. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug.rs +0 -0
  566. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/func_environ.rs +0 -0
  567. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/gc/disabled.rs +0 -0
  568. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/gc/enabled.rs +0 -0
  569. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/gc.rs +0 -0
  570. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/isa_builder.rs +0 -0
  571. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/lib.rs +0 -0
  572. /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/obj.rs +0 -0
  573. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/LICENSE +0 -0
  574. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/examples/factc.rs +0 -0
  575. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/address_map.rs +0 -0
  576. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/builtin.rs +0 -0
  577. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/compile/address_map.rs +0 -0
  578. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/compile/mod.rs +0 -0
  579. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/compile/module_artifacts.rs +0 -0
  580. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/compile/trap_encoding.rs +0 -0
  581. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/artifacts.rs +0 -0
  582. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/compiler.rs +0 -0
  583. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/dfg.rs +0 -0
  584. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/info.rs +0 -0
  585. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/translate/adapt.rs +0 -0
  586. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/translate/inline.rs +0 -0
  587. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/translate.rs +0 -0
  588. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/types/resources.rs +0 -0
  589. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/types.rs +0 -0
  590. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/vmcomponent_offsets.rs +0 -0
  591. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component.rs +0 -0
  592. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/demangling.rs +0 -0
  593. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact/core_types.rs +0 -0
  594. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact/signature.rs +0 -0
  595. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact/trampoline.rs +0 -0
  596. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact/transcode.rs +0 -0
  597. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact/traps.rs +0 -0
  598. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact.rs +0 -0
  599. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/gc.rs +0 -0
  600. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/lib.rs +0 -0
  601. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/module.rs +0 -0
  602. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/module_artifacts.rs +0 -0
  603. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/module_environ.rs +0 -0
  604. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/module_types.rs +0 -0
  605. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/obj.rs +0 -0
  606. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/ref_bits.rs +0 -0
  607. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/scopevec.rs +0 -0
  608. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/stack_map.rs +0 -0
  609. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/trap_encoding.rs +0 -0
  610. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/tunables.rs +0 -0
  611. /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/vmoffsets.rs +0 -0
  612. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/LICENSE +0 -0
  613. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/build.rs +0 -0
  614. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/lib.rs +0 -0
  615. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/aarch64.rs +0 -0
  616. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/arm.rs +0 -0
  617. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/riscv64.rs +0 -0
  618. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/s390x.S +0 -0
  619. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/x86.rs +0 -0
  620. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/x86_64.rs +0 -0
  621. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix.rs +0 -0
  622. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/windows.c +0 -0
  623. /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/windows.rs +0 -0
  624. /data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/README.md +0 -0
  625. /data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/src/gdb_jit_int.rs +0 -0
  626. /data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/src/lib.rs +0 -0
  627. /data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/src/perf_jitdump.rs +0 -0
  628. /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/src/lib.rs +0 -0
  629. /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/src/libc.rs +0 -0
  630. /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/src/miri.rs +0 -0
  631. /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/src/win.rs +0 -0
  632. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/LICENSE +0 -0
  633. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/build.rs +0 -0
  634. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/proptest-regressions/instance/allocator/pooling/memory_pool.txt +0 -0
  635. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/aarch64.rs +0 -0
  636. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/mod.rs +0 -0
  637. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/riscv64.rs +0 -0
  638. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/s390x.S +0 -0
  639. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/s390x.rs +0 -0
  640. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/x86_64.rs +0 -0
  641. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/async_yield.rs +0 -0
  642. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/component/libcalls.rs +0 -0
  643. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/component/resources.rs +0 -0
  644. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/component.rs +0 -0
  645. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/cow.rs +0 -0
  646. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/debug_builtins.rs +0 -0
  647. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/export.rs +0 -0
  648. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/disabled.rs +0 -0
  649. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/enabled/drc.rs +0 -0
  650. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/enabled/externref.rs +0 -0
  651. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/enabled/free_list.rs +0 -0
  652. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/enabled.rs +0 -0
  653. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/gc_ref.rs +0 -0
  654. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/gc_runtime.rs +0 -0
  655. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/host_data.rs +0 -0
  656. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/i31.rs +0 -0
  657. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc.rs +0 -0
  658. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/helpers.c +0 -0
  659. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/imports.rs +0 -0
  660. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/on_demand.rs +0 -0
  661. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling/gc_heap_pool.rs +0 -0
  662. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling/index_allocator.rs +0 -0
  663. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling/memory_pool.rs +0 -0
  664. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling/stack_pool.rs +0 -0
  665. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling/table_pool.rs +0 -0
  666. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling.rs +0 -0
  667. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator.rs +0 -0
  668. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance.rs +0 -0
  669. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/lib.rs +0 -0
  670. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/libcalls.rs +0 -0
  671. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/memory.rs +0 -0
  672. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mmap.rs +0 -0
  673. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mmap_vec.rs +0 -0
  674. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/module_id.rs +0 -0
  675. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mpk/disabled.rs +0 -0
  676. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mpk/enabled.rs +0 -0
  677. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mpk/mod.rs +0 -0
  678. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mpk/pkru.rs +0 -0
  679. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mpk/sys.rs +0 -0
  680. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/send_sync_ptr.rs +0 -0
  681. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/store_box.rs +0 -0
  682. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/capi.rs +0 -0
  683. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/mmap.rs +0 -0
  684. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/mod.rs +0 -0
  685. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/traphandlers.rs +0 -0
  686. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/unwind.rs +0 -0
  687. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/vm.rs +0 -0
  688. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/miri/mmap.rs +0 -0
  689. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/miri/mod.rs +0 -0
  690. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/miri/traphandlers.rs +0 -0
  691. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/miri/unwind.rs +0 -0
  692. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/miri/vm.rs +0 -0
  693. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/mod.rs +0 -0
  694. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/machports.rs +0 -0
  695. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/macos_traphandlers.rs +0 -0
  696. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/mmap.rs +0 -0
  697. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/mod.rs +0 -0
  698. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/signals.rs +0 -0
  699. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/unwind.rs +0 -0
  700. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/vm.rs +0 -0
  701. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/windows/mmap.rs +0 -0
  702. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/windows/mod.rs +0 -0
  703. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/windows/traphandlers.rs +0 -0
  704. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/windows/unwind.rs +0 -0
  705. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/windows/vm.rs +0 -0
  706. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/table.rs +0 -0
  707. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/threads/mod.rs +0 -0
  708. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/threads/parking_spot.rs +0 -0
  709. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/threads/shared_memory.rs +0 -0
  710. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/threads/shared_memory_disabled.rs +0 -0
  711. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/traphandlers/backtrace.rs +0 -0
  712. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/traphandlers/coredump_disabled.rs +0 -0
  713. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/traphandlers/coredump_enabled.rs +0 -0
  714. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/traphandlers.rs +0 -0
  715. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/vmcontext/vm_host_func_context.rs +0 -0
  716. /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/vmcontext.rs +0 -0
  717. /data/ext/cargo-vendor/{wasmtime-slab-20.0.0 → wasmtime-slab-20.0.2}/src/lib.rs +0 -0
  718. /data/ext/cargo-vendor/{wasmtime-versioned-export-macros-20.0.0 → wasmtime-versioned-export-macros-20.0.2}/src/lib.rs +0 -0
  719. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/LICENSE +0 -0
  720. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/README.md +0 -0
  721. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/bindings.rs +0 -0
  722. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/clocks/host.rs +0 -0
  723. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/clocks.rs +0 -0
  724. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/ctx.rs +0 -0
  725. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/error.rs +0 -0
  726. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/filesystem.rs +0 -0
  727. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/clocks.rs +0 -0
  728. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/env.rs +0 -0
  729. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/exit.rs +0 -0
  730. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/filesystem/sync.rs +0 -0
  731. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/filesystem.rs +0 -0
  732. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/instance_network.rs +0 -0
  733. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/io.rs +0 -0
  734. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/mod.rs +0 -0
  735. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/network.rs +0 -0
  736. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/random.rs +0 -0
  737. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/tcp.rs +0 -0
  738. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/tcp_create_socket.rs +0 -0
  739. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/udp.rs +0 -0
  740. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/udp_create_socket.rs +0 -0
  741. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/ip_name_lookup.rs +0 -0
  742. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/lib.rs +0 -0
  743. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/network.rs +0 -0
  744. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/pipe.rs +0 -0
  745. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/poll.rs +0 -0
  746. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/preview0.rs +0 -0
  747. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/preview1.rs +0 -0
  748. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/random.rs +0 -0
  749. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/runtime.rs +0 -0
  750. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/stdio/worker_thread_stdin.rs +0 -0
  751. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/stdio.rs +0 -0
  752. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/stream.rs +0 -0
  753. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/tcp.rs +0 -0
  754. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/udp.rs +0 -0
  755. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/write_stream.rs +0 -0
  756. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/all/api.rs +0 -0
  757. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/all/async_.rs +0 -0
  758. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/all/main.rs +0 -0
  759. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/all/preview1.rs +0 -0
  760. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/all/sync.rs +0 -0
  761. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/process_stdin.rs +0 -0
  762. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/command-extended.wit +0 -0
  763. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/command.wit +0 -0
  764. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/environment.wit +0 -0
  765. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/exit.wit +0 -0
  766. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/imports.wit +0 -0
  767. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/run.wit +0 -0
  768. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/stdio.wit +0 -0
  769. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/terminal.wit +0 -0
  770. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/clocks/monotonic-clock.wit +0 -0
  771. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/clocks/wall-clock.wit +0 -0
  772. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/clocks/world.wit +0 -0
  773. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/filesystem/preopens.wit +0 -0
  774. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/filesystem/types.wit +0 -0
  775. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/filesystem/world.wit +0 -0
  776. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/http/handler.wit +0 -0
  777. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/http/proxy.wit +0 -0
  778. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/http/types.wit +0 -0
  779. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/io/error.wit +0 -0
  780. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/io/poll.wit +0 -0
  781. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/io/streams.wit +0 -0
  782. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/io/world.wit +0 -0
  783. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/random/insecure-seed.wit +0 -0
  784. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/random/insecure.wit +0 -0
  785. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/random/random.wit +0 -0
  786. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/random/world.wit +0 -0
  787. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/instance-network.wit +0 -0
  788. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/ip-name-lookup.wit +0 -0
  789. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/network.wit +0 -0
  790. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/tcp-create-socket.wit +0 -0
  791. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/tcp.wit +0 -0
  792. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/udp-create-socket.wit +0 -0
  793. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/udp.wit +0 -0
  794. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/world.wit +0 -0
  795. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/test.wit +0 -0
  796. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/witx/preview0/typenames.witx +0 -0
  797. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/witx/preview0/wasi_unstable.witx +0 -0
  798. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/witx/preview1/typenames.witx +0 -0
  799. /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/witx/preview1/wasi_snapshot_preview1.witx +0 -0
  800. /data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/LICENSE +0 -0
  801. /data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/src/builder.rs +0 -0
  802. /data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/src/compiler.rs +0 -0
  803. /data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/src/lib.rs +0 -0
  804. /data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/src/lib.rs +0 -0
  805. /data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/src/rust.rs +0 -0
  806. /data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/src/source.rs +0 -0
  807. /data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/src/types.rs +0 -0
  808. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/LICENSE +0 -0
  809. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/README.md +0 -0
  810. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/alias.rs +0 -0
  811. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/binary.rs +0 -0
  812. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/component.rs +0 -0
  813. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/custom.rs +0 -0
  814. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/expand.rs +0 -0
  815. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/export.rs +0 -0
  816. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/func.rs +0 -0
  817. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/import.rs +0 -0
  818. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/instance.rs +0 -0
  819. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/item_ref.rs +0 -0
  820. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/module.rs +0 -0
  821. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/types.rs +0 -0
  822. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/wast.rs +0 -0
  823. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component.rs +0 -0
  824. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/binary.rs +0 -0
  825. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/custom.rs +0 -0
  826. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/export.rs +0 -0
  827. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/expr.rs +0 -0
  828. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/func.rs +0 -0
  829. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/global.rs +0 -0
  830. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/import.rs +0 -0
  831. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/memory.rs +0 -0
  832. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/module.rs +0 -0
  833. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/resolve/deinline_import_export.rs +0 -0
  834. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/resolve/mod.rs +0 -0
  835. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/resolve/names.rs +0 -0
  836. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/resolve/types.rs +0 -0
  837. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/table.rs +0 -0
  838. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/tag.rs +0 -0
  839. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/types.rs +0 -0
  840. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/wast.rs +0 -0
  841. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core.rs +0 -0
  842. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/encode.rs +0 -0
  843. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/error.rs +0 -0
  844. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/gensym.rs +0 -0
  845. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/names.rs +0 -0
  846. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/wast.rs +0 -0
  847. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/wat.rs +0 -0
  848. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/annotations.rs +0 -0
  849. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/comments.rs +0 -0
  850. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-core-func-alias.wat +0 -0
  851. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-core-func-alias.wat.err +0 -0
  852. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-func-alias.wat +0 -0
  853. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-func-alias.wat.err +0 -0
  854. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-index.wat +0 -0
  855. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-index.wat.err +0 -0
  856. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name.wat +0 -0
  857. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name.wat.err +0 -0
  858. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name2.wat +0 -0
  859. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name2.wat.err +0 -0
  860. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name3.wat +0 -0
  861. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name3.wat.err +0 -0
  862. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block1.wat +0 -0
  863. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block1.wat.err +0 -0
  864. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block2.wat +0 -0
  865. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block2.wat.err +0 -0
  866. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block3.wat +0 -0
  867. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block3.wat.err +0 -0
  868. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment0.wat +0 -0
  869. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment0.wat.err +0 -0
  870. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment1.wat +0 -0
  871. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment1.wat.err +0 -0
  872. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment2.wat +0 -0
  873. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment2.wat.err +0 -0
  874. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment3.wat +0 -0
  875. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment3.wat.err +0 -0
  876. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment4.wat +0 -0
  877. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment4.wat.err +0 -0
  878. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment5.wat +0 -0
  879. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment5.wat.err +0 -0
  880. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment6.wat +0 -0
  881. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment6.wat.err +0 -0
  882. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment7.wat +0 -0
  883. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment7.wat.err +0 -0
  884. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment8.wat +0 -0
  885. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment8.wat.err +0 -0
  886. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment0.wat +0 -0
  887. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment0.wat.err +0 -0
  888. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment1.wat +0 -0
  889. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment1.wat.err +0 -0
  890. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment2.wat +0 -0
  891. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment2.wat.err +0 -0
  892. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment3.wat +0 -0
  893. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment3.wat.err +0 -0
  894. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment4.wat +0 -0
  895. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment4.wat.err +0 -0
  896. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment5.wat +0 -0
  897. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment5.wat.err +0 -0
  898. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment6.wat +0 -0
  899. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment6.wat.err +0 -0
  900. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment7.wat +0 -0
  901. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment7.wat.err +0 -0
  902. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment8.wat +0 -0
  903. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment8.wat.err +0 -0
  904. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string0.wat +0 -0
  905. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string0.wat.err +0 -0
  906. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string1.wat +0 -0
  907. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string1.wat.err +0 -0
  908. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string2.wat +0 -0
  909. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string2.wat.err +0 -0
  910. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string3.wat +0 -0
  911. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string3.wat.err +0 -0
  912. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string4.wat +0 -0
  913. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string4.wat.err +0 -0
  914. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string5.wat +0 -0
  915. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string5.wat.err +0 -0
  916. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string6.wat +0 -0
  917. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string6.wat.err +0 -0
  918. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string7.wat +0 -0
  919. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string7.wat.err +0 -0
  920. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string8.wat +0 -0
  921. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string8.wat.err +0 -0
  922. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/inline1.wat +0 -0
  923. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/inline1.wat.err +0 -0
  924. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/newline-in-string.wat +0 -0
  925. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/newline-in-string.wat.err +0 -0
  926. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string1.wat +0 -0
  927. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string1.wat.err +0 -0
  928. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string10.wat +0 -0
  929. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string10.wat.err +0 -0
  930. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string11.wat +0 -0
  931. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string11.wat.err +0 -0
  932. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string12.wat +0 -0
  933. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string12.wat.err +0 -0
  934. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string13.wat +0 -0
  935. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string13.wat.err +0 -0
  936. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string14.wat +0 -0
  937. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string14.wat.err +0 -0
  938. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string15.wat +0 -0
  939. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string15.wat.err +0 -0
  940. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string16.wat +0 -0
  941. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string16.wat.err +0 -0
  942. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string2.wat +0 -0
  943. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string2.wat.err +0 -0
  944. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string3.wat +0 -0
  945. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string3.wat.err +0 -0
  946. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string4.wat +0 -0
  947. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string4.wat.err +0 -0
  948. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string5.wat +0 -0
  949. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string5.wat.err +0 -0
  950. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string6.wat +0 -0
  951. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string6.wat.err +0 -0
  952. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string7.wat +0 -0
  953. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string7.wat.err +0 -0
  954. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string8.wat +0 -0
  955. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string8.wat.err +0 -0
  956. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string9.wat +0 -0
  957. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string9.wat.err +0 -0
  958. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/unbalanced.wat +0 -0
  959. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/unbalanced.wat.err +0 -0
  960. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail.rs +0 -0
  961. /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/recursive.rs +0 -0
  962. /data/ext/cargo-vendor/{wat-1.208.1 → wat-1.209.1}/LICENSE +0 -0
  963. /data/ext/cargo-vendor/{wat-1.208.1 → wat-1.209.1}/README.md +0 -0
  964. /data/ext/cargo-vendor/{wat-1.208.1 → wat-1.209.1}/src/lib.rs +0 -0
  965. /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/LICENSE +0 -0
  966. /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/README.md +0 -0
  967. /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/borrow.rs +0 -0
  968. /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/error.rs +0 -0
  969. /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/guest_type.rs +0 -0
  970. /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/lib.rs +0 -0
  971. /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/region.rs +0 -0
  972. /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/wasmtime.rs +0 -0
  973. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/LICENSE +0 -0
  974. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/README.md +0 -0
  975. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/codegen_settings.rs +0 -0
  976. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/config.rs +0 -0
  977. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/funcs.rs +0 -0
  978. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/lib.rs +0 -0
  979. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/lifetimes.rs +0 -0
  980. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/module_trait.rs +0 -0
  981. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/names.rs +0 -0
  982. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/error.rs +0 -0
  983. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/flags.rs +0 -0
  984. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/handle.rs +0 -0
  985. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/mod.rs +0 -0
  986. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/record.rs +0 -0
  987. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/variant.rs +0 -0
  988. /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/wasmtime.rs +0 -0
  989. /data/ext/cargo-vendor/{wiggle-macro-20.0.0 → wiggle-macro-20.0.2}/LICENSE +0 -0
  990. /data/ext/cargo-vendor/{wiggle-macro-20.0.0 → wiggle-macro-20.0.2}/src/lib.rs +0 -0
  991. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/LICENSE +0 -0
  992. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/build.rs +0 -0
  993. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/abi/local.rs +0 -0
  994. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/abi/mod.rs +0 -0
  995. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/bounds.rs +0 -0
  996. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/builtin.rs +0 -0
  997. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/call.rs +0 -0
  998. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/context.rs +0 -0
  999. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/control.rs +0 -0
  1000. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/env.rs +0 -0
  1001. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/mod.rs +0 -0
  1002. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/frame/mod.rs +0 -0
  1003. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/abi.rs +0 -0
  1004. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/address.rs +0 -0
  1005. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/asm.rs +0 -0
  1006. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/masm.rs +0 -0
  1007. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/mod.rs +0 -0
  1008. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/regs.rs +0 -0
  1009. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/mod.rs +0 -0
  1010. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/reg.rs +0 -0
  1011. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/abi.rs +0 -0
  1012. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/address.rs +0 -0
  1013. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/asm.rs +0 -0
  1014. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/masm.rs +0 -0
  1015. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/mod.rs +0 -0
  1016. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/regs.rs +0 -0
  1017. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/lib.rs +0 -0
  1018. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/masm.rs +0 -0
  1019. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/regalloc.rs +0 -0
  1020. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/regset.rs +0 -0
  1021. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/stack.rs +0 -0
  1022. /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/visitor.rs +0 -0
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2023 dAxpeDDa
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 dAxpeDDa
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,144 @@
1
+ //! # Description
2
+ //!
3
+ //! Complete drop-in replacement for [`std::time`] that works in browsers.
4
+ //!
5
+ //! Currently [`Instant::now()`] and [`SystemTime::now()`] will simply panic
6
+ //! when using the `wasm32-unknown-unknown` target. This implementation uses
7
+ //! [`Performance.now()`] for [`Instant`] and [`Date.now()`] for [`SystemTime`]
8
+ //! to offer a drop-in replacement that works in browsers.
9
+ //!
10
+ //! At the same time the library will simply re-export [`std::time`] when not
11
+ //! using the `wasm32-unknown-unknown` target and will not pull in any
12
+ //! dependencies.
13
+ //!
14
+ //! Additionally, if compiled with `target-feature = "atomics"` it will
15
+ //! synchronize the timestamps to account for different context's, like web
16
+ //! workers. See [`Performance.timeOrigin`] for more information.
17
+ //!
18
+ //! Using `-Ctarget-feature=+nontrapping-fptoint` will improve the performance
19
+ //! of [`Instant::now()`] and [`SystemTime::now()`], but the vast majority of
20
+ //! the time is still spent going through JS.
21
+ //!
22
+ //! # Target
23
+ //!
24
+ //! This library specifically targets browsers, that support
25
+ //! [`Performance.now()`], with the `wasm32-unknown-unknown` target. Emscripten
26
+ //! is not supported. WASI doesn't require support as it has it's own native API
27
+ //! to deal with [`std::time`].
28
+ //!
29
+ //! Furthermore it depends on [`wasm-bindgen`], which is required. This library
30
+ //! will continue to depend on it until a viable alternative presents itself, in
31
+ //! which case multiple ecosystems could be supported.
32
+ //!
33
+ //! # Note
34
+ //!
35
+ //! ## Ticking during sleep
36
+ //!
37
+ //! Currently a known bug is affecting browsers on operating system other then
38
+ //! Windows. This bug prevents [`Instant`] from continuing to tick when the
39
+ //! context is asleep. This doesn't necessarily conflict with Rusts requirements
40
+ //! of [`Instant`], but might still be unexpected.
41
+ //!
42
+ //! See [the MDN documentation on this](https://developer.mozilla.org/en-US/docs/Web/API/Performance/now#ticking_during_sleep) for more information.
43
+ //!
44
+ //! ## Context support
45
+ //!
46
+ //! The implementation of [`Instant::now()`] relies on the availability of the
47
+ //! [`Performance` object], a lack thereof will cause a panic. This can happen
48
+ //! if called from a [worklet].
49
+ //!
50
+ //! # Usage
51
+ //!
52
+ //! You can simply import the types you need:
53
+ //! ```rust
54
+ //! use web_time::{Instant, SystemTime};
55
+ //!
56
+ //! let now = Instant::now();
57
+ //! let time = SystemTime::now();
58
+ //! ```
59
+ //!
60
+ //! # Features
61
+ //!
62
+ //! ## `serde`
63
+ //!
64
+ //! Implements [`serde::Deserialize`] and [`serde::Serialize`] for
65
+ //! [`SystemTime`].
66
+ //!
67
+ //! # MSRV
68
+ //!
69
+ //! As this library heavily relies on [`wasm-bindgen`] the MSRV depends on it.
70
+ //! At the point of time this was written the MSRV is 1.60.
71
+ //!
72
+ //! # Alternatives
73
+ //!
74
+ //! [instant](https://crates.io/crates/instant) [![Crates.io](https://img.shields.io/crates/v/instant.svg)](https://crates.io/crates/instant) is a popular alternative! However the API it implements doesn't match [`std::time`] exactly.
75
+ //!
76
+ //! # Contributing
77
+ //!
78
+ //! See the [CONTRIBUTING] file for details.
79
+ //!
80
+ //! # Attribution
81
+ //!
82
+ //! Inspiration was taken from the [instant](https://github.com/sebcrozet/instant/tree/v0.1.12) project.
83
+ //!
84
+ //! Additional insight was taken from the [time](https://github.com/time-rs/time/tree/v0.3.20) project.
85
+ //!
86
+ //! # Changelog
87
+ //!
88
+ //! See the [CHANGELOG] file for details.
89
+ //!
90
+ //! # License
91
+ //!
92
+ //! Licensed under either of
93
+ //!
94
+ //! - Apache License, Version 2.0 ([LICENSE-APACHE] or <http://www.apache.org/licenses/LICENSE-2.0>)
95
+ //! - MIT license ([LICENSE-MIT] or <http://opensource.org/licenses/MIT>)
96
+ //!
97
+ //! at your option.
98
+ //!
99
+ //! ## Copyright
100
+ //!
101
+ //! A majority of the code and documentation was taken from [`std::time`]. For
102
+ //! license information see [#License](https://github.com/rust-lang/rust/tree/1.68.1#license).
103
+ //!
104
+ //! ## Contribution
105
+ //!
106
+ //! Unless you explicitly state otherwise, any contribution intentionally
107
+ //! submitted for inclusion in the work by you, as defined in the Apache-2.0
108
+ //! license, shall be dual licensed as above, without any additional terms or
109
+ //! conditions.
110
+ //!
111
+ //! [CHANGELOG]: https://github.com/daxpedda/web-time/blob/v1.1.0/CHANGELOG.md
112
+ //! [CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v1.1.0/CONTRIBUTING.md
113
+ //! [LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v1.1.0/LICENSE-MIT
114
+ //! [LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v1.1.0/LICENSE-APACHE
115
+ //! [worklet]: https://developer.mozilla.org/en-US/docs/Web/API/Worklet
116
+ //! [`Date.now()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/now
117
+ //! [`Instant`]: https://doc.rust-lang.org/std/time/struct.Instant.html
118
+ //! [`Instant::now()`]: https://doc.rust-lang.org/std/time/struct.Instant.html#method.now
119
+ //! [`SystemTime`]: https://doc.rust-lang.org/std/time/struct.SystemTime.html
120
+ //! [`SystemTime::now()`]: https://doc.rust-lang.org/std/time/struct.SystemTime.html#method.now
121
+ //! [`std::time`]: https://doc.rust-lang.org/stable/std/time/
122
+ //! [`performance.now()`]: https://developer.mozilla.org/en-US/docs/Web/API/Performance/now
123
+ //! [`Performance.timeOrigin`]: https://developer.mozilla.org/en-US/docs/Web/API/Performance/timeOrigin
124
+ //! [`Performance` object]: https://developer.mozilla.org/en-US/docs/Web/API/performance_property
125
+ #![cfg_attr(
126
+ any(not(feature = "serde"), not(target_family = "wasm")),
127
+ doc = "[`serde::Deserialize`]: https://docs.rs/serde/1/serde/trait.Deserialize.html",
128
+ doc = "[`serde::Serialize`]: https://docs.rs/serde/1/serde/trait.Serialize.html"
129
+ )]
130
+ //! [`wasm-bindgen`]: https://crates.io/crates/wasm-bindgen
131
+
132
+ #![cfg_attr(docsrs, feature(doc_cfg))]
133
+
134
+ #[cfg(all(target_family = "wasm", target_os = "unknown"))]
135
+ mod time;
136
+ #[cfg(any(all(target_family = "wasm", target_os = "unknown"), docsrs))]
137
+ #[cfg_attr(docsrs, doc(cfg(Web)))]
138
+ pub mod web;
139
+
140
+ #[cfg(not(all(target_family = "wasm", target_os = "unknown")))]
141
+ pub use std::time::*;
142
+
143
+ #[cfg(all(target_family = "wasm", target_os = "unknown"))]
144
+ pub use self::time::*;
@@ -0,0 +1,242 @@
1
+ //! Re-implementation of [`std::time::Instant`].
2
+
3
+ use std::ops::{Add, AddAssign, Sub, SubAssign};
4
+ use std::time::Duration;
5
+
6
+ use super::js::PERFORMANCE;
7
+
8
+ #[cfg(target_feature = "atomics")]
9
+ thread_local! {
10
+ static ORIGIN: f64 = PERFORMANCE.with(super::js::Performance::time_origin);
11
+ }
12
+
13
+ /// See [`std::time::Instant`].
14
+ #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
15
+ pub struct Instant(Duration);
16
+
17
+ impl Instant {
18
+ /// See [`std::time::Instant::now()`].
19
+ ///
20
+ /// # Panics
21
+ ///
22
+ /// This call will panic if the [`Performance` object] was not found, e.g.
23
+ /// calling from a [worklet].
24
+ ///
25
+ /// [`Performance` object]: https://developer.mozilla.org/en-US/docs/Web/API/performance_property
26
+ /// [worklet]: https://developer.mozilla.org/en-US/docs/Web/API/Worklet
27
+ #[must_use]
28
+ pub fn now() -> Self {
29
+ let now = PERFORMANCE.with(|performance| {
30
+ #[cfg(target_feature = "atomics")]
31
+ return ORIGIN.with(|origin| performance.now() + origin);
32
+
33
+ #[cfg(not(target_feature = "atomics"))]
34
+ performance.now()
35
+ });
36
+
37
+ Self(time_stamp_to_duration(now))
38
+ }
39
+
40
+ /// See [`std::time::Instant::duration_since()`].
41
+ #[must_use]
42
+ pub fn duration_since(&self, earlier: Self) -> Duration {
43
+ self.checked_duration_since(earlier).unwrap_or_default()
44
+ }
45
+
46
+ /// See [`std::time::Instant::checked_duration_since()`].
47
+ #[must_use]
48
+ #[allow(clippy::missing_const_for_fn)]
49
+ pub fn checked_duration_since(&self, earlier: Self) -> Option<Duration> {
50
+ self.0.checked_sub(earlier.0)
51
+ }
52
+
53
+ /// See [`std::time::Instant::saturating_duration_since()`].
54
+ #[must_use]
55
+ pub fn saturating_duration_since(&self, earlier: Self) -> Duration {
56
+ self.checked_duration_since(earlier).unwrap_or_default()
57
+ }
58
+
59
+ /// See [`std::time::Instant::elapsed()`].
60
+ #[must_use]
61
+ pub fn elapsed(&self) -> Duration {
62
+ Self::now() - *self
63
+ }
64
+
65
+ /// See [`std::time::Instant::checked_add()`].
66
+ pub fn checked_add(&self, duration: Duration) -> Option<Self> {
67
+ self.0.checked_add(duration).map(Instant)
68
+ }
69
+
70
+ /// See [`std::time::Instant::checked_sub()`].
71
+ pub fn checked_sub(&self, duration: Duration) -> Option<Self> {
72
+ self.0.checked_sub(duration).map(Instant)
73
+ }
74
+ }
75
+
76
+ impl Add<Duration> for Instant {
77
+ type Output = Self;
78
+
79
+ /// # Panics
80
+ ///
81
+ /// This function may panic if the resulting point in time cannot be
82
+ /// represented by the underlying data structure. See
83
+ /// [`Instant::checked_add`] for a version without panic.
84
+ fn add(self, other: Duration) -> Self {
85
+ self.checked_add(other)
86
+ .expect("overflow when adding duration to instant")
87
+ }
88
+ }
89
+
90
+ impl AddAssign<Duration> for Instant {
91
+ fn add_assign(&mut self, other: Duration) {
92
+ *self = *self + other;
93
+ }
94
+ }
95
+
96
+ impl Sub<Duration> for Instant {
97
+ type Output = Self;
98
+
99
+ fn sub(self, other: Duration) -> Self {
100
+ self.checked_sub(other)
101
+ .expect("overflow when subtracting duration from instant")
102
+ }
103
+ }
104
+
105
+ impl Sub<Self> for Instant {
106
+ type Output = Duration;
107
+
108
+ /// Returns the amount of time elapsed from another instant to this one,
109
+ /// or zero duration if that instant is later than this one.
110
+ fn sub(self, other: Self) -> Duration {
111
+ self.duration_since(other)
112
+ }
113
+ }
114
+
115
+ impl SubAssign<Duration> for Instant {
116
+ fn sub_assign(&mut self, other: Duration) {
117
+ *self = *self - other;
118
+ }
119
+ }
120
+
121
+ /// Converts a `DOMHighResTimeStamp` to a [`Duration`].
122
+ ///
123
+ /// # Note
124
+ ///
125
+ /// Keep in mind that like [`Duration::from_secs_f64()`] this doesn't do perfect
126
+ /// rounding.
127
+ #[allow(
128
+ clippy::as_conversions,
129
+ clippy::cast_possible_truncation,
130
+ clippy::cast_sign_loss
131
+ )]
132
+ fn time_stamp_to_duration(time_stamp: f64) -> Duration {
133
+ Duration::from_millis(time_stamp.trunc() as u64)
134
+ + Duration::from_nanos((time_stamp.fract() * 1.0e6).round() as u64)
135
+ }
136
+
137
+ #[cfg(test)]
138
+ mod test {
139
+ use std::time::Duration;
140
+
141
+ use rand::distributions::Uniform;
142
+ use rand::Rng;
143
+ use wasm_bindgen_test::wasm_bindgen_test;
144
+
145
+ wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);
146
+
147
+ // According to <https://www.w3.org/TR/2023/WD-hr-time-3-20230719/#introduction>.
148
+ const MAXIMUM_ACCURATE_SECS: u64 = 285_616 * 365 * 24 * 60 * 60;
149
+ #[allow(clippy::as_conversions, clippy::cast_precision_loss)]
150
+ const MAXIMUM_ACCURATE_MILLIS: f64 = MAXIMUM_ACCURATE_SECS as f64 * 1_000.;
151
+
152
+ #[derive(Debug)]
153
+ struct ControlDuration(Duration);
154
+
155
+ impl ControlDuration {
156
+ fn new(time_stamp: f64) -> Self {
157
+ // See <https://doc.rust-lang.org/1.73.0/src/core/time.rs.html#657-668>.
158
+ let time_stamp = Duration::from_secs_f64(time_stamp);
159
+ let secs = time_stamp.as_secs() / 1000;
160
+ let carry = time_stamp.as_secs() - secs * 1000;
161
+ #[allow(clippy::as_conversions, clippy::cast_possible_truncation)]
162
+ let extra_nanos = (carry * 1_000_000_000 / 1000) as u32;
163
+ // CHANGED: Added rounding.
164
+ let nanos = time_stamp.subsec_micros()
165
+ + u32::from(time_stamp.subsec_nanos() % 1000 > 499)
166
+ + extra_nanos;
167
+ // CHANGED: Removed check that would fail because of the additional time added
168
+ // by rounding.
169
+ Self(Duration::new(secs, nanos))
170
+ }
171
+ }
172
+
173
+ impl PartialEq<Duration> for ControlDuration {
174
+ fn eq(&self, duration: &Duration) -> bool {
175
+ // Our control `Duration` has perfect accuracy, unlike
176
+ // [`super::time_stamp_to_duration()`].
177
+ if self.0 == *duration {
178
+ true
179
+ } else if let Some(diff) = self.0.checked_sub(*duration) {
180
+ diff == Duration::from_nanos(1)
181
+ } else {
182
+ false
183
+ }
184
+ }
185
+ }
186
+
187
+ #[wasm_bindgen_test]
188
+ fn sanity() {
189
+ #[track_caller]
190
+ fn assert(time_stamp: f64, result: Duration) {
191
+ let control = ControlDuration::new(time_stamp);
192
+ let duration = super::time_stamp_to_duration(time_stamp);
193
+
194
+ assert_eq!(control, result, "control and expected result are different");
195
+ assert_eq!(control, duration);
196
+ }
197
+
198
+ assert(0.000_000, Duration::ZERO);
199
+ assert(0.000_000_4, Duration::ZERO);
200
+ assert(0.000_000_5, Duration::from_nanos(1));
201
+ assert(0.000_001, Duration::from_nanos(1));
202
+ assert(0.000_001_4, Duration::from_nanos(1));
203
+ assert(0.000_001_5, Duration::from_nanos(2));
204
+ assert(0.999_999, Duration::from_nanos(999_999));
205
+ assert(0.999_999_4, Duration::from_nanos(999_999));
206
+ assert(0.999_999_5, Duration::from_millis(1));
207
+ assert(1., Duration::from_millis(1));
208
+ assert(1.000_000_4, Duration::from_millis(1));
209
+ assert(1.000_000_5, Duration::from_nanos(1_000_001));
210
+ assert(1.000_001, Duration::from_nanos(1_000_001));
211
+ assert(1.000_001_4, Duration::from_nanos(1_000_001));
212
+ assert(1.000_001_5, Duration::from_nanos(1_000_002));
213
+ assert(999.999_999, Duration::from_nanos(999_999_999));
214
+ assert(999.999_999_4, Duration::from_nanos(999_999_999));
215
+ assert(999.999_999_5, Duration::from_secs(1));
216
+ assert(1000., Duration::from_secs(1));
217
+ assert(1_000.000_000_4, Duration::from_secs(1));
218
+ assert(1_000.000_000_5, Duration::from_nanos(1_000_000_001));
219
+ assert(1_000.000_001, Duration::from_nanos(1_000_000_001));
220
+ assert(1_000.000_001_4, Duration::from_nanos(1_000_000_001));
221
+ assert(1_000.000_001_5, Duration::from_nanos(1_000_000_002));
222
+ assert(
223
+ MAXIMUM_ACCURATE_MILLIS,
224
+ Duration::from_secs(MAXIMUM_ACCURATE_SECS),
225
+ );
226
+ }
227
+
228
+ #[wasm_bindgen_test]
229
+ fn fuzzing() {
230
+ let mut random =
231
+ rand::thread_rng().sample_iter(Uniform::new_inclusive(0., MAXIMUM_ACCURATE_MILLIS));
232
+
233
+ for _ in 0..10_000_000 {
234
+ let time_stamp = random.next().unwrap();
235
+
236
+ let control = ControlDuration::new(time_stamp);
237
+ let duration = super::time_stamp_to_duration(time_stamp);
238
+
239
+ assert_eq!(control, duration);
240
+ }
241
+ }
242
+ }
@@ -0,0 +1,39 @@
1
+ //! Bindings to the JS API.
2
+
3
+ use wasm_bindgen::prelude::wasm_bindgen;
4
+ use wasm_bindgen::{JsCast, JsValue};
5
+
6
+ #[wasm_bindgen]
7
+ extern "C" {
8
+ /// Type for the [global object](https://developer.mozilla.org/en-US/docs/Glossary/Global_object).
9
+ type Global;
10
+
11
+ /// Returns the [`Performance`](https://developer.mozilla.org/en-US/docs/Web/API/Performance) object.
12
+ #[wasm_bindgen(method, getter)]
13
+ fn performance(this: &Global) -> JsValue;
14
+
15
+ /// Type for the [`Performance` object](https://developer.mozilla.org/en-US/docs/Web/API/Performance).
16
+ pub(super) type Performance;
17
+
18
+ /// Binding to [`Performance.now()`](https://developer.mozilla.org/en-US/docs/Web/API/Performance/now).
19
+ #[wasm_bindgen(method)]
20
+ pub(super) fn now(this: &Performance) -> f64;
21
+
22
+ /// Binding to [`Performance.timeOrigin`](https://developer.mozilla.org/en-US/docs/Web/API/Performance/timeOrigin).
23
+ #[cfg(target_feature = "atomics")]
24
+ #[wasm_bindgen(method, getter, js_name = timeOrigin)]
25
+ pub(super) fn time_origin(this: &Performance) -> f64;
26
+ }
27
+
28
+ thread_local! {
29
+ pub(super) static PERFORMANCE: Performance = {
30
+ let global: Global = js_sys::global().unchecked_into();
31
+ let performance = global.performance();
32
+
33
+ if performance.is_undefined() {
34
+ panic!("`Performance` object not found")
35
+ } else {
36
+ performance.unchecked_into()
37
+ }
38
+ };
39
+ }
@@ -0,0 +1,15 @@
1
+ //! Re-implementation of [`std::time`].
2
+
3
+ mod instant;
4
+ mod js;
5
+ #[cfg(feature = "serde")]
6
+ mod serde;
7
+ mod system_time;
8
+
9
+ pub use std::time::*;
10
+
11
+ pub use self::instant::Instant;
12
+ pub use self::system_time::{SystemTime, SystemTimeError};
13
+
14
+ /// See [`std::time::UNIX_EPOCH`].
15
+ pub const UNIX_EPOCH: SystemTime = SystemTime::UNIX_EPOCH;