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
@@ -1 +1 @@
1
- {"files":{"Cargo.toml":"6cf899e8fc2549db7501a796110fedffdfcd4fdcf3d3ac3321fc77cdcce5d6e1","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","README.md":"5a0d2b894a3ac74ee2be74715a2f22c40a08520cb4ac59183f4e7356f34ac566","src/component.rs":"23a62f4f2774ccfaf60f68e9d9416e68ba203eea782ce0c39cf553ad293f1df4","src/component/alias.rs":"5ec26333e179dc3778dead489f1273815fe9c1c808ba6a7e60eff54072fad795","src/component/binary.rs":"4f2450fd5270b1b2236cabd07dfe025139046a0b1587d8361e680b190354eaf3","src/component/component.rs":"0c49ff1c1c4b8fe6d330eb41bce8ad176c7208c4178090b7325e9994e83c1f20","src/component/custom.rs":"f5b23c34b73a716a986fd999fc8d8c9e24c341e83292088fe83325cd82dab4f5","src/component/expand.rs":"71b2e23f50957b4a15d758df7f8651fdbaf5cf8f44fbfeb134b412318dbd8921","src/component/export.rs":"f51e824c839d8bb0884eca509622f376c8cce3335be324b2b25033af6216fd2a","src/component/func.rs":"4f69de6c38cc6fe77b638ed7d8000c8a170d7053a11a6585dcd5b4877a06804c","src/component/import.rs":"ffe6e4ab8f2cec68b1022c753135d675ab27ecd1315bd38517472ceaffd0610c","src/component/instance.rs":"e550a7ee9af092ae084dd41e2c0ae756b7dca8da4b91d672d90265a6a15dff83","src/component/item_ref.rs":"e9c426ccc0210dc0c37bb0448468f5f4d9e52656b72d4ff0f2dc65c89957fe60","src/component/module.rs":"d27a28199d1dea1c64294a514329a524432319288515b0a0e3091fa7d3a33f74","src/component/resolve.rs":"6454c289407e9e0c904c4e27af0cc5a40fbcd9a0d874ac5a64475b08264d2f39","src/component/types.rs":"65b2250f147f8b132e7d13ee809cf72d4fa5ed26a55f1a35f1ef665421b7e750","src/component/wast.rs":"aa39db0ea0acd38744dc3cbd35903c9b00b5de90a5bfc8b76e6b6a7581d7c4c0","src/core.rs":"24b71d1ab2ad874c4e37b4dd709b6532989b60e6bc503194434f95029cc1cda7","src/core/binary.rs":"c3826cdf9190dece52c622914d75410bbf4596c93640b04141e272af8af8316a","src/core/custom.rs":"edd6044b75d79ec873c28d803fb8dc9a53724f1bba474bcdef2bc77196e0a4d2","src/core/export.rs":"1322a120d9e1dd6f3aa1485ee0bbc4294961028ae8a7584a24170af5823b73b1","src/core/expr.rs":"671cadf690a2cc6fa7d464a29d57da186efc5758a81f3398e1ac3cef31c3a14e","src/core/func.rs":"4625e75e050a4e3b22fe08e8fc39379e66420f1bbe499b6965d51ae92299823d","src/core/global.rs":"dec0abecadd2fde9298acb729259deba1ef3c4733ae5afcb4fe8cd4a633f5349","src/core/import.rs":"602a13aed2fd5fa63e2562246586546199861df57f304c2906561ab77810cadd","src/core/memory.rs":"1957090fadeae33a6166560943bd579220b529d16d97204e38764eef866fc20c","src/core/module.rs":"2b608a3cfee4df1ceeefaa046863dc964172bd6f52f6678d96078091fae7657a","src/core/resolve/deinline_import_export.rs":"e8c9de8c0e925e174807eaa799dd6525ec8ea08ade6e33f0a9427ac5b0efdf3d","src/core/resolve/mod.rs":"9b2680b00a1cafad2dbbfdac86aa1c135ea67203bbc4dee939302b27f4aff6d0","src/core/resolve/names.rs":"34efb360121e2b8e361880f511c3b760d33d14382a331010785e8218afca7896","src/core/resolve/types.rs":"6099b59c44aec7879996d6cdcb0d0ac2e25991a52291c5b15ab23b8d7e07cde9","src/core/table.rs":"f765dcd0684d816c4441f36b3eecd8640837013052dd4cbfbb62555a68876785","src/core/tag.rs":"8a3d4fcdb86dedd68cdaf25abd930ef52a461cf2a0e9393bb9cb6f425afaaf2e","src/core/types.rs":"d63fe0f75e4097716afe8a6d2e1b7ce8cd80d3c5ada8bc0ae3d29fb3c6a3a806","src/core/wast.rs":"dda114d05e1b1fcf65a1ca6124786261cf0b885eb61ad10ab258f80ff6dd2c2e","src/encode.rs":"0b165176db54fb9136202c54180adabda843a88e5436b96c19be9d41623912a3","src/error.rs":"4526260299c7983696a49ffe30a80139beb0d081fa8f42decc5e3283b361b1cb","src/gensym.rs":"b5e02e34443085f01deb5b657e541be7dc5d6dc952304e434a0b08320ea6c185","src/lexer.rs":"bc65c4d71c6f16a55670585a31ee615c9fcfc40a4bfa165e020ed03a9a27930d","src/lib.rs":"6e41ea285778f5386e860d31aea8e881164b374398eddb09991be5b17149792d","src/names.rs":"888654ba6c95ee44b0041dd211889ae7a96f1f51e40f09b7246e28c1c497be51","src/parser.rs":"e20918ef07cdf882a7740a45fd4047e679d151632c1696139784ec3e1ac3dfd8","src/token.rs":"a557838b9482b9257292ccde4875450981414e0113d8885e450a95fb0e4aaf70","src/wast.rs":"692dc20c1912acd2ed1db7427d305a5c9eab31dfc8675f037ffc475b6db15d58","src/wat.rs":"2ff97b6af77da19b0a8e0dfd136f58dbfa8247896c476726d1c9f88a3630cac2","tests/annotations.rs":"de6ab2a4e15c0bc683482436bed27e37ab45bc374d99f2fcc031c7947506e581","tests/comments.rs":"694e8a3467e9c837f723a43c729be0c6f6dfe3441ad9692759b1d55fd63055a2","tests/parse-fail.rs":"162023ac21f74ea856ec5916f4925a762d769b425eaf721c223c54b3efec6a53","tests/parse-fail/bad-core-func-alias.wat":"b71372064c3fce9d4a616418605040fe5e1356030a709b798b4769d3619cbbfb","tests/parse-fail/bad-core-func-alias.wat.err":"bb63274c26d3a21209bad794767f48372834bdc10cfbebf568a0c65d52803c90","tests/parse-fail/bad-func-alias.wat":"237c07149e1e74afe3b991a1fee6acb63167c1ca8931341614c435000339b887","tests/parse-fail/bad-func-alias.wat.err":"4a4bfc691b06d20fdf71e1dbac04649a52c76787048415599978987d761308fa","tests/parse-fail/bad-index.wat":"d21489daeec3a35327dcc9e2ba2d0acdd05f4aeaff2272cca608fda4d2338497","tests/parse-fail/bad-index.wat.err":"dc11070de0c9160573006ea4e5fa3c4d28e71bc39b24b1938cf6ff3b03ea7154","tests/parse-fail/bad-name.wat":"e5ff5d410007779a0de6609ea4cc693f0e603d36a106b8f5098c1980dd9f8124","tests/parse-fail/bad-name.wat.err":"fb5638476c1b85d9d1919e3dbcb0f16f82d088a4a22d4a0c186d7b8ba6e1902b","tests/parse-fail/bad-name2.wat":"5a6a4d0c19e5f2e48d7cebf361aca9b9000b7ef0c652997b5bd0ffaadbd2ca8a","tests/parse-fail/bad-name2.wat.err":"129707cce45f1e3cfb3e2ca5c702182e16ca5eeb2dbb2edd0710b004a8e194a5","tests/parse-fail/bad-name3.wat":"c19133d738cc84e9174301f27d4050c216bda81c7e9918d03ac792b088f24a05","tests/parse-fail/bad-name3.wat.err":"84ea63d40a619a0782ec6e94fce63921188ab87b1c3875eacae0a371144ed83a","tests/parse-fail/block1.wat":"91e74b5c3b43be692e7a6ae74fbfa674c4b6197299eb61338c4eccf282b18f17","tests/parse-fail/block1.wat.err":"40a083ae496b41dee7002cc6a664c5db0c5e4d904ae03b815773a769c4493fca","tests/parse-fail/block2.wat":"a8c07b4c09d51f10a8ffdf19806586022552398701cd90eb6d09816d45df06e5","tests/parse-fail/block2.wat.err":"33c842ec5dd0f2fdd3a9ce8187dd98b45ceee48c12810802af809d05b9cd25e9","tests/parse-fail/block3.wat":"29739abfbabd7c55f00ddfbbb9ebd818b4a114ef2336d50514f0842f7e075905","tests/parse-fail/block3.wat.err":"fc667ae2e71a260f62a3c7393bc97272e7c0ff38b17594f4370847b8a5019060","tests/parse-fail/confusing-block-comment0.wat":"8f27c9d0d212bbb1862ea89ffd7cbeafde5dfd755d695c1ba696cd520aba1a1d","tests/parse-fail/confusing-block-comment0.wat.err":"b53cbaef7bcec3862c64e09c084b92cd61bd29b954125482b2d083db250cd9e2","tests/parse-fail/confusing-block-comment1.wat":"b1a0447c9a8eaab8938d15cd33bd4adbb8bb69c2d710209b604023991a4347cb","tests/parse-fail/confusing-block-comment1.wat.err":"2fc3b3e4f98416326e1e5ec034026301069b6a98fa24451bc7573e16b8cb3811","tests/parse-fail/confusing-block-comment2.wat":"e3f49c7a388fba81081beb25d87bbd7db0acce5dd8e3eaa04574905ed7ec420c","tests/parse-fail/confusing-block-comment2.wat.err":"2183231d6acd0b5a117f9aea747c3d5c12e758450a6cd74027bb954a3134cf19","tests/parse-fail/confusing-block-comment3.wat":"d83f89c582501eb8833e772b8462c8974984a2f7fbb80b1452dc399fac74e5ed","tests/parse-fail/confusing-block-comment3.wat.err":"8b2096a4833627905c63f49cdabe44be24336646578dcfbdc67e9bfb35cbc601","tests/parse-fail/confusing-block-comment4.wat":"b7c6c68844d918e9ef6dd5ab9c40c7de7b38f04f94fadad630eda4e596f3e0f8","tests/parse-fail/confusing-block-comment4.wat.err":"2f790cc511edfcd89a12c9207901be16039fc1a06a584d73095e77a52f861cd9","tests/parse-fail/confusing-block-comment5.wat":"a159808032638cc914fa80ac4354a68b0af4f435a09cbe3e2d577582e183eb0a","tests/parse-fail/confusing-block-comment5.wat.err":"6fe0d99894307442f83fe93beaa5da706e06c9bdaf8e39d7cbae4c4fffafcb94","tests/parse-fail/confusing-block-comment6.wat":"abe48bcba2587dca98bc80ddde4e813f94fbc8a3538704a0775ea85bca0f8466","tests/parse-fail/confusing-block-comment6.wat.err":"3c97b9bf1112bbb7335d7fe4be5befb6f91eea7bec7dd3e6b543792231003c56","tests/parse-fail/confusing-block-comment7.wat":"e125c416ea5fa0ac35a58295a83a6f345438e2d7ddc6a39bd76c8e89885b3f0e","tests/parse-fail/confusing-block-comment7.wat.err":"5c34528ff2019cd3f0b3df34fd42523c0b66120706321da2c88ec05793478d2e","tests/parse-fail/confusing-block-comment8.wat":"200cc4c0e5af21a25529d7a81633a03642cff807255d6cd72eb45cdccc605cec","tests/parse-fail/confusing-block-comment8.wat.err":"9b81237d150a784b71791eee88fb6264a8bd6412862660f7392945203809e517","tests/parse-fail/confusing-line-comment0.wat":"bcec4c5a1e52b3e392e07c6711c979aa8d7db8baaf2bcdf270ba16d1aa528d26","tests/parse-fail/confusing-line-comment0.wat.err":"41ec5a075dc6b73afe1aec6b3198c5c4ae3a1a900e1610115879058ce034d6f6","tests/parse-fail/confusing-line-comment1.wat":"a2afbcab00ec957dfd9e9bf21fa4238852247b27f0b054f4a00f6b172dddf853","tests/parse-fail/confusing-line-comment1.wat.err":"f19a645e6fb5cbd7a0dd2308732741edcf83dbae0ef62549972029856a9e7fc6","tests/parse-fail/confusing-line-comment2.wat":"7f2a68229d02aac56ec4dfccf139bf2d617a0e89430357b30444dc4239d8aa89","tests/parse-fail/confusing-line-comment2.wat.err":"08add3d33e10e1ab6b4f3ae431f5db61d6f6c0a2b7d6828482a1e51b3a2d3851","tests/parse-fail/confusing-line-comment3.wat":"61173ae54782f6de86685f9555ffb94bbe2cf20b234daf660abb69ba3326f1ff","tests/parse-fail/confusing-line-comment3.wat.err":"4a5333dc02efa3c1eeab9cafa7c707f78abe92defdb01a71d6fe20944e4785f0","tests/parse-fail/confusing-line-comment4.wat":"9ecbbbe82c750e6475af1bfb46fe7a06115e4446a437d19fc08ca3d002f2a1c9","tests/parse-fail/confusing-line-comment4.wat.err":"ddb8aee8006265253b09c313cf5eb5c2dc4da66f502b4f6d3e2e1de77b35aec9","tests/parse-fail/confusing-line-comment5.wat":"8a4c8d342111bc9d37c16dbdf67c52027e1a42632abc9f359b3e4f07a85748b5","tests/parse-fail/confusing-line-comment5.wat.err":"34e368719fc0eab2f1a43c9f8e6f1b31aa9be9f971085d72374e49bde39cbfe5","tests/parse-fail/confusing-line-comment6.wat":"15f0dcdec23736ce92db84b3a7cdfe8689c97f2a7d0b9b0bfb0dcd2675163ed1","tests/parse-fail/confusing-line-comment6.wat.err":"0570be2ede803f071925d249f3858d3a417b5a6d678c9da40fc851d788d12983","tests/parse-fail/confusing-line-comment7.wat":"c7ee59301a701dd52d56cad02df78b0ad3584460bc18efa42ee137fe0c35aef6","tests/parse-fail/confusing-line-comment7.wat.err":"feebbeee8c85d8b3b85cec89435ae18f3ade9f754ca180d747a41406b64ca07a","tests/parse-fail/confusing-line-comment8.wat":"17632a8142154624de88b3cf93516147ed3419d785200bcd7049499eca8e8f04","tests/parse-fail/confusing-line-comment8.wat.err":"9c209285f2295cd2bc999aa7a9534a654932493308ab1f102839ed15a4d04d17","tests/parse-fail/confusing-string0.wat":"497b679b32baddcd6a158f4cadd3d9a9dea3457bac2a8c2c3d4e09b7c2d80842","tests/parse-fail/confusing-string0.wat.err":"cb3d737f2319346675a038716694354cd3b272453daa8a96e32e9861a9277f7b","tests/parse-fail/confusing-string1.wat":"46654cbed1ea6aab5019aef3d20098a391e40dacafa1ad5e83bf4ec384109fce","tests/parse-fail/confusing-string1.wat.err":"de7e7da516dc6c244bd0e4f012577b69f0cacbcc10f727fadb4b50bb04e0e2b4","tests/parse-fail/confusing-string2.wat":"11938f217c14387c05312735130f00c91d9df2d3ff9df7f13395e0f2b81dad54","tests/parse-fail/confusing-string2.wat.err":"e7bd08b146a855d681fefaf9e0576a9c333a2d10044f8e268b916b22a54227c9","tests/parse-fail/confusing-string3.wat":"e0ca4903fcafb9a54a91cf99e5eac95d25c6d2eb67b076f88191ad396f839cb6","tests/parse-fail/confusing-string3.wat.err":"b88d5db9e445c798eb24f95b7661b9c0368934d27ee8208477cd1c99351b939a","tests/parse-fail/confusing-string4.wat":"3ee2aee7f77604d051519c6f1795634469c12e98ae347a98f0c8445eecf1ff3d","tests/parse-fail/confusing-string4.wat.err":"1edc65bb09d8d3eed6ff69e7d9a7a4b5941dc823fa3436fa375657510255f6f4","tests/parse-fail/confusing-string5.wat":"024e50943128840d53f17e31a9b9332ce4f0ee70a847a043015f435b1c3c6e76","tests/parse-fail/confusing-string5.wat.err":"a0f13ec40d596ea2d8b0c4292b0d28775a5116ab7e11d7de88b295d25428c661","tests/parse-fail/confusing-string6.wat":"79cf157e29319800d2652c5a7f3dc90e07ebe2145c9904a70fc12027cdee84b7","tests/parse-fail/confusing-string6.wat.err":"860555e7aa13e3de3639cc2a530d6a42b974b629c4659593e972cbb0f306abae","tests/parse-fail/confusing-string7.wat":"7d8e403766dfb4e569754160d31ed0f9a27f908ed6cff96be43ab3d37f5975d5","tests/parse-fail/confusing-string7.wat.err":"658b6a02ba6d769254485f35c20984e7135d914b4266929963d723f26a40be4a","tests/parse-fail/confusing-string8.wat":"5a9b222e578655d57ee6e9f19bc1ea8e29aa52d652975fac685213444ed6458f","tests/parse-fail/confusing-string8.wat.err":"9a4e1a510330c800a1df7966998ebc3cde931eda20b249e5360f5e9a905dce11","tests/parse-fail/inline1.wat":"4e9767d67207aace2ac5e6f63a30e7510e4aa245ba35420539509e2254470272","tests/parse-fail/inline1.wat.err":"0143017a9825e518baa6009bae2c8d63520051dedd3437705bbe36b038a57f41","tests/parse-fail/newline-in-string.wat":"5c01cf709544ade0a6cdfcc39a3836a3bc018b633dc42a6cd872b6defc763ea7","tests/parse-fail/newline-in-string.wat.err":"1504209cc37a78b2aee778f23eacf78606daf964cf7bff251f5700efcd27ffd7","tests/parse-fail/string1.wat":"620d46d585ce94b382b5fde628c1399f3e562014b7a44af46e92f7bd045ca86e","tests/parse-fail/string1.wat.err":"fc53f3a1c4a65d8f25e5af51dec7699f45cecba114ca9c7871781bc70f664320","tests/parse-fail/string10.wat":"f7409dd45e153a1b11cb23e38f4ed87da12bedde38f8f0ccfe91037b0a4d97bd","tests/parse-fail/string10.wat.err":"ce677db5e37e0ed81ca357ed6b5edb21d85c27303ee194855bea7a88457efb6a","tests/parse-fail/string11.wat":"f6e0400b8c6a2014efa1ac676c567e140d8f86b5f4d5129773e6d67af537b615","tests/parse-fail/string11.wat.err":"4c6a550d29eda38a4e1bf7a589596f11655dc779479d7b8d466cfc53f815a742","tests/parse-fail/string12.wat":"23e30070eef22271651cce096a801fc4f79f3c37343c88bb8d2fc99b32d3b8b9","tests/parse-fail/string12.wat.err":"b5ec59f2996b88b2ee157e22d1774dc3e36fc08ed5bfc621aea830d30f66f586","tests/parse-fail/string13.wat":"81a305b981159ee10e140749ea3220c9edaaff53605e63c21995de47382b5faf","tests/parse-fail/string13.wat.err":"959f26c6b54e0d367b51d11d1addd8a53b5b8ff3caf70ebdd46bbea8ccfa2418","tests/parse-fail/string14.wat":"c45c2cc9f7afbfbd4be8e513106d22f7e5e817091448576c6bdf0701b81d95dd","tests/parse-fail/string14.wat.err":"50b5bccba905ddbe275938edb7ed0b09a5ca53dcdad36a7ff736ce9bc8e7a338","tests/parse-fail/string15.wat":"b5e0d5ade40de53b2d767a132e28376bb8c7a6f6238c4d8c248ae717c41d7f1f","tests/parse-fail/string15.wat.err":"0e9fc502cc90f96d1f592a3f63369fd2a3574bc4a2345a70365dbb76804e870f","tests/parse-fail/string16.wat":"38c3688cee80a9d089d239aa06eb1d27c5364ad2bd270aca57d05997c20aa682","tests/parse-fail/string16.wat.err":"4274b3bbe4df4cf0373619b1fcd082d0c802990817d2aca26ed885168c80e489","tests/parse-fail/string2.wat":"1172964aed31537b8c466d1f045f3e756926e7b221f80b2aff4a9a6721ea0beb","tests/parse-fail/string2.wat.err":"4618d3b20a78a077337eb5d6cae14ac39d9853762f011fbd23cff8921618dbde","tests/parse-fail/string3.wat":"07e0fbcd6270c1db100917c151ee4ac3f935e4ee1b27bce3c453b22b4b74f4d6","tests/parse-fail/string3.wat.err":"08ffc6158a9e030b2e211d53bdb8aeacfd879815c7b284d6a83b030566e35928","tests/parse-fail/string4.wat":"c970da2051b0613bdd1de4664f10424e14f2ebabe604175d4fb9b763b37af577","tests/parse-fail/string4.wat.err":"406706594d305c560fabd66417ad4fc276939990b5e701bd9d13fc223d207219","tests/parse-fail/string5.wat":"386cf314bb05acdaaabdf4da1caf140167271a26bd08bf34c3a7427d4bc4431f","tests/parse-fail/string5.wat.err":"1e56b44a23a37b2b2ad05aa9dd7e1e18191b5cc22151f93bbcf9d618779a57bd","tests/parse-fail/string6.wat":"8f1fe2825ff96f2acee9130a7721f86fcc93c221baa9411bf1fb6f0870d38ccb","tests/parse-fail/string6.wat.err":"d55dfd84d94e893f167ae73b7a080aefb2bfb05cc8a1ec201c4d3066fb8549b4","tests/parse-fail/string7.wat":"b12f8c75313d7f834489d3c353422f90bc945b37139586446eda82e334a97cde","tests/parse-fail/string7.wat.err":"4cee0ca61992c249dd0faaf2529a073cf8deeb36111a3f69b43695e5682560a2","tests/parse-fail/string8.wat":"4c2e0e1f883bb4e8cba9313497ed792130e5848e62bde7716102788d7467be10","tests/parse-fail/string8.wat.err":"840c6def7c60dd7c2b7261549cab435ba78c9b3a937adf6d5d9595ff8af01c91","tests/parse-fail/string9.wat":"2b7670caed2b0688d535de6e4e416f35fa717cfbe096a6cc764a669085c8f52f","tests/parse-fail/string9.wat.err":"37b5a9c3af9631500f31f9e5e3efa821b8d96063c57d60fd01df6be6a5c323e1","tests/parse-fail/unbalanced.wat":"f664fbef53a0308f864ba496d38044eb90482636e32586512939d4930729f3fe","tests/parse-fail/unbalanced.wat.err":"aba579f7b836856e69afe05da8328aabe0643d94e369898e686aa7bb0b07e9c9","tests/recursive.rs":"ad8a2b07bf955121a7c9e326ed35f9b2bc56b440c8cc0bbde24d423a79945c1a"},"package":"bc00b3f023b4e2ccd2e054e240294263db52ae962892e6523e550783c83a67f1"}
1
+ {"files":{"Cargo.toml":"fe76782377deb2cbf0b80194dd3b3bd431f98c91f7a68bd1d9d52c42ddb2cdc6","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","README.md":"5a0d2b894a3ac74ee2be74715a2f22c40a08520cb4ac59183f4e7356f34ac566","src/component.rs":"23a62f4f2774ccfaf60f68e9d9416e68ba203eea782ce0c39cf553ad293f1df4","src/component/alias.rs":"5ec26333e179dc3778dead489f1273815fe9c1c808ba6a7e60eff54072fad795","src/component/binary.rs":"4f2450fd5270b1b2236cabd07dfe025139046a0b1587d8361e680b190354eaf3","src/component/component.rs":"0c49ff1c1c4b8fe6d330eb41bce8ad176c7208c4178090b7325e9994e83c1f20","src/component/custom.rs":"f5b23c34b73a716a986fd999fc8d8c9e24c341e83292088fe83325cd82dab4f5","src/component/expand.rs":"71b2e23f50957b4a15d758df7f8651fdbaf5cf8f44fbfeb134b412318dbd8921","src/component/export.rs":"f51e824c839d8bb0884eca509622f376c8cce3335be324b2b25033af6216fd2a","src/component/func.rs":"4f69de6c38cc6fe77b638ed7d8000c8a170d7053a11a6585dcd5b4877a06804c","src/component/import.rs":"ffe6e4ab8f2cec68b1022c753135d675ab27ecd1315bd38517472ceaffd0610c","src/component/instance.rs":"e550a7ee9af092ae084dd41e2c0ae756b7dca8da4b91d672d90265a6a15dff83","src/component/item_ref.rs":"e9c426ccc0210dc0c37bb0448468f5f4d9e52656b72d4ff0f2dc65c89957fe60","src/component/module.rs":"d27a28199d1dea1c64294a514329a524432319288515b0a0e3091fa7d3a33f74","src/component/resolve.rs":"b573e644f783d44eab4ac8dac443b0a80b9ab17bc5343d7092799de77f0ac341","src/component/types.rs":"65b2250f147f8b132e7d13ee809cf72d4fa5ed26a55f1a35f1ef665421b7e750","src/component/wast.rs":"aa39db0ea0acd38744dc3cbd35903c9b00b5de90a5bfc8b76e6b6a7581d7c4c0","src/core.rs":"24b71d1ab2ad874c4e37b4dd709b6532989b60e6bc503194434f95029cc1cda7","src/core/binary.rs":"c3826cdf9190dece52c622914d75410bbf4596c93640b04141e272af8af8316a","src/core/custom.rs":"edd6044b75d79ec873c28d803fb8dc9a53724f1bba474bcdef2bc77196e0a4d2","src/core/export.rs":"1322a120d9e1dd6f3aa1485ee0bbc4294961028ae8a7584a24170af5823b73b1","src/core/expr.rs":"671cadf690a2cc6fa7d464a29d57da186efc5758a81f3398e1ac3cef31c3a14e","src/core/func.rs":"4625e75e050a4e3b22fe08e8fc39379e66420f1bbe499b6965d51ae92299823d","src/core/global.rs":"dec0abecadd2fde9298acb729259deba1ef3c4733ae5afcb4fe8cd4a633f5349","src/core/import.rs":"602a13aed2fd5fa63e2562246586546199861df57f304c2906561ab77810cadd","src/core/memory.rs":"1957090fadeae33a6166560943bd579220b529d16d97204e38764eef866fc20c","src/core/module.rs":"2b608a3cfee4df1ceeefaa046863dc964172bd6f52f6678d96078091fae7657a","src/core/resolve/deinline_import_export.rs":"e8c9de8c0e925e174807eaa799dd6525ec8ea08ade6e33f0a9427ac5b0efdf3d","src/core/resolve/mod.rs":"9b2680b00a1cafad2dbbfdac86aa1c135ea67203bbc4dee939302b27f4aff6d0","src/core/resolve/names.rs":"34efb360121e2b8e361880f511c3b760d33d14382a331010785e8218afca7896","src/core/resolve/types.rs":"6099b59c44aec7879996d6cdcb0d0ac2e25991a52291c5b15ab23b8d7e07cde9","src/core/table.rs":"f765dcd0684d816c4441f36b3eecd8640837013052dd4cbfbb62555a68876785","src/core/tag.rs":"8a3d4fcdb86dedd68cdaf25abd930ef52a461cf2a0e9393bb9cb6f425afaaf2e","src/core/types.rs":"d63fe0f75e4097716afe8a6d2e1b7ce8cd80d3c5ada8bc0ae3d29fb3c6a3a806","src/core/wast.rs":"dda114d05e1b1fcf65a1ca6124786261cf0b885eb61ad10ab258f80ff6dd2c2e","src/encode.rs":"0b165176db54fb9136202c54180adabda843a88e5436b96c19be9d41623912a3","src/error.rs":"4526260299c7983696a49ffe30a80139beb0d081fa8f42decc5e3283b361b1cb","src/gensym.rs":"b5e02e34443085f01deb5b657e541be7dc5d6dc952304e434a0b08320ea6c185","src/lexer.rs":"199cdb06d335b2b4ee6c21be3cdfeeafed3bf6358a2c4d60be60177ebe4624f8","src/lib.rs":"4a1646438ce6fbb1a4cef7d5da03d30d909c18ecdced6da649ef5f5938772774","src/names.rs":"888654ba6c95ee44b0041dd211889ae7a96f1f51e40f09b7246e28c1c497be51","src/parser.rs":"a214dd13ebf8eba2a4b68b2efa7e3f009dc8046752dc391bedadfd5b51483bf7","src/token.rs":"5378856440f993dc7cfd1a5b86b78290fd6b150c493ec55314afe7f92b2cfd04","src/wast.rs":"692dc20c1912acd2ed1db7427d305a5c9eab31dfc8675f037ffc475b6db15d58","src/wat.rs":"2ff97b6af77da19b0a8e0dfd136f58dbfa8247896c476726d1c9f88a3630cac2","tests/annotations.rs":"de6ab2a4e15c0bc683482436bed27e37ab45bc374d99f2fcc031c7947506e581","tests/comments.rs":"694e8a3467e9c837f723a43c729be0c6f6dfe3441ad9692759b1d55fd63055a2","tests/parse-fail.rs":"162023ac21f74ea856ec5916f4925a762d769b425eaf721c223c54b3efec6a53","tests/parse-fail/bad-core-func-alias.wat":"b71372064c3fce9d4a616418605040fe5e1356030a709b798b4769d3619cbbfb","tests/parse-fail/bad-core-func-alias.wat.err":"bb63274c26d3a21209bad794767f48372834bdc10cfbebf568a0c65d52803c90","tests/parse-fail/bad-func-alias.wat":"237c07149e1e74afe3b991a1fee6acb63167c1ca8931341614c435000339b887","tests/parse-fail/bad-func-alias.wat.err":"4a4bfc691b06d20fdf71e1dbac04649a52c76787048415599978987d761308fa","tests/parse-fail/bad-index.wat":"d21489daeec3a35327dcc9e2ba2d0acdd05f4aeaff2272cca608fda4d2338497","tests/parse-fail/bad-index.wat.err":"dc11070de0c9160573006ea4e5fa3c4d28e71bc39b24b1938cf6ff3b03ea7154","tests/parse-fail/bad-name.wat":"e5ff5d410007779a0de6609ea4cc693f0e603d36a106b8f5098c1980dd9f8124","tests/parse-fail/bad-name.wat.err":"fb5638476c1b85d9d1919e3dbcb0f16f82d088a4a22d4a0c186d7b8ba6e1902b","tests/parse-fail/bad-name2.wat":"5a6a4d0c19e5f2e48d7cebf361aca9b9000b7ef0c652997b5bd0ffaadbd2ca8a","tests/parse-fail/bad-name2.wat.err":"129707cce45f1e3cfb3e2ca5c702182e16ca5eeb2dbb2edd0710b004a8e194a5","tests/parse-fail/bad-name3.wat":"c19133d738cc84e9174301f27d4050c216bda81c7e9918d03ac792b088f24a05","tests/parse-fail/bad-name3.wat.err":"84ea63d40a619a0782ec6e94fce63921188ab87b1c3875eacae0a371144ed83a","tests/parse-fail/block1.wat":"91e74b5c3b43be692e7a6ae74fbfa674c4b6197299eb61338c4eccf282b18f17","tests/parse-fail/block1.wat.err":"40a083ae496b41dee7002cc6a664c5db0c5e4d904ae03b815773a769c4493fca","tests/parse-fail/block2.wat":"a8c07b4c09d51f10a8ffdf19806586022552398701cd90eb6d09816d45df06e5","tests/parse-fail/block2.wat.err":"33c842ec5dd0f2fdd3a9ce8187dd98b45ceee48c12810802af809d05b9cd25e9","tests/parse-fail/block3.wat":"29739abfbabd7c55f00ddfbbb9ebd818b4a114ef2336d50514f0842f7e075905","tests/parse-fail/block3.wat.err":"fc667ae2e71a260f62a3c7393bc97272e7c0ff38b17594f4370847b8a5019060","tests/parse-fail/confusing-block-comment0.wat":"8f27c9d0d212bbb1862ea89ffd7cbeafde5dfd755d695c1ba696cd520aba1a1d","tests/parse-fail/confusing-block-comment0.wat.err":"b53cbaef7bcec3862c64e09c084b92cd61bd29b954125482b2d083db250cd9e2","tests/parse-fail/confusing-block-comment1.wat":"b1a0447c9a8eaab8938d15cd33bd4adbb8bb69c2d710209b604023991a4347cb","tests/parse-fail/confusing-block-comment1.wat.err":"2fc3b3e4f98416326e1e5ec034026301069b6a98fa24451bc7573e16b8cb3811","tests/parse-fail/confusing-block-comment2.wat":"e3f49c7a388fba81081beb25d87bbd7db0acce5dd8e3eaa04574905ed7ec420c","tests/parse-fail/confusing-block-comment2.wat.err":"2183231d6acd0b5a117f9aea747c3d5c12e758450a6cd74027bb954a3134cf19","tests/parse-fail/confusing-block-comment3.wat":"d83f89c582501eb8833e772b8462c8974984a2f7fbb80b1452dc399fac74e5ed","tests/parse-fail/confusing-block-comment3.wat.err":"8b2096a4833627905c63f49cdabe44be24336646578dcfbdc67e9bfb35cbc601","tests/parse-fail/confusing-block-comment4.wat":"b7c6c68844d918e9ef6dd5ab9c40c7de7b38f04f94fadad630eda4e596f3e0f8","tests/parse-fail/confusing-block-comment4.wat.err":"2f790cc511edfcd89a12c9207901be16039fc1a06a584d73095e77a52f861cd9","tests/parse-fail/confusing-block-comment5.wat":"a159808032638cc914fa80ac4354a68b0af4f435a09cbe3e2d577582e183eb0a","tests/parse-fail/confusing-block-comment5.wat.err":"6fe0d99894307442f83fe93beaa5da706e06c9bdaf8e39d7cbae4c4fffafcb94","tests/parse-fail/confusing-block-comment6.wat":"abe48bcba2587dca98bc80ddde4e813f94fbc8a3538704a0775ea85bca0f8466","tests/parse-fail/confusing-block-comment6.wat.err":"3c97b9bf1112bbb7335d7fe4be5befb6f91eea7bec7dd3e6b543792231003c56","tests/parse-fail/confusing-block-comment7.wat":"e125c416ea5fa0ac35a58295a83a6f345438e2d7ddc6a39bd76c8e89885b3f0e","tests/parse-fail/confusing-block-comment7.wat.err":"5c34528ff2019cd3f0b3df34fd42523c0b66120706321da2c88ec05793478d2e","tests/parse-fail/confusing-block-comment8.wat":"200cc4c0e5af21a25529d7a81633a03642cff807255d6cd72eb45cdccc605cec","tests/parse-fail/confusing-block-comment8.wat.err":"9b81237d150a784b71791eee88fb6264a8bd6412862660f7392945203809e517","tests/parse-fail/confusing-line-comment0.wat":"bcec4c5a1e52b3e392e07c6711c979aa8d7db8baaf2bcdf270ba16d1aa528d26","tests/parse-fail/confusing-line-comment0.wat.err":"41ec5a075dc6b73afe1aec6b3198c5c4ae3a1a900e1610115879058ce034d6f6","tests/parse-fail/confusing-line-comment1.wat":"a2afbcab00ec957dfd9e9bf21fa4238852247b27f0b054f4a00f6b172dddf853","tests/parse-fail/confusing-line-comment1.wat.err":"f19a645e6fb5cbd7a0dd2308732741edcf83dbae0ef62549972029856a9e7fc6","tests/parse-fail/confusing-line-comment2.wat":"7f2a68229d02aac56ec4dfccf139bf2d617a0e89430357b30444dc4239d8aa89","tests/parse-fail/confusing-line-comment2.wat.err":"08add3d33e10e1ab6b4f3ae431f5db61d6f6c0a2b7d6828482a1e51b3a2d3851","tests/parse-fail/confusing-line-comment3.wat":"61173ae54782f6de86685f9555ffb94bbe2cf20b234daf660abb69ba3326f1ff","tests/parse-fail/confusing-line-comment3.wat.err":"4a5333dc02efa3c1eeab9cafa7c707f78abe92defdb01a71d6fe20944e4785f0","tests/parse-fail/confusing-line-comment4.wat":"9ecbbbe82c750e6475af1bfb46fe7a06115e4446a437d19fc08ca3d002f2a1c9","tests/parse-fail/confusing-line-comment4.wat.err":"ddb8aee8006265253b09c313cf5eb5c2dc4da66f502b4f6d3e2e1de77b35aec9","tests/parse-fail/confusing-line-comment5.wat":"8a4c8d342111bc9d37c16dbdf67c52027e1a42632abc9f359b3e4f07a85748b5","tests/parse-fail/confusing-line-comment5.wat.err":"34e368719fc0eab2f1a43c9f8e6f1b31aa9be9f971085d72374e49bde39cbfe5","tests/parse-fail/confusing-line-comment6.wat":"15f0dcdec23736ce92db84b3a7cdfe8689c97f2a7d0b9b0bfb0dcd2675163ed1","tests/parse-fail/confusing-line-comment6.wat.err":"0570be2ede803f071925d249f3858d3a417b5a6d678c9da40fc851d788d12983","tests/parse-fail/confusing-line-comment7.wat":"c7ee59301a701dd52d56cad02df78b0ad3584460bc18efa42ee137fe0c35aef6","tests/parse-fail/confusing-line-comment7.wat.err":"feebbeee8c85d8b3b85cec89435ae18f3ade9f754ca180d747a41406b64ca07a","tests/parse-fail/confusing-line-comment8.wat":"17632a8142154624de88b3cf93516147ed3419d785200bcd7049499eca8e8f04","tests/parse-fail/confusing-line-comment8.wat.err":"9c209285f2295cd2bc999aa7a9534a654932493308ab1f102839ed15a4d04d17","tests/parse-fail/confusing-string0.wat":"497b679b32baddcd6a158f4cadd3d9a9dea3457bac2a8c2c3d4e09b7c2d80842","tests/parse-fail/confusing-string0.wat.err":"cb3d737f2319346675a038716694354cd3b272453daa8a96e32e9861a9277f7b","tests/parse-fail/confusing-string1.wat":"46654cbed1ea6aab5019aef3d20098a391e40dacafa1ad5e83bf4ec384109fce","tests/parse-fail/confusing-string1.wat.err":"de7e7da516dc6c244bd0e4f012577b69f0cacbcc10f727fadb4b50bb04e0e2b4","tests/parse-fail/confusing-string2.wat":"11938f217c14387c05312735130f00c91d9df2d3ff9df7f13395e0f2b81dad54","tests/parse-fail/confusing-string2.wat.err":"e7bd08b146a855d681fefaf9e0576a9c333a2d10044f8e268b916b22a54227c9","tests/parse-fail/confusing-string3.wat":"e0ca4903fcafb9a54a91cf99e5eac95d25c6d2eb67b076f88191ad396f839cb6","tests/parse-fail/confusing-string3.wat.err":"b88d5db9e445c798eb24f95b7661b9c0368934d27ee8208477cd1c99351b939a","tests/parse-fail/confusing-string4.wat":"3ee2aee7f77604d051519c6f1795634469c12e98ae347a98f0c8445eecf1ff3d","tests/parse-fail/confusing-string4.wat.err":"1edc65bb09d8d3eed6ff69e7d9a7a4b5941dc823fa3436fa375657510255f6f4","tests/parse-fail/confusing-string5.wat":"024e50943128840d53f17e31a9b9332ce4f0ee70a847a043015f435b1c3c6e76","tests/parse-fail/confusing-string5.wat.err":"a0f13ec40d596ea2d8b0c4292b0d28775a5116ab7e11d7de88b295d25428c661","tests/parse-fail/confusing-string6.wat":"79cf157e29319800d2652c5a7f3dc90e07ebe2145c9904a70fc12027cdee84b7","tests/parse-fail/confusing-string6.wat.err":"860555e7aa13e3de3639cc2a530d6a42b974b629c4659593e972cbb0f306abae","tests/parse-fail/confusing-string7.wat":"7d8e403766dfb4e569754160d31ed0f9a27f908ed6cff96be43ab3d37f5975d5","tests/parse-fail/confusing-string7.wat.err":"658b6a02ba6d769254485f35c20984e7135d914b4266929963d723f26a40be4a","tests/parse-fail/confusing-string8.wat":"5a9b222e578655d57ee6e9f19bc1ea8e29aa52d652975fac685213444ed6458f","tests/parse-fail/confusing-string8.wat.err":"9a4e1a510330c800a1df7966998ebc3cde931eda20b249e5360f5e9a905dce11","tests/parse-fail/inline1.wat":"4e9767d67207aace2ac5e6f63a30e7510e4aa245ba35420539509e2254470272","tests/parse-fail/inline1.wat.err":"0143017a9825e518baa6009bae2c8d63520051dedd3437705bbe36b038a57f41","tests/parse-fail/newline-in-string.wat":"5c01cf709544ade0a6cdfcc39a3836a3bc018b633dc42a6cd872b6defc763ea7","tests/parse-fail/newline-in-string.wat.err":"1504209cc37a78b2aee778f23eacf78606daf964cf7bff251f5700efcd27ffd7","tests/parse-fail/string1.wat":"620d46d585ce94b382b5fde628c1399f3e562014b7a44af46e92f7bd045ca86e","tests/parse-fail/string1.wat.err":"fc53f3a1c4a65d8f25e5af51dec7699f45cecba114ca9c7871781bc70f664320","tests/parse-fail/string10.wat":"f7409dd45e153a1b11cb23e38f4ed87da12bedde38f8f0ccfe91037b0a4d97bd","tests/parse-fail/string10.wat.err":"ce677db5e37e0ed81ca357ed6b5edb21d85c27303ee194855bea7a88457efb6a","tests/parse-fail/string11.wat":"f6e0400b8c6a2014efa1ac676c567e140d8f86b5f4d5129773e6d67af537b615","tests/parse-fail/string11.wat.err":"4c6a550d29eda38a4e1bf7a589596f11655dc779479d7b8d466cfc53f815a742","tests/parse-fail/string12.wat":"23e30070eef22271651cce096a801fc4f79f3c37343c88bb8d2fc99b32d3b8b9","tests/parse-fail/string12.wat.err":"b5ec59f2996b88b2ee157e22d1774dc3e36fc08ed5bfc621aea830d30f66f586","tests/parse-fail/string13.wat":"81a305b981159ee10e140749ea3220c9edaaff53605e63c21995de47382b5faf","tests/parse-fail/string13.wat.err":"959f26c6b54e0d367b51d11d1addd8a53b5b8ff3caf70ebdd46bbea8ccfa2418","tests/parse-fail/string14.wat":"c45c2cc9f7afbfbd4be8e513106d22f7e5e817091448576c6bdf0701b81d95dd","tests/parse-fail/string14.wat.err":"50b5bccba905ddbe275938edb7ed0b09a5ca53dcdad36a7ff736ce9bc8e7a338","tests/parse-fail/string15.wat":"b5e0d5ade40de53b2d767a132e28376bb8c7a6f6238c4d8c248ae717c41d7f1f","tests/parse-fail/string15.wat.err":"0e9fc502cc90f96d1f592a3f63369fd2a3574bc4a2345a70365dbb76804e870f","tests/parse-fail/string16.wat":"38c3688cee80a9d089d239aa06eb1d27c5364ad2bd270aca57d05997c20aa682","tests/parse-fail/string16.wat.err":"4274b3bbe4df4cf0373619b1fcd082d0c802990817d2aca26ed885168c80e489","tests/parse-fail/string2.wat":"1172964aed31537b8c466d1f045f3e756926e7b221f80b2aff4a9a6721ea0beb","tests/parse-fail/string2.wat.err":"4618d3b20a78a077337eb5d6cae14ac39d9853762f011fbd23cff8921618dbde","tests/parse-fail/string3.wat":"07e0fbcd6270c1db100917c151ee4ac3f935e4ee1b27bce3c453b22b4b74f4d6","tests/parse-fail/string3.wat.err":"08ffc6158a9e030b2e211d53bdb8aeacfd879815c7b284d6a83b030566e35928","tests/parse-fail/string4.wat":"c970da2051b0613bdd1de4664f10424e14f2ebabe604175d4fb9b763b37af577","tests/parse-fail/string4.wat.err":"406706594d305c560fabd66417ad4fc276939990b5e701bd9d13fc223d207219","tests/parse-fail/string5.wat":"386cf314bb05acdaaabdf4da1caf140167271a26bd08bf34c3a7427d4bc4431f","tests/parse-fail/string5.wat.err":"1e56b44a23a37b2b2ad05aa9dd7e1e18191b5cc22151f93bbcf9d618779a57bd","tests/parse-fail/string6.wat":"8f1fe2825ff96f2acee9130a7721f86fcc93c221baa9411bf1fb6f0870d38ccb","tests/parse-fail/string6.wat.err":"d55dfd84d94e893f167ae73b7a080aefb2bfb05cc8a1ec201c4d3066fb8549b4","tests/parse-fail/string7.wat":"b12f8c75313d7f834489d3c353422f90bc945b37139586446eda82e334a97cde","tests/parse-fail/string7.wat.err":"4cee0ca61992c249dd0faaf2529a073cf8deeb36111a3f69b43695e5682560a2","tests/parse-fail/string8.wat":"4c2e0e1f883bb4e8cba9313497ed792130e5848e62bde7716102788d7467be10","tests/parse-fail/string8.wat.err":"840c6def7c60dd7c2b7261549cab435ba78c9b3a937adf6d5d9595ff8af01c91","tests/parse-fail/string9.wat":"2b7670caed2b0688d535de6e4e416f35fa717cfbe096a6cc764a669085c8f52f","tests/parse-fail/string9.wat.err":"37b5a9c3af9631500f31f9e5e3efa821b8d96063c57d60fd01df6be6a5c323e1","tests/parse-fail/unbalanced.wat":"f664fbef53a0308f864ba496d38044eb90482636e32586512939d4930729f3fe","tests/parse-fail/unbalanced.wat.err":"aba579f7b836856e69afe05da8328aabe0643d94e369898e686aa7bb0b07e9c9","tests/recursive.rs":"ad8a2b07bf955121a7c9e326ed35f9b2bc56b440c8cc0bbde24d423a79945c1a"},"package":"8fffef2ff6147e4d12e972765fd75332c6a11c722571d4ab7a780d81ffc8f0a4"}
@@ -13,7 +13,7 @@
13
13
  edition = "2021"
14
14
  rust-version = "1.76.0"
15
15
  name = "wast"
16
- version = "208.0.1"
16
+ version = "209.0.1"
17
17
  authors = ["Alex Crichton <alex@alexcrichton.com>"]
18
18
  description = """
19
19
  Customizable Rust parsers for the WebAssembly Text formats WAT and WAST
@@ -41,7 +41,7 @@ version = "2.4.1"
41
41
  version = "0.1.9"
42
42
 
43
43
  [dependencies.wasm-encoder]
44
- version = "0.208.1"
44
+ version = "0.209.1"
45
45
 
46
46
  [dev-dependencies.anyhow]
47
47
  version = "1.0.58"
@@ -157,7 +157,7 @@ impl<'a> Resolver<'a> {
157
157
  ComponentField::CoreType(t) => self.core_ty(t),
158
158
  ComponentField::Component(c) => self.component(c),
159
159
  ComponentField::Instance(i) => self.instance(i),
160
- ComponentField::Alias(a) => self.alias(a, false),
160
+ ComponentField::Alias(a) => self.alias(a),
161
161
  ComponentField::Type(t) => self.ty(t),
162
162
  ComponentField::CanonicalFunc(f) => self.canonical_func(f),
163
163
  ComponentField::CoreFunc(_) => unreachable!("should be expanded already"),
@@ -288,7 +288,6 @@ impl<'a> Resolver<'a> {
288
288
  index: &mut Index<'a>,
289
289
  kind: T,
290
290
  span: Span,
291
- enclosing_only: bool,
292
291
  ) -> Result<(), Error> {
293
292
  // Short-circuit when both indices are already resolved as this
294
293
  // helps to write tests for invalid modules where wasmparser should
@@ -328,13 +327,6 @@ impl<'a> Resolver<'a> {
328
327
  ));
329
328
  }
330
329
 
331
- if enclosing_only && depth > 1 {
332
- return Err(Error::new(
333
- span,
334
- "only the local or enclosing scope can be aliased".to_string(),
335
- ));
336
- }
337
-
338
330
  *outer = Index::Num(depth, span);
339
331
 
340
332
  // Resolve `index` within the computed scope depth.
@@ -344,7 +336,7 @@ impl<'a> Resolver<'a> {
344
336
  Ok(())
345
337
  }
346
338
 
347
- fn alias(&mut self, alias: &mut Alias<'a>, enclosing_only: bool) -> Result<(), Error> {
339
+ fn alias(&mut self, alias: &mut Alias<'a>) -> Result<(), Error> {
348
340
  match &mut alias.target {
349
341
  AliasTarget::Export {
350
342
  instance,
@@ -357,7 +349,7 @@ impl<'a> Resolver<'a> {
357
349
  kind: _,
358
350
  } => self.resolve_ns(instance, Ns::CoreInstance),
359
351
  AliasTarget::Outer { outer, index, kind } => {
360
- self.outer_alias(outer, index, *kind, alias.span, enclosing_only)
352
+ self.outer_alias(outer, index, *kind, alias.span)
361
353
  }
362
354
  }
363
355
  }
@@ -550,7 +542,7 @@ impl<'a> Resolver<'a> {
550
542
  self.resolve_prepending_aliases(
551
543
  &mut c.decls,
552
544
  |resolver, decl| match decl {
553
- ComponentTypeDecl::Alias(alias) => resolver.alias(alias, false),
545
+ ComponentTypeDecl::Alias(alias) => resolver.alias(alias),
554
546
  ComponentTypeDecl::CoreType(ty) => resolver.core_ty(ty),
555
547
  ComponentTypeDecl::Type(ty) => resolver.ty(ty),
556
548
  ComponentTypeDecl::Import(import) => resolver.item_sig(&mut import.item),
@@ -583,7 +575,7 @@ impl<'a> Resolver<'a> {
583
575
  self.resolve_prepending_aliases(
584
576
  &mut c.decls,
585
577
  |resolver, decl| match decl {
586
- InstanceTypeDecl::Alias(alias) => resolver.alias(alias, false),
578
+ InstanceTypeDecl::Alias(alias) => resolver.alias(alias),
587
579
  InstanceTypeDecl::CoreType(ty) => resolver.core_ty(ty),
588
580
  InstanceTypeDecl::Type(ty) => resolver.ty(ty),
589
581
  InstanceTypeDecl::Export(export) => resolver.item_sig(&mut export.item),
@@ -740,7 +732,7 @@ impl<'a> Resolver<'a> {
740
732
  return self.resolve_prepending_aliases(
741
733
  &mut ty.decls,
742
734
  |resolver, decl| match decl {
743
- ModuleTypeDecl::Alias(alias) => resolver.alias(alias, true),
735
+ ModuleTypeDecl::Alias(alias) => resolver.alias(alias),
744
736
  ModuleTypeDecl::Type(_) => Ok(()),
745
737
  ModuleTypeDecl::Import(import) => resolve_item_sig(resolver, &mut import.item),
746
738
  ModuleTypeDecl::Export(_, item) => resolve_item_sig(resolver, item),
@@ -31,6 +31,7 @@ use std::char;
31
31
  use std::fmt;
32
32
  use std::slice;
33
33
  use std::str;
34
+ use std::str::Utf8Error;
34
35
 
35
36
  /// A structure used to lex the s-expression syntax of WAT files.
36
37
  ///
@@ -99,6 +100,12 @@ pub enum TokenKind {
99
100
  /// The payload here is the original source text.
100
101
  Keyword,
101
102
 
103
+ /// An annotation (like `@foo`).
104
+ ///
105
+ /// All annotations start with `@` and the payload will be the name of the
106
+ /// annotation.
107
+ Annotation,
108
+
102
109
  /// A reserved series of `idchar` symbols. Unknown what this is meant to be
103
110
  /// used for, you'll probably generate an error about an unexpected token.
104
111
  Reserved,
@@ -136,8 +143,15 @@ pub enum FloatKind {
136
143
  }
137
144
 
138
145
  enum ReservedKind {
146
+ /// "..."
139
147
  String,
148
+ /// anything that's just a sequence of `idchars!()`
140
149
  Idchars,
150
+ /// $"..."
151
+ IdString,
152
+ /// @"..."
153
+ AnnotationString,
154
+ /// everything else (a conglomeration of strings, idchars, etc)
141
155
  Reserved,
142
156
  }
143
157
 
@@ -199,6 +213,16 @@ pub enum LexError {
199
213
  /// version to behave differently than the compiler-visible version, so
200
214
  /// these are simply rejected for now.
201
215
  ConfusingUnicode(char),
216
+
217
+ /// An invalid utf-8 sequence was found in a quoted identifier, such as
218
+ /// `$"\ff"`.
219
+ InvalidUtf8Id(Utf8Error),
220
+
221
+ /// An empty identifier was found, or a lone `$`.
222
+ EmptyId,
223
+
224
+ /// An empty identifier was found, or a lone `@`.
225
+ EmptyAnnotation,
202
226
  }
203
227
 
204
228
  /// A sign token for an integer.
@@ -420,14 +444,21 @@ impl<'a> Lexer<'a> {
420
444
  if let Some(ret) = self.classify_number(src) {
421
445
  return Ok(Some(ret));
422
446
  // https://webassembly.github.io/spec/core/text/values.html#text-id
423
- } else if *c == b'$' && src.len() > 1 {
447
+ } else if *c == b'$' {
424
448
  return Ok(Some(TokenKind::Id));
449
+ // part of the WebAssembly/annotations proposal
450
+ // (no online url yet)
451
+ } else if *c == b'@' {
452
+ return Ok(Some(TokenKind::Annotation));
425
453
  // https://webassembly.github.io/spec/core/text/lexical.html#text-keyword
426
454
  } else if b'a' <= *c && *c <= b'z' {
427
455
  return Ok(Some(TokenKind::Keyword));
428
456
  }
429
457
  }
430
458
 
459
+ ReservedKind::IdString => return Ok(Some(TokenKind::Id)),
460
+ ReservedKind::AnnotationString => return Ok(Some(TokenKind::Annotation)),
461
+
431
462
  // ... otherwise this was a conglomeration of idchars,
432
463
  // strings, or just idchars that don't match a prior rule,
433
464
  // meaning this falls through to the fallback `Reserved`
@@ -538,7 +569,7 @@ impl<'a> Lexer<'a> {
538
569
  /// eaten. The classification assists in determining what the actual token
539
570
  /// here eaten looks like.
540
571
  fn parse_reserved(&self, pos: &mut usize) -> Result<(ReservedKind, &'a str), Error> {
541
- let mut idchars = false;
572
+ let mut idchars = 0u32;
542
573
  let mut strings = 0u32;
543
574
  let start = *pos;
544
575
  while let Some(byte) = self.input.as_bytes().get(*pos) {
@@ -546,7 +577,7 @@ impl<'a> Lexer<'a> {
546
577
  // Normal `idchars` production which appends to the reserved
547
578
  // token that's being produced.
548
579
  idchars!() => {
549
- idchars = true;
580
+ idchars += 1;
550
581
  *pos += 1;
551
582
  }
552
583
 
@@ -575,9 +606,13 @@ impl<'a> Lexer<'a> {
575
606
  }
576
607
  let ret = &self.input[start..*pos];
577
608
  Ok(match (idchars, strings) {
578
- (false, 0) => unreachable!(),
579
- (false, 1) => (ReservedKind::String, ret),
580
- (true, 0) => (ReservedKind::Idchars, ret),
609
+ (0, 0) => unreachable!(),
610
+ (0, 1) => (ReservedKind::String, ret),
611
+ (_, 0) => (ReservedKind::Idchars, ret),
612
+ // Pattern match `@"..."` and `$"..."` for string-based
613
+ // identifiers and annotations.
614
+ (1, 1) if ret.starts_with("$") => (ReservedKind::IdString, ret),
615
+ (1, 1) if ret.starts_with("@") => (ReservedKind::AnnotationString, ret),
581
616
  _ => (ReservedKind::Reserved, ret),
582
617
  })
583
618
  }
@@ -813,6 +848,37 @@ impl<'a> Lexer<'a> {
813
848
  }
814
849
  }
815
850
 
851
+ /// Parses an id-or-string-based name from `it`.
852
+ ///
853
+ /// Note that `it` should already have been lexed and this is just
854
+ /// extracting the value. If the token lexed was `@a` then this should point
855
+ /// to `a`.
856
+ ///
857
+ /// This will automatically detect quoted syntax such as `@"..."` and the
858
+ /// byte string will be parsed and validated as utf-8.
859
+ ///
860
+ /// # Errors
861
+ ///
862
+ /// Returns an error if a quoted byte string is found and contains invalid
863
+ /// utf-8.
864
+ fn parse_name(it: &mut str::Chars<'a>) -> Result<Cow<'a, str>, LexError> {
865
+ if it.clone().next() == Some('"') {
866
+ it.next();
867
+ match Lexer::parse_str(it, true)? {
868
+ Cow::Borrowed(bytes) => match std::str::from_utf8(bytes) {
869
+ Ok(s) => Ok(Cow::Borrowed(s)),
870
+ Err(e) => Err(LexError::InvalidUtf8Id(e)),
871
+ },
872
+ Cow::Owned(bytes) => match String::from_utf8(bytes) {
873
+ Ok(s) => Ok(Cow::Owned(s)),
874
+ Err(e) => Err(LexError::InvalidUtf8Id(e.utf8_error())),
875
+ },
876
+ }
877
+ } else {
878
+ Ok(Cow::Borrowed(it.as_str()))
879
+ }
880
+ }
881
+
816
882
  fn hexnum(it: &mut str::Chars<'_>) -> Result<u32, LexError> {
817
883
  let n = Lexer::hexdigit(it)?;
818
884
  let mut last_underscore = false;
@@ -878,28 +944,23 @@ impl<'a> Lexer<'a> {
878
944
  std::iter::from_fn(move || self.parse(&mut pos).transpose())
879
945
  }
880
946
 
881
- /// Returns whether an annotation is present at `pos` and the name of the
882
- /// annotation.
883
- pub fn annotation(&self, mut pos: usize) -> Option<&'a str> {
947
+ /// Returns whether an annotation is present at `pos`. If it is present then
948
+ /// `Ok(Some(token))` is returned corresponding to the token, otherwise
949
+ /// `Ok(None)` is returned. If the next token cannot be parsed then an error
950
+ /// is returned.
951
+ pub fn annotation(&self, mut pos: usize) -> Result<Option<Token>, Error> {
884
952
  let bytes = self.input.as_bytes();
885
953
  // Quickly reject anything that for sure isn't an annotation since this
886
954
  // method is used every time an lparen is parsed.
887
955
  if bytes.get(pos) != Some(&b'@') {
888
- return None;
956
+ return Ok(None);
889
957
  }
890
- match self.parse(&mut pos) {
891
- Ok(Some(token)) => {
892
- match token.kind {
893
- TokenKind::Reserved => {}
894
- _ => return None,
895
- }
896
- if token.len == 1 {
897
- None // just the `@` character isn't a valid annotation
898
- } else {
899
- Some(&token.src(self.input)[1..])
900
- }
901
- }
902
- Ok(None) | Err(_) => None,
958
+ match self.parse(&mut pos)? {
959
+ Some(token) => match token.kind {
960
+ TokenKind::Annotation => Ok(Some(token)),
961
+ _ => Ok(None),
962
+ },
963
+ None => Ok(None),
903
964
  }
904
965
  }
905
966
  }
@@ -913,9 +974,49 @@ impl Token {
913
974
  /// Returns the identifier, without the leading `$` symbol, that this token
914
975
  /// represents.
915
976
  ///
977
+ /// Note that this method returns the contents of the identifier. With a
978
+ /// string-based identifier this means that escapes have been resolved to
979
+ /// their string-based equivalent.
980
+ ///
916
981
  /// Should only be used with `TokenKind::Id`.
917
- pub fn id<'a>(&self, s: &'a str) -> &'a str {
918
- &self.src(s)[1..]
982
+ ///
983
+ /// # Errors
984
+ ///
985
+ /// Returns an error if this is a string-based identifier (e.g. `$"..."`)
986
+ /// which is invalid utf-8.
987
+ pub fn id<'a>(&self, s: &'a str) -> Result<Cow<'a, str>, Error> {
988
+ let mut ch = self.src(s).chars();
989
+ let dollar = ch.next();
990
+ debug_assert_eq!(dollar, Some('$'));
991
+ let id = Lexer::parse_name(&mut ch).map_err(|e| self.error(s, e))?;
992
+ if id.is_empty() {
993
+ return Err(self.error(s, LexError::EmptyId));
994
+ }
995
+ Ok(id)
996
+ }
997
+
998
+ /// Returns the annotation, without the leading `@` symbol, that this token
999
+ /// represents.
1000
+ ///
1001
+ /// Note that this method returns the contents of the identifier. With a
1002
+ /// string-based identifier this means that escapes have been resolved to
1003
+ /// their string-based equivalent.
1004
+ ///
1005
+ /// Should only be used with `TokenKind::Annotation`.
1006
+ ///
1007
+ /// # Errors
1008
+ ///
1009
+ /// Returns an error if this is a string-based identifier (e.g. `$"..."`)
1010
+ /// which is invalid utf-8.
1011
+ pub fn annotation<'a>(&self, s: &'a str) -> Result<Cow<'a, str>, Error> {
1012
+ let mut ch = self.src(s).chars();
1013
+ let at = ch.next();
1014
+ debug_assert_eq!(at, Some('@'));
1015
+ let id = Lexer::parse_name(&mut ch).map_err(|e| self.error(s, e))?;
1016
+ if id.is_empty() {
1017
+ return Err(self.error(s, LexError::EmptyAnnotation));
1018
+ }
1019
+ Ok(id)
919
1020
  }
920
1021
 
921
1022
  /// Returns the keyword this token represents.
@@ -1061,6 +1162,16 @@ impl Token {
1061
1162
  val,
1062
1163
  }
1063
1164
  }
1165
+
1166
+ fn error(&self, src: &str, err: LexError) -> Error {
1167
+ Error::lex(
1168
+ Span {
1169
+ offset: self.offset,
1170
+ },
1171
+ src,
1172
+ err,
1173
+ )
1174
+ }
1064
1175
  }
1065
1176
 
1066
1177
  impl<'a> Integer<'a> {
@@ -1107,6 +1218,9 @@ impl fmt::Display for LexError {
1107
1218
  InvalidUnicodeValue(c) => write!(f, "invalid unicode scalar value 0x{:x}", c)?,
1108
1219
  LoneUnderscore => write!(f, "bare underscore in numeric literal")?,
1109
1220
  ConfusingUnicode(c) => write!(f, "likely-confusing unicode character found {:?}", c)?,
1221
+ InvalidUtf8Id(_) => write!(f, "malformed UTF-8 encoding of string-based id")?,
1222
+ EmptyId => write!(f, "empty identifier")?,
1223
+ EmptyAnnotation => write!(f, "empty annotation id")?,
1110
1224
  }
1111
1225
  Ok(())
1112
1226
  }
@@ -1254,10 +1368,10 @@ mod tests {
1254
1368
 
1255
1369
  #[test]
1256
1370
  fn id() {
1257
- fn get_id(input: &str) -> &str {
1371
+ fn get_id(input: &str) -> String {
1258
1372
  let token = get_token(input);
1259
1373
  match token.kind {
1260
- TokenKind::Id => token.id(input),
1374
+ TokenKind::Id => token.id(input).unwrap().to_string(),
1261
1375
  other => panic!("not id {:?}", other),
1262
1376
  }
1263
1377
  }
@@ -1267,6 +1381,23 @@ mod tests {
1267
1381
  assert_eq!(get_id("$0^"), "0^");
1268
1382
  assert_eq!(get_id("$0^;;"), "0^");
1269
1383
  assert_eq!(get_id("$0^ ;;"), "0^");
1384
+ assert_eq!(get_id("$\"x\" ;;"), "x");
1385
+ }
1386
+
1387
+ #[test]
1388
+ fn annotation() {
1389
+ fn get_annotation(input: &str) -> String {
1390
+ let token = get_token(input);
1391
+ match token.kind {
1392
+ TokenKind::Annotation => token.annotation(input).unwrap().to_string(),
1393
+ other => panic!("not annotation {:?}", other),
1394
+ }
1395
+ }
1396
+ assert_eq!(get_annotation("@foo"), "foo");
1397
+ assert_eq!(get_annotation("@foo "), "foo");
1398
+ assert_eq!(get_annotation("@f "), "f");
1399
+ assert_eq!(get_annotation("@\"x\" "), "x");
1400
+ assert_eq!(get_annotation("@0 "), "0");
1270
1401
  }
1271
1402
 
1272
1403
  #[test]
@@ -1294,7 +1425,6 @@ mod tests {
1294
1425
  other => panic!("not reserved {:?}", other),
1295
1426
  }
1296
1427
  }
1297
- assert_eq!(get_reserved("$ "), "$");
1298
1428
  assert_eq!(get_reserved("^_x "), "^_x");
1299
1429
  }
1300
1430
 
@@ -317,8 +317,8 @@ macro_rules! annotation {
317
317
  impl<'a> $crate::parser::Parse<'a> for $name {
318
318
  fn parse(parser: $crate::parser::Parser<'a>) -> $crate::parser::Result<Self> {
319
319
  parser.step(|c| {
320
- if let Some((a, rest)) = c.reserved()? {
321
- if a == concat!("@", $annotation) {
320
+ if let Some((a, rest)) = c.annotation()? {
321
+ if a == $annotation {
322
322
  return Ok(($name(c.cur_span()), rest));
323
323
  }
324
324
  }
@@ -329,8 +329,8 @@ macro_rules! annotation {
329
329
 
330
330
  impl $crate::parser::Peek for $name {
331
331
  fn peek(cursor: $crate::parser::Cursor<'_>) -> $crate::parser::Result<bool> {
332
- Ok(if let Some((a, _rest)) = cursor.reserved()? {
333
- a == concat!("@", $annotation)
332
+ Ok(if let Some((a, _rest)) = cursor.annotation()? {
333
+ a == $annotation
334
334
  } else {
335
335
  false
336
336
  })
@@ -425,8 +425,9 @@ impl ParseBuffer<'_> {
425
425
  // annotation as known annotations are specifically registered
426
426
  // as "someone's gonna parse this".
427
427
  TokenKind::LParen => {
428
- if let Some(annotation) = self.lexer.annotation(pos) {
429
- match self.known_annotations.borrow().get(annotation) {
428
+ if let Some(annotation) = self.lexer.annotation(pos)? {
429
+ let text = annotation.annotation(self.lexer.input())?;
430
+ match self.known_annotations.borrow().get(&text[..]) {
430
431
  Some(0) | None => {
431
432
  self.skip_annotation(&mut pos)?;
432
433
  continue;
@@ -1154,7 +1155,14 @@ impl<'a> Cursor<'a> {
1154
1155
  _ => return Ok(None),
1155
1156
  }
1156
1157
  self.advance_past(&token);
1157
- Ok(Some((token.id(self.parser.buf.lexer.input()), self)))
1158
+ let id = match token.id(self.parser.buf.lexer.input())? {
1159
+ Cow::Borrowed(id) => id,
1160
+ // Our `self.parser.buf` only retains `Vec<u8>` so briefly convert
1161
+ // this owned string to `Vec<u8>` and then convert it back to `&str`
1162
+ // out the other end.
1163
+ Cow::Owned(s) => std::str::from_utf8(self.parser.buf.push_str(s.into_bytes())).unwrap(),
1164
+ };
1165
+ Ok(Some((id, self)))
1158
1166
  }
1159
1167
 
1160
1168
  /// Attempts to advance this cursor if the current token is a
@@ -1179,6 +1187,35 @@ impl<'a> Cursor<'a> {
1179
1187
  Ok(Some((token.keyword(self.parser.buf.lexer.input()), self)))
1180
1188
  }
1181
1189
 
1190
+ /// Attempts to advance this cursor if the current token is a
1191
+ /// [`Token::Annotation`](crate::lexer::Token)
1192
+ ///
1193
+ /// If the current token is `Annotation`, returns the annotation token as well
1194
+ /// as a new [`Cursor`] pointing at the rest of the tokens in the stream.
1195
+ /// Otherwise returns `None`.
1196
+ ///
1197
+ /// This function will automatically skip over any comments, whitespace, or
1198
+ /// unknown annotations.
1199
+ pub fn annotation(mut self) -> Result<Option<(&'a str, Self)>> {
1200
+ let token = match self.token()? {
1201
+ Some(token) => token,
1202
+ None => return Ok(None),
1203
+ };
1204
+ match token.kind {
1205
+ TokenKind::Annotation => {}
1206
+ _ => return Ok(None),
1207
+ }
1208
+ self.advance_past(&token);
1209
+ let annotation = match token.annotation(self.parser.buf.lexer.input())? {
1210
+ Cow::Borrowed(id) => id,
1211
+ // Our `self.parser.buf` only retains `Vec<u8>` so briefly convert
1212
+ // this owned string to `Vec<u8>` and then convert it back to `&str`
1213
+ // out the other end.
1214
+ Cow::Owned(s) => std::str::from_utf8(self.parser.buf.push_str(s.into_bytes())).unwrap(),
1215
+ };
1216
+ Ok(Some((annotation, self)))
1217
+ }
1218
+
1182
1219
  /// Attempts to advance this cursor if the current token is a
1183
1220
  /// [`Token::Reserved`](crate::lexer::Token)
1184
1221
  ///
@@ -2,9 +2,9 @@
2
2
  //! associated specifically with the wasm text format per se (useful in other
3
3
  //! contexts too perhaps).
4
4
 
5
- use crate::lexer::{Float, Lexer, TokenKind};
5
+ use crate::annotation;
6
+ use crate::lexer::Float;
6
7
  use crate::parser::{Cursor, Parse, Parser, Peek, Result};
7
- use crate::{annotation, Error};
8
8
  use std::fmt;
9
9
  use std::hash::{Hash, Hasher};
10
10
  use std::str;
@@ -60,19 +60,10 @@ pub struct Id<'a> {
60
60
  impl<'a> Id<'a> {
61
61
  /// Construct a new identifier from given string.
62
62
  ///
63
- /// Returns an error if the string does not contain a leading `$`, or is not a
64
- /// valid WASM text format identifier.
65
- pub fn new(name: &'a str, span: Span) -> Result<Id<'a>> {
66
- let mut _pos: usize = 0;
67
- let tok = Lexer::new(name).parse(&mut _pos)?;
68
- match tok {
69
- Some(tok) if tok.kind == TokenKind::Id => Ok(Id {
70
- name: tok.id(name),
71
- gen: 0,
72
- span,
73
- }),
74
- _ => Err(Error::parse(span, name, "expected an identifier".into())),
75
- }
63
+ /// Note that `name` can be any arbitrary string according to the
64
+ /// WebAssembly/annotations proposal.
65
+ pub fn new(name: &'a str, span: Span) -> Id<'a> {
66
+ Id { name, gen: 0, span }
76
67
  }
77
68
 
78
69
  #[cfg(feature = "wasm-module")]
@@ -0,0 +1 @@
1
+ {"files":{"Cargo.toml":"96780d9f28bb5ac3f16feab1017d3e6aeee74f9da70871542c86971a4c0597f8","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","README.md":"e3b0392305a38f5576d85611a17c84917ac9508adfa41693c895f65b6240d257","src/lib.rs":"acf9fbc3bbe6834d2c1e024639ef8843f4261e7788d172eab0f89dc439079eb3"},"package":"42203ec0271d113f8eb1f77ebc624886530cecb35915a7f63a497131f16e4d24"}
@@ -13,7 +13,7 @@
13
13
  edition = "2021"
14
14
  rust-version = "1.76.0"
15
15
  name = "wat"
16
- version = "1.208.1"
16
+ version = "1.209.1"
17
17
  authors = ["Alex Crichton <alex@alexcrichton.com>"]
18
18
  description = """
19
19
  Rust parser for the WebAssembly Text format, WAT
@@ -25,7 +25,7 @@ license = "Apache-2.0 WITH LLVM-exception"
25
25
  repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wat"
26
26
 
27
27
  [dependencies.wast]
28
- version = "208.0.1"
28
+ version = "209.0.1"
29
29
 
30
30
  [lints.clippy]
31
31
  all = "allow"
@@ -0,0 +1 @@
1
+ {"files":{"CHANGELOG.md":"7f05140dd8c3a99a6a8f05a8a707038a424eb3e3e9c048b037e45a5fb03b4bdf","Cargo.lock":"bd9382ae35359bc4a73ddcf7ca86ca38220bb466333777b9ccae4cc75390025b","Cargo.toml":"9198de3124f782282d83fb54569440c3ccd660fe02a291376a1f935d6563ea9d","LICENSE-APACHE":"54a744942eb3fa63a74d8d359989ed6962c04f3f10ff20cfa08ff8aa7efbe4e6","LICENSE-MIT":"f428305bbf2e70fbd807af0f3c7ac1b7acfb95311640f451e9d2e48db6d7e96b","src/lib.rs":"fb3b7eac9010fbf45df18cb5b3b3552b3cf2104d96a0f6bf07b3771189dc37b7","src/time/instant.rs":"d22caa23ad98a51108b4276875e8197eb1a198210b7bbd3fe7710ec8cc4969a2","src/time/js.rs":"f850b675538f0d13078950daa926e224a3c96cbf118d0c8b1762aad4ca0ec760","src/time/mod.rs":"56cca8ea43462fb8384cba1f4498b6ef18fd93d8e24c468e5923ad2597ceb437","src/time/serde.rs":"e9e5502d3c2889f12f146451d5af2e436823a76b05bd9d25e1f390315d897cfe","src/time/system_time.rs":"d9723840783ae415f73d1e5d99f835839598e5022860650db044a12f78d3e692","src/web.rs":"1f77d42023e544b4b32ccadf0592c9e813083ba97f6ba781935d3f889ffadc2a"},"package":"5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"}