wasmtime 20.0.0 → 20.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +71 -60
- data/ext/Cargo.toml +9 -9
- data/ext/cargo-vendor/ahash-0.8.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/Cargo.toml +8 -2
- data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/aes_hash.rs +1 -2
- data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/fallback_hash.rs +5 -6
- data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/hash_quality_test.rs +22 -20
- data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/lib.rs +2 -3
- data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/operations.rs +3 -3
- data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/random_state.rs +3 -3
- data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/tests/bench.rs +2 -2
- data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/tests/map_tests.rs +76 -0
- data/ext/cargo-vendor/async-timer-1.0.0-beta.14/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/Cargo.toml +6 -8
- data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/README.md +1 -1
- data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/interval.rs +13 -2
- data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/lib.rs +0 -1
- data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/state.rs +60 -54
- data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/web.rs +1 -1
- data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/win.rs +12 -3
- data/ext/cargo-vendor/async-timer-1.0.0-beta.14/tests/interval.rs +73 -0
- data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/metadata_ext.rs +8 -5
- data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs/dir.rs +44 -4
- data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs_utf8/dir.rs +43 -1
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/Cargo.lock +293 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/Cargo.toml +46 -0
- data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/README.md +34 -8
- data/ext/cargo-vendor/lazy_static-1.5.0/examples/mutex_map.rs +23 -0
- data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/src/core_lazy.rs +5 -4
- data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/src/inline_lazy.rs +10 -19
- data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/src/lib.rs +12 -19
- data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/incorrect_visibility_restriction.rs +8 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/incorrect_visibility_restriction.stderr +10 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/static_is_private.rs +14 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/static_is_private.stderr +14 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/static_is_sized.rs +9 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/tests/compile_fail/static_is_sized.stderr +64 -0
- data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/tests/no_std.rs +1 -2
- data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/tests/test.rs +29 -8
- data/ext/cargo-vendor/lazy_static-1.5.0/tests/ui.rs +6 -0
- data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/Cargo.toml +4 -4
- data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/Cargo.toml +12 -12
- data/ext/cargo-vendor/wasmtime-asm-macros-20.0.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wasmtime-asm-macros-20.0.0 → wasmtime-asm-macros-20.0.2}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/Cargo.toml +3 -3
- data/ext/cargo-vendor/wasmtime-component-util-20.0.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wasmtime-component-util-20.0.0 → wasmtime-component-util-20.0.2}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/Cargo.toml +9 -9
- data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/Cargo.lock +7 -7
- data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/Cargo.toml +4 -4
- data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/Cargo.toml +4 -4
- data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/Cargo.toml +9 -9
- data/ext/cargo-vendor/wasmtime-slab-20.0.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wasmtime-slab-20.0.0 → wasmtime-slab-20.0.2}/Cargo.toml +1 -1
- data/ext/cargo-vendor/wasmtime-versioned-export-macros-20.0.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wasmtime-versioned-export-macros-20.0.0 → wasmtime-versioned-export-macros-20.0.2}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/Cargo.toml +4 -4
- data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/Cargo.toml +5 -5
- data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/resolve.rs +6 -14
- data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/lexer.rs +158 -28
- data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/lib.rs +4 -4
- data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/parser.rs +40 -3
- data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/token.rs +6 -15
- data/ext/cargo-vendor/wat-1.209.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wat-1.208.1 → wat-1.209.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/web-time-1.1.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md +74 -0
- data/ext/cargo-vendor/web-time-1.1.0/Cargo.lock +393 -0
- data/ext/cargo-vendor/web-time-1.1.0/Cargo.toml +246 -0
- data/ext/cargo-vendor/web-time-1.1.0/LICENSE-APACHE +201 -0
- data/ext/cargo-vendor/web-time-1.1.0/LICENSE-MIT +21 -0
- data/ext/cargo-vendor/web-time-1.1.0/src/lib.rs +144 -0
- data/ext/cargo-vendor/web-time-1.1.0/src/time/instant.rs +242 -0
- data/ext/cargo-vendor/web-time-1.1.0/src/time/js.rs +39 -0
- data/ext/cargo-vendor/web-time-1.1.0/src/time/mod.rs +15 -0
- data/ext/cargo-vendor/web-time-1.1.0/src/time/serde.rs +177 -0
- data/ext/cargo-vendor/web-time-1.1.0/src/time/system_time.rs +111 -0
- data/ext/cargo-vendor/web-time-1.1.0/src/web.rs +49 -0
- data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/Cargo.toml +4 -4
- data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/Cargo.toml +1 -1
- data/ext/cargo-vendor/wiggle-macro-20.0.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wiggle-macro-20.0.0 → wiggle-macro-20.0.2}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/Cargo.toml +4 -4
- data/lib/wasmtime/version.rb +1 -1
- metadata +1009 -987
- data/ext/cargo-vendor/ahash-0.8.7/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/async-timer-1.0.0-beta.11/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/async-timer-1.0.0-beta.11/tests/interval.rs +0 -23
- data/ext/cargo-vendor/lazy_static-1.4.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/lazy_static-1.4.0/Cargo.toml +0 -46
- data/ext/cargo-vendor/wasmtime-asm-macros-20.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-component-util-20.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-slab-20.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-versioned-export-macros-20.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wat-1.208.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-macro-20.0.0/.cargo-checksum.json +0 -1
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/FAQ.md +0 -0
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/README.md +0 -0
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/build.rs +0 -0
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/rustfmt.toml +0 -0
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/convert.rs +0 -0
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/hash_map.rs +0 -0
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/hash_set.rs +0 -0
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/src/specialize.rs +0 -0
- /data/ext/cargo-vendor/{ahash-0.8.7 → ahash-0.8.11}/tests/nopanic.rs +0 -0
- /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/build.rs +0 -0
- /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
- /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timed.rs +0 -0
- /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/apple.rs +0 -0
- /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
- /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/dummy.rs +0 -0
- /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/mod.rs +0 -0
- /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/timer/posix.rs +0 -0
- /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/tests/timed.rs +0 -0
- /data/ext/cargo-vendor/{async-timer-1.0.0-beta.11 → async-timer-1.0.0-beta.14}/tests/timer.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/COPYRIGHT +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/README.md +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/build.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/access.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/assert_same_file.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/canonicalize.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/copy.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/create_dir.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/dir_builder.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/dir_entry.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/dir_options.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/errors.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/file.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/file_path_by_searching.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/file_type.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/follow_symlinks.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/hard_link.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/is_file_read_write.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/canonical_path.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/canonicalize.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/cow_component.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/open.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/open_entry.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/manually/read_link_one.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/maybe_owned_file.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/metadata.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/open.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/open_ambient.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/open_dir.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/open_options.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/open_unchecked_error.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/permissions.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/read_dir.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/read_link.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/remove_dir.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/remove_dir_all.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/remove_file.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/remove_open_dir.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/rename.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/reopen.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/set_permissions.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/set_times.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/stat.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/symlink.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/system_time_spec.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/access.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/create_dir.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/hard_link.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/open_parent.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/read_link.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/remove_dir.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/remove_file.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/rename.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/set_permissions.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/set_symlink_permissions.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/set_times_nofollow.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/fs/via_parent/symlink.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/net/pool.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/darwin/fs/file_path.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/darwin/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/darwin/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/check.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/open_entry_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/open_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/remove_dir_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/remove_file_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/set_permissions_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/set_times_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/fs/stat_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/freebsd/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/access_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/copy_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/create_dir_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/cvt.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/dir_entry_inner.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/dir_options_ext.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/dir_utils.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/errors.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/file_path.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/file_type_ext.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/hard_link_unchecked.rs +0 -0
- /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
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/is_root_dir.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/is_same_file.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/oflags.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/open_options_ext.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/open_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/permissions_ext.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/read_dir_inner.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/read_link_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/remove_dir_all_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/remove_dir_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/remove_file_unchecked.rs +0 -0
- /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
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/rename_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/reopen_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/set_permissions_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/set_symlink_permissions_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/set_times_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/stat_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/symlink_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/fs/times.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/canonicalize_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/file_metadata.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/file_path.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/open_entry_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/open_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/procfs.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/set_permissions_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/set_times_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/fs/stat_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/linux/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/rustix/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/time/instant.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/time/monotonic_clock.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/time/system_clock.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/time/system_time.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/access_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/copy.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/create_dir_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/create_file_at_w.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/dir_entry_inner.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/dir_options_ext.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/dir_utils.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/errors.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/file_type_ext.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/get_path.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/hard_link_unchecked.rs +0 -0
- /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
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/is_same_file.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/metadata_ext.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/oflags.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/open_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/open_options_ext.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/open_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/read_dir_inner.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/read_link_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/read_link_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/remove_dir_all_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/remove_dir_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/remove_file_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/remove_open_dir_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/rename_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/reopen_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/set_permissions_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/set_symlink_permissions_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/set_times_impl.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/stat_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/fs/symlink_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{cap-primitives-3.0.0 → cap-primitives-3.1.0}/src/windows/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/COPYRIGHT +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/README.md +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/build.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs/dir_entry.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs/file.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs/read_dir.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs_utf8/dir_entry.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs_utf8/file.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs_utf8/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/fs_utf8/read_dir.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/incoming.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/pool.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/tcp_listener.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/tcp_stream.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/net/udp_socket.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/net/incoming.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/net/unix_datagram.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/net/unix_listener.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/os/unix/net/unix_stream.rs +0 -0
- /data/ext/cargo-vendor/{cap-std-3.0.0 → cap-std-3.1.0}/src/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{lazy_static-1.4.0 → lazy_static-1.5.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/clocks.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/ctx.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/dir.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/file.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/pipe.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/random.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sched/subscription.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sched.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/snapshots/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/snapshots/preview_0.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/snapshots/preview_1/error.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/snapshots/preview_1.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/string_array.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/clocks.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/dir.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/file.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/net.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/sched/unix.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/sched/windows.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/sched.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/sync/stdio.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/table.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/dir.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/file.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/net.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/sched/unix.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/sched/windows.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/sched.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/src/tokio/stdio.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/tests/all/async_.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/tests/all/main.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/tests/all/sync.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/witx/preview0/typenames.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/witx/preview0/wasi_unstable.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/witx/preview1/typenames.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-20.0.0 → wasi-common-20.0.2}/witx/preview1/wasi_snapshot_preview1.witx +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/aliases.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/builder.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/canonicals.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/components.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/exports.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/imports.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/instances.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/modules.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/names.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/start.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component/types.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/component.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/code.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/custom.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/data.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/dump.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/elements.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/exports.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/functions.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/globals.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/imports.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/linking.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/memories.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/names.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/producers.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/start.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/tables.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/tags.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core/types.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/core.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasm-encoder-0.208.1 → wasm-encoder-0.209.1}/src/raw.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/README.md +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/compile/code_builder.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/compile/runtime.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/compile.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/engine/serialization.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/engine.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/profiling_agent/jitdump.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/profiling_agent/perfmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/profiling_agent/vtune.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/profiling_agent.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/code.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/code_memory.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/component.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/func/host.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/func/options.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/func/typed.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/func.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/instance.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/linker.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/matching.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/resource_table.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/resources.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/storage.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/store.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/component/values.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/coredump.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/debug.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/externals/global.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/externals/table.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/externals.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/func/typed.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/func.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/disabled/anyref.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/disabled/externref.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/disabled/i31.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/disabled/rooting.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/disabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/enabled/anyref.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/enabled/externref.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/enabled/i31.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/enabled/rooting.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc/enabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/gc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/instance.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/instantiate.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/limits.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/linker.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/memory.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/module/registry.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/module.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/profiling.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/resources.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/signatures.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/stack.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/store/context.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/store/data.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/store/func_refs.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/store.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trampoline/func.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trampoline/global.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trampoline/memory.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trampoline/table.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trampoline.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/trap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/type_registry.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/types/matching.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/uninhabited.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/unix.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/v128.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/values.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime/windows.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-20.0.0 → wasmtime-20.0.2}/src/runtime.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-asm-macros-20.0.0 → wasmtime-asm-macros-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/build.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/config/tests.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/tests.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/worker/tests/system_time_stub.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/worker/tests.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/src/worker.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-20.0.0 → wasmtime-cache-20.0.2}/tests/cache_write_default_config.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/build.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/src/bindgen.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/src/component.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/char.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/conventions.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/dead-code.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/direct-import.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/empty.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/flags.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/floats.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/function-new.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/integers.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/lists.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/many-arguments.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/multi-return.wit +0 -0
- /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
- /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
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/multiversion/root.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/records.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/rename.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/resources-export.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/resources-import.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/share-types.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/simple-functions.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/simple-lists.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/simple-wasi.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/small-anonymous.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/smoke-default.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/smoke-export.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/smoke.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/strings.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/unversioned-foo.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/use-paths.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/variants.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/wat.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen/worlds-with-types.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-20.0.0 → wasmtime-component-macro-20.0.2}/tests/codegen.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-util-20.0.0 → wasmtime-component-util-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/builder.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/compiled_function.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/compiler/component.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/compiler.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/gc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/address_transform.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/attr.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/expression.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/line_program.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/range_info_builder.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/refs.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/simulate.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/unit.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/transform/utils.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug/write_debuginfo.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/debug.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/func_environ.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/gc/disabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/gc/enabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/gc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/isa_builder.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-20.0.0 → wasmtime-cranelift-20.0.2}/src/obj.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/examples/factc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/address_map.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/builtin.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/compile/address_map.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/compile/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/compile/module_artifacts.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/compile/trap_encoding.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/artifacts.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/compiler.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/dfg.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/info.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/translate/adapt.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/translate/inline.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/translate.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/types/resources.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component/vmcomponent_offsets.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/component.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/demangling.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact/core_types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact/signature.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact/trampoline.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact/transcode.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact/traps.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/fact.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/gc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/module.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/module_artifacts.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/module_environ.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/module_types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/obj.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/ref_bits.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/scopevec.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/stack_map.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/trap_encoding.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/tunables.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-20.0.0 → wasmtime-environ-20.0.2}/src/vmoffsets.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/build.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/aarch64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/arm.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/riscv64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/s390x.S +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/x86.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix/x86_64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/unix.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/windows.c +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-20.0.0 → wasmtime-fiber-20.0.2}/src/windows.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/README.md +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/src/gdb_jit_int.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-debug-20.0.0 → wasmtime-jit-debug-20.0.2}/src/perf_jitdump.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/src/libc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/src/miri.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-20.0.0 → wasmtime-jit-icache-coherence-20.0.2}/src/win.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/build.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/proptest-regressions/instance/allocator/pooling/memory_pool.txt +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/aarch64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/riscv64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/s390x.S +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/s390x.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/arch/x86_64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/async_yield.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/component/libcalls.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/component/resources.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/component.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/cow.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/debug_builtins.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/export.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/disabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/enabled/drc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/enabled/externref.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/enabled/free_list.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/enabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/gc_ref.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/gc_runtime.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/host_data.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc/i31.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/gc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/helpers.c +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/imports.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/on_demand.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling/gc_heap_pool.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling/index_allocator.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling/memory_pool.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling/stack_pool.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling/table_pool.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator/pooling.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance/allocator.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/instance.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/libcalls.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/memory.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mmap_vec.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/module_id.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mpk/disabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mpk/enabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mpk/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mpk/pkru.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/mpk/sys.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/send_sync_ptr.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/store_box.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/capi.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/mmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/traphandlers.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/unwind.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/custom/vm.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/miri/mmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/miri/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/miri/traphandlers.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/miri/unwind.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/miri/vm.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/machports.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/macos_traphandlers.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/mmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/signals.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/unwind.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/unix/vm.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/windows/mmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/windows/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/windows/traphandlers.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/windows/unwind.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/sys/windows/vm.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/table.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/threads/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/threads/parking_spot.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/threads/shared_memory.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/threads/shared_memory_disabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/traphandlers/backtrace.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/traphandlers/coredump_disabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/traphandlers/coredump_enabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/traphandlers.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/vmcontext/vm_host_func_context.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-20.0.0 → wasmtime-runtime-20.0.2}/src/vmcontext.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-slab-20.0.0 → wasmtime-slab-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-versioned-export-macros-20.0.0 → wasmtime-versioned-export-macros-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/README.md +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/bindings.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/clocks/host.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/clocks.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/ctx.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/filesystem.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/clocks.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/env.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/exit.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/filesystem/sync.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/filesystem.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/instance_network.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/io.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/network.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/random.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/tcp.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/tcp_create_socket.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/udp.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/host/udp_create_socket.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/ip_name_lookup.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/network.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/pipe.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/poll.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/preview0.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/preview1.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/random.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/runtime.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/stdio/worker_thread_stdin.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/stdio.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/stream.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/tcp.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/udp.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/src/write_stream.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/all/api.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/all/async_.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/all/main.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/all/preview1.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/all/sync.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/tests/process_stdin.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/command-extended.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/command.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/environment.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/exit.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/imports.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/run.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/stdio.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/cli/terminal.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/clocks/monotonic-clock.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/clocks/wall-clock.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/clocks/world.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/filesystem/preopens.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/filesystem/types.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/filesystem/world.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/http/handler.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/http/proxy.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/http/types.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/io/error.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/io/poll.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/io/streams.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/io/world.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/random/insecure-seed.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/random/insecure.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/random/random.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/random/world.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/instance-network.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/ip-name-lookup.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/network.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/tcp-create-socket.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/tcp.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/udp-create-socket.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/udp.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/deps/sockets/world.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/wit/test.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/witx/preview0/typenames.witx +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/witx/preview0/wasi_unstable.witx +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/witx/preview1/typenames.witx +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-20.0.0 → wasmtime-wasi-20.0.2}/witx/preview1/wasi_snapshot_preview1.witx +0 -0
- /data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/src/builder.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/src/compiler.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-winch-20.0.0 → wasmtime-winch-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/src/rust.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/src/source.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wit-bindgen-20.0.0 → wasmtime-wit-bindgen-20.0.2}/src/types.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/README.md +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/alias.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/binary.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/component.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/custom.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/expand.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/export.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/func.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/import.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/instance.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/item_ref.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/module.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/types.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component/wast.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/component.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/binary.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/custom.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/export.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/expr.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/func.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/global.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/import.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/memory.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/module.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/resolve/deinline_import_export.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/resolve/mod.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/resolve/names.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/resolve/types.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/table.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/tag.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/types.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core/wast.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/core.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/encode.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/gensym.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/names.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/wast.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/src/wat.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/annotations.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/comments.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-core-func-alias.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-core-func-alias.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-func-alias.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-func-alias.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-index.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-index.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name2.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name2.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name3.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/bad-name3.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block1.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block1.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block2.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block2.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block3.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/block3.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment0.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment0.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment1.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment1.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment2.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment2.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment3.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment3.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment4.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment4.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment5.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment5.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment6.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment6.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment7.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment7.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment8.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-block-comment8.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment0.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment0.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment1.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment1.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment2.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment2.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment3.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment3.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment4.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment4.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment5.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment5.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment6.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment6.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment7.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment7.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment8.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-line-comment8.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string0.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string0.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string1.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string1.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string2.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string2.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string3.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string3.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string4.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string4.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string5.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string5.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string6.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string6.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string7.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string7.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string8.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/confusing-string8.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/inline1.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/inline1.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/newline-in-string.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/newline-in-string.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string1.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string1.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string10.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string10.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string11.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string11.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string12.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string12.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string13.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string13.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string14.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string14.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string15.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string15.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string16.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string16.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string2.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string2.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string3.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string3.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string4.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string4.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string5.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string5.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string6.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string6.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string7.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string7.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string8.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string8.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string9.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/string9.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/unbalanced.wat +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail/unbalanced.wat.err +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/parse-fail.rs +0 -0
- /data/ext/cargo-vendor/{wast-208.0.1 → wast-209.0.1}/tests/recursive.rs +0 -0
- /data/ext/cargo-vendor/{wat-1.208.1 → wat-1.209.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wat-1.208.1 → wat-1.209.1}/README.md +0 -0
- /data/ext/cargo-vendor/{wat-1.208.1 → wat-1.209.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/README.md +0 -0
- /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/borrow.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/guest_type.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/region.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-20.0.0 → wiggle-20.0.2}/src/wasmtime.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/README.md +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/codegen_settings.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/funcs.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/lifetimes.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/module_trait.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/names.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/error.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/flags.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/handle.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/mod.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/record.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/types/variant.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/src/wasmtime.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-macro-20.0.0 → wiggle-macro-20.0.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wiggle-macro-20.0.0 → wiggle-macro-20.0.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/LICENSE +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/build.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/abi/local.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/abi/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/bounds.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/builtin.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/call.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/context.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/control.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/env.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/codegen/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/frame/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/abi.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/address.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/asm.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/masm.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/aarch64/regs.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/reg.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/abi.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/address.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/asm.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/masm.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/isa/x64/regs.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/masm.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/regalloc.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/regset.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/stack.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.18.0 → winch-codegen-0.18.2}/src/visitor.rs +0 -0
@@ -0,0 +1,74 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
|
+
|
8
|
+
## [1.1.0] - 2024-03-01
|
9
|
+
|
10
|
+
### Added
|
11
|
+
- Add Serde de/serialization support for `SystemTime` through a `serde`
|
12
|
+
crate feature.
|
13
|
+
|
14
|
+
|
15
|
+
## [1.0.0] - 2024-01-14
|
16
|
+
|
17
|
+
### Added
|
18
|
+
- V1 release.
|
19
|
+
|
20
|
+
|
21
|
+
## [0.2.4] - 2023-12-24
|
22
|
+
|
23
|
+
### Added
|
24
|
+
- Added `web` module containing a platform-specific extension trait to
|
25
|
+
`SystemTime`, allowing conversion from and to `std::time::SystemTime`.
|
26
|
+
|
27
|
+
### Changed
|
28
|
+
- Improve performance of `SystemTime` by using `Duration` internally.
|
29
|
+
|
30
|
+
|
31
|
+
## [0.2.3] - 2023-10-23
|
32
|
+
|
33
|
+
### Changed
|
34
|
+
- Improve accuracy of `Instant::now()`.
|
35
|
+
|
36
|
+
|
37
|
+
## [0.2.2] - 2023-10-08
|
38
|
+
|
39
|
+
### Fixed
|
40
|
+
- Time conversion for `Instant`.
|
41
|
+
|
42
|
+
|
43
|
+
## [0.2.1] - 2023-10-07 [YANKED]
|
44
|
+
|
45
|
+
### Changed
|
46
|
+
- Bump MSRV to v1.60.
|
47
|
+
|
48
|
+
### Removed
|
49
|
+
- Unnecessary `once_cell` dependency.
|
50
|
+
|
51
|
+
|
52
|
+
## [0.2.0] - 2023-03-28
|
53
|
+
|
54
|
+
### Added
|
55
|
+
- Export [`TryFromFloatSecsError`] without breaking MSRV.
|
56
|
+
|
57
|
+
[`TryFromFloatSecsError`]: https://doc.rust-lang.org/std/time/struct.TryFromFloatSecsError.html
|
58
|
+
|
59
|
+
|
60
|
+
## [0.1.0] - 2023-03-27
|
61
|
+
|
62
|
+
### Added
|
63
|
+
- Initial commit.
|
64
|
+
|
65
|
+
|
66
|
+
[Unreleased]: https://github.com/daxpedda/web-time/compare/v1.1.0...HEAD
|
67
|
+
[1.1.0]: https://github.com/daxpedda/web-time/compare/v1.0.0...v1.1.0
|
68
|
+
[1.0.0]: https://github.com/daxpedda/web-time/compare/v0.2.4...v1.0.0
|
69
|
+
[0.2.4]: https://github.com/daxpedda/web-time/compare/v0.2.3...v0.2.4
|
70
|
+
[0.2.3]: https://github.com/daxpedda/web-time/compare/v0.2.2...v0.2.3
|
71
|
+
[0.2.2]: https://github.com/daxpedda/web-time/compare/v0.2.1...v0.2.2
|
72
|
+
[0.2.1]: https://github.com/daxpedda/web-time/compare/v0.2.0...v0.2.1
|
73
|
+
[0.2.0]: https://github.com/daxpedda/web-time/compare/v0.1.0...v0.2.0
|
74
|
+
[0.1.0]: https://github.com/daxpedda/web-time/releases/tag/v0.1.0
|
@@ -0,0 +1,393 @@
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
2
|
+
# It is not intended for manual editing.
|
3
|
+
version = 3
|
4
|
+
|
5
|
+
[[package]]
|
6
|
+
name = "bumpalo"
|
7
|
+
version = "3.15.3"
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
+
checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b"
|
10
|
+
|
11
|
+
[[package]]
|
12
|
+
name = "cfg-if"
|
13
|
+
version = "1.0.0"
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
15
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
16
|
+
|
17
|
+
[[package]]
|
18
|
+
name = "console_error_panic_hook"
|
19
|
+
version = "0.1.7"
|
20
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
21
|
+
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
22
|
+
dependencies = [
|
23
|
+
"cfg-if",
|
24
|
+
"wasm-bindgen",
|
25
|
+
]
|
26
|
+
|
27
|
+
[[package]]
|
28
|
+
name = "futures-channel"
|
29
|
+
version = "0.3.30"
|
30
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
31
|
+
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
32
|
+
dependencies = [
|
33
|
+
"futures-core",
|
34
|
+
]
|
35
|
+
|
36
|
+
[[package]]
|
37
|
+
name = "futures-core"
|
38
|
+
version = "0.3.30"
|
39
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
40
|
+
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
41
|
+
|
42
|
+
[[package]]
|
43
|
+
name = "futures-task"
|
44
|
+
version = "0.3.30"
|
45
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
46
|
+
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
47
|
+
|
48
|
+
[[package]]
|
49
|
+
name = "futures-util"
|
50
|
+
version = "0.3.30"
|
51
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
52
|
+
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
53
|
+
dependencies = [
|
54
|
+
"futures-core",
|
55
|
+
"futures-task",
|
56
|
+
"pin-project-lite",
|
57
|
+
"pin-utils",
|
58
|
+
]
|
59
|
+
|
60
|
+
[[package]]
|
61
|
+
name = "getrandom"
|
62
|
+
version = "0.2.12"
|
63
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
64
|
+
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
65
|
+
dependencies = [
|
66
|
+
"cfg-if",
|
67
|
+
"js-sys",
|
68
|
+
"libc",
|
69
|
+
"wasi",
|
70
|
+
"wasm-bindgen",
|
71
|
+
]
|
72
|
+
|
73
|
+
[[package]]
|
74
|
+
name = "itoa"
|
75
|
+
version = "1.0.10"
|
76
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
77
|
+
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
78
|
+
|
79
|
+
[[package]]
|
80
|
+
name = "js-sys"
|
81
|
+
version = "0.3.68"
|
82
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
83
|
+
checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee"
|
84
|
+
dependencies = [
|
85
|
+
"wasm-bindgen",
|
86
|
+
]
|
87
|
+
|
88
|
+
[[package]]
|
89
|
+
name = "libc"
|
90
|
+
version = "0.2.153"
|
91
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
92
|
+
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
93
|
+
|
94
|
+
[[package]]
|
95
|
+
name = "log"
|
96
|
+
version = "0.4.20"
|
97
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
98
|
+
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
99
|
+
|
100
|
+
[[package]]
|
101
|
+
name = "once_cell"
|
102
|
+
version = "1.19.0"
|
103
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
104
|
+
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
105
|
+
|
106
|
+
[[package]]
|
107
|
+
name = "pin-project-lite"
|
108
|
+
version = "0.2.13"
|
109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
110
|
+
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
111
|
+
|
112
|
+
[[package]]
|
113
|
+
name = "pin-utils"
|
114
|
+
version = "0.1.0"
|
115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
116
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
117
|
+
|
118
|
+
[[package]]
|
119
|
+
name = "pollster"
|
120
|
+
version = "0.3.0"
|
121
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
122
|
+
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
|
123
|
+
dependencies = [
|
124
|
+
"pollster-macro",
|
125
|
+
]
|
126
|
+
|
127
|
+
[[package]]
|
128
|
+
name = "pollster-macro"
|
129
|
+
version = "0.1.0"
|
130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
131
|
+
checksum = "ea78f0ef4193055a4b09814ce6bcb572ad1174d6023e2f00a9ea1a798d18d301"
|
132
|
+
dependencies = [
|
133
|
+
"proc-macro2",
|
134
|
+
"quote",
|
135
|
+
"syn 1.0.109",
|
136
|
+
]
|
137
|
+
|
138
|
+
[[package]]
|
139
|
+
name = "ppv-lite86"
|
140
|
+
version = "0.2.17"
|
141
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
142
|
+
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
143
|
+
|
144
|
+
[[package]]
|
145
|
+
name = "proc-macro2"
|
146
|
+
version = "1.0.78"
|
147
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
148
|
+
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
149
|
+
dependencies = [
|
150
|
+
"unicode-ident",
|
151
|
+
]
|
152
|
+
|
153
|
+
[[package]]
|
154
|
+
name = "quote"
|
155
|
+
version = "1.0.35"
|
156
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
157
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
158
|
+
dependencies = [
|
159
|
+
"proc-macro2",
|
160
|
+
]
|
161
|
+
|
162
|
+
[[package]]
|
163
|
+
name = "rand"
|
164
|
+
version = "0.8.5"
|
165
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
166
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
167
|
+
dependencies = [
|
168
|
+
"libc",
|
169
|
+
"rand_chacha",
|
170
|
+
"rand_core",
|
171
|
+
]
|
172
|
+
|
173
|
+
[[package]]
|
174
|
+
name = "rand_chacha"
|
175
|
+
version = "0.3.1"
|
176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
177
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
178
|
+
dependencies = [
|
179
|
+
"ppv-lite86",
|
180
|
+
"rand_core",
|
181
|
+
]
|
182
|
+
|
183
|
+
[[package]]
|
184
|
+
name = "rand_core"
|
185
|
+
version = "0.6.4"
|
186
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
187
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
188
|
+
dependencies = [
|
189
|
+
"getrandom",
|
190
|
+
]
|
191
|
+
|
192
|
+
[[package]]
|
193
|
+
name = "ryu"
|
194
|
+
version = "1.0.17"
|
195
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
196
|
+
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
197
|
+
|
198
|
+
[[package]]
|
199
|
+
name = "scoped-tls"
|
200
|
+
version = "1.0.1"
|
201
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
202
|
+
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
203
|
+
|
204
|
+
[[package]]
|
205
|
+
name = "serde"
|
206
|
+
version = "1.0.197"
|
207
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
208
|
+
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
209
|
+
dependencies = [
|
210
|
+
"serde_derive",
|
211
|
+
]
|
212
|
+
|
213
|
+
[[package]]
|
214
|
+
name = "serde_derive"
|
215
|
+
version = "1.0.197"
|
216
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
217
|
+
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
218
|
+
dependencies = [
|
219
|
+
"proc-macro2",
|
220
|
+
"quote",
|
221
|
+
"syn 2.0.51",
|
222
|
+
]
|
223
|
+
|
224
|
+
[[package]]
|
225
|
+
name = "serde_json"
|
226
|
+
version = "1.0.114"
|
227
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
228
|
+
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
229
|
+
dependencies = [
|
230
|
+
"itoa",
|
231
|
+
"ryu",
|
232
|
+
"serde",
|
233
|
+
]
|
234
|
+
|
235
|
+
[[package]]
|
236
|
+
name = "static_assertions"
|
237
|
+
version = "1.1.0"
|
238
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
239
|
+
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
240
|
+
|
241
|
+
[[package]]
|
242
|
+
name = "syn"
|
243
|
+
version = "1.0.109"
|
244
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
245
|
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
246
|
+
dependencies = [
|
247
|
+
"proc-macro2",
|
248
|
+
"quote",
|
249
|
+
"unicode-ident",
|
250
|
+
]
|
251
|
+
|
252
|
+
[[package]]
|
253
|
+
name = "syn"
|
254
|
+
version = "2.0.51"
|
255
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
256
|
+
checksum = "6ab617d94515e94ae53b8406c628598680aa0c9587474ecbe58188f7b345d66c"
|
257
|
+
dependencies = [
|
258
|
+
"proc-macro2",
|
259
|
+
"quote",
|
260
|
+
"unicode-ident",
|
261
|
+
]
|
262
|
+
|
263
|
+
[[package]]
|
264
|
+
name = "unicode-ident"
|
265
|
+
version = "1.0.12"
|
266
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
267
|
+
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
268
|
+
|
269
|
+
[[package]]
|
270
|
+
name = "wasi"
|
271
|
+
version = "0.11.0+wasi-snapshot-preview1"
|
272
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
273
|
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
274
|
+
|
275
|
+
[[package]]
|
276
|
+
name = "wasm-bindgen"
|
277
|
+
version = "0.2.91"
|
278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
279
|
+
checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f"
|
280
|
+
dependencies = [
|
281
|
+
"cfg-if",
|
282
|
+
"wasm-bindgen-macro",
|
283
|
+
]
|
284
|
+
|
285
|
+
[[package]]
|
286
|
+
name = "wasm-bindgen-backend"
|
287
|
+
version = "0.2.91"
|
288
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
289
|
+
checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b"
|
290
|
+
dependencies = [
|
291
|
+
"bumpalo",
|
292
|
+
"log",
|
293
|
+
"once_cell",
|
294
|
+
"proc-macro2",
|
295
|
+
"quote",
|
296
|
+
"syn 2.0.51",
|
297
|
+
"wasm-bindgen-shared",
|
298
|
+
]
|
299
|
+
|
300
|
+
[[package]]
|
301
|
+
name = "wasm-bindgen-futures"
|
302
|
+
version = "0.4.41"
|
303
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
304
|
+
checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97"
|
305
|
+
dependencies = [
|
306
|
+
"cfg-if",
|
307
|
+
"js-sys",
|
308
|
+
"wasm-bindgen",
|
309
|
+
"web-sys",
|
310
|
+
]
|
311
|
+
|
312
|
+
[[package]]
|
313
|
+
name = "wasm-bindgen-macro"
|
314
|
+
version = "0.2.91"
|
315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
316
|
+
checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed"
|
317
|
+
dependencies = [
|
318
|
+
"quote",
|
319
|
+
"wasm-bindgen-macro-support",
|
320
|
+
]
|
321
|
+
|
322
|
+
[[package]]
|
323
|
+
name = "wasm-bindgen-macro-support"
|
324
|
+
version = "0.2.91"
|
325
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
326
|
+
checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66"
|
327
|
+
dependencies = [
|
328
|
+
"proc-macro2",
|
329
|
+
"quote",
|
330
|
+
"syn 2.0.51",
|
331
|
+
"wasm-bindgen-backend",
|
332
|
+
"wasm-bindgen-shared",
|
333
|
+
]
|
334
|
+
|
335
|
+
[[package]]
|
336
|
+
name = "wasm-bindgen-shared"
|
337
|
+
version = "0.2.91"
|
338
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
339
|
+
checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838"
|
340
|
+
|
341
|
+
[[package]]
|
342
|
+
name = "wasm-bindgen-test"
|
343
|
+
version = "0.3.41"
|
344
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
345
|
+
checksum = "143ddeb4f833e2ed0d252e618986e18bfc7b0e52f2d28d77d05b2f045dd8eb61"
|
346
|
+
dependencies = [
|
347
|
+
"console_error_panic_hook",
|
348
|
+
"js-sys",
|
349
|
+
"scoped-tls",
|
350
|
+
"wasm-bindgen",
|
351
|
+
"wasm-bindgen-futures",
|
352
|
+
"wasm-bindgen-test-macro",
|
353
|
+
]
|
354
|
+
|
355
|
+
[[package]]
|
356
|
+
name = "wasm-bindgen-test-macro"
|
357
|
+
version = "0.3.41"
|
358
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
359
|
+
checksum = "a5211b7550606857312bba1d978a8ec75692eae187becc5e680444fffc5e6f89"
|
360
|
+
dependencies = [
|
361
|
+
"proc-macro2",
|
362
|
+
"quote",
|
363
|
+
"syn 2.0.51",
|
364
|
+
]
|
365
|
+
|
366
|
+
[[package]]
|
367
|
+
name = "web-sys"
|
368
|
+
version = "0.3.68"
|
369
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
370
|
+
checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446"
|
371
|
+
dependencies = [
|
372
|
+
"js-sys",
|
373
|
+
"wasm-bindgen",
|
374
|
+
]
|
375
|
+
|
376
|
+
[[package]]
|
377
|
+
name = "web-time"
|
378
|
+
version = "1.1.0"
|
379
|
+
dependencies = [
|
380
|
+
"futures-channel",
|
381
|
+
"futures-util",
|
382
|
+
"getrandom",
|
383
|
+
"js-sys",
|
384
|
+
"pollster",
|
385
|
+
"rand",
|
386
|
+
"serde",
|
387
|
+
"serde_json",
|
388
|
+
"static_assertions",
|
389
|
+
"wasm-bindgen",
|
390
|
+
"wasm-bindgen-futures",
|
391
|
+
"wasm-bindgen-test",
|
392
|
+
"web-sys",
|
393
|
+
]
|
@@ -0,0 +1,246 @@
|
|
1
|
+
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
2
|
+
#
|
3
|
+
# When uploading crates to the registry Cargo will automatically
|
4
|
+
# "normalize" Cargo.toml files for maximal compatibility
|
5
|
+
# with all versions of Cargo and also rewrite `path` dependencies
|
6
|
+
# to registry (e.g., crates.io) dependencies.
|
7
|
+
#
|
8
|
+
# If you are reading this file be aware that the original Cargo.toml
|
9
|
+
# will likely look very different (and much more reasonable).
|
10
|
+
# See Cargo.toml.orig for the original contents.
|
11
|
+
|
12
|
+
[package]
|
13
|
+
edition = "2021"
|
14
|
+
rust-version = "1.60"
|
15
|
+
name = "web-time"
|
16
|
+
version = "1.1.0"
|
17
|
+
include = [
|
18
|
+
"CHANGELOG.md",
|
19
|
+
"LICENSE-*",
|
20
|
+
"src/**/*",
|
21
|
+
]
|
22
|
+
autobenches = false
|
23
|
+
description = "Drop-in replacement for std::time for Wasm in browsers"
|
24
|
+
readme = "README.md"
|
25
|
+
keywords = [
|
26
|
+
"instant",
|
27
|
+
"wasm",
|
28
|
+
"web",
|
29
|
+
"systemtime",
|
30
|
+
"time",
|
31
|
+
]
|
32
|
+
categories = [
|
33
|
+
"api-bindings",
|
34
|
+
"date-and-time",
|
35
|
+
"wasm",
|
36
|
+
]
|
37
|
+
license = "MIT OR Apache-2.0"
|
38
|
+
repository = "https://github.com/daxpedda/web-time"
|
39
|
+
|
40
|
+
[package.metadata.docs.rs]
|
41
|
+
all-features = true
|
42
|
+
rustdoc-args = ["--cfg=docsrs"]
|
43
|
+
targets = ["wasm32-unknown-unknown"]
|
44
|
+
|
45
|
+
[profile.bench]
|
46
|
+
lto = true
|
47
|
+
codegen-units = 1
|
48
|
+
|
49
|
+
[[example]]
|
50
|
+
name = "benchmark"
|
51
|
+
path = "benches/benchmark.rs"
|
52
|
+
|
53
|
+
[[test]]
|
54
|
+
name = "serde"
|
55
|
+
path = "tests/serde.rs"
|
56
|
+
required-features = ["serde"]
|
57
|
+
|
58
|
+
[dev-dependencies.static_assertions]
|
59
|
+
version = "1"
|
60
|
+
|
61
|
+
[features]
|
62
|
+
serde = ["dep:serde"]
|
63
|
+
|
64
|
+
[target."cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))".dev-dependencies.futures-channel]
|
65
|
+
version = "0.3"
|
66
|
+
features = ["alloc"]
|
67
|
+
default-features = false
|
68
|
+
|
69
|
+
[target."cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))".dev-dependencies.futures-util]
|
70
|
+
version = "0.3"
|
71
|
+
default-features = false
|
72
|
+
|
73
|
+
[target."cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))".dev-dependencies.web-sys]
|
74
|
+
version = "0.3"
|
75
|
+
features = ["WorkerGlobalScope"]
|
76
|
+
|
77
|
+
[target."cfg(all(target_family = \"wasm\", target_os = \"unknown\"))".dependencies.js-sys]
|
78
|
+
version = "0.3.20"
|
79
|
+
|
80
|
+
[target."cfg(all(target_family = \"wasm\", target_os = \"unknown\"))".dependencies.serde]
|
81
|
+
version = "1"
|
82
|
+
optional = true
|
83
|
+
|
84
|
+
[target."cfg(all(target_family = \"wasm\", target_os = \"unknown\"))".dependencies.wasm-bindgen]
|
85
|
+
version = "0.2.70"
|
86
|
+
default-features = false
|
87
|
+
|
88
|
+
[target."cfg(not(target_family = \"wasm\"))".dev-dependencies.pollster]
|
89
|
+
version = "0.3"
|
90
|
+
features = ["macro"]
|
91
|
+
|
92
|
+
[target."cfg(target_family = \"wasm\")".dev-dependencies.getrandom]
|
93
|
+
version = "0.2"
|
94
|
+
features = ["js"]
|
95
|
+
|
96
|
+
[target."cfg(target_family = \"wasm\")".dev-dependencies.rand]
|
97
|
+
version = "0.8"
|
98
|
+
|
99
|
+
[target."cfg(target_family = \"wasm\")".dev-dependencies.serde_json]
|
100
|
+
version = "1"
|
101
|
+
|
102
|
+
[target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-futures]
|
103
|
+
version = "0.4"
|
104
|
+
|
105
|
+
[target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test]
|
106
|
+
version = "0.3"
|
107
|
+
|
108
|
+
[target."cfg(target_family = \"wasm\")".dev-dependencies.web-sys]
|
109
|
+
version = "0.3"
|
110
|
+
features = [
|
111
|
+
"CssStyleDeclaration",
|
112
|
+
"Document",
|
113
|
+
"Element",
|
114
|
+
"HtmlTableElement",
|
115
|
+
"HtmlTableRowElement",
|
116
|
+
"Performance",
|
117
|
+
"Window",
|
118
|
+
]
|
119
|
+
|
120
|
+
[lints.clippy]
|
121
|
+
absolute_paths = "warn"
|
122
|
+
allow_attributes = "warn"
|
123
|
+
allow_attributes_without_reason = "warn"
|
124
|
+
as_conversions = "warn"
|
125
|
+
assertions_on_result_states = "warn"
|
126
|
+
clone_on_ref_ptr = "warn"
|
127
|
+
create_dir = "warn"
|
128
|
+
dbg_macro = "warn"
|
129
|
+
decimal_literal_representation = "warn"
|
130
|
+
default_union_representation = "warn"
|
131
|
+
empty_drop = "warn"
|
132
|
+
empty_structs_with_brackets = "warn"
|
133
|
+
equatable_if_let = "allow"
|
134
|
+
error_impl_error = "warn"
|
135
|
+
exit = "warn"
|
136
|
+
explicit_deref_methods = "allow"
|
137
|
+
filetype_is_file = "warn"
|
138
|
+
float_cmp_const = "warn"
|
139
|
+
fn_to_numeric_cast_any = "warn"
|
140
|
+
format_push_string = "warn"
|
141
|
+
future_not_send = "allow"
|
142
|
+
get_unwrap = "warn"
|
143
|
+
if_then_some_else_none = "warn"
|
144
|
+
impl_trait_in_params = "warn"
|
145
|
+
indexing_slicing = "warn"
|
146
|
+
infinite_loop = "warn"
|
147
|
+
large_include_file = "warn"
|
148
|
+
lossy_float_literal = "warn"
|
149
|
+
min_ident_chars = "warn"
|
150
|
+
missing_assert_message = "warn"
|
151
|
+
missing_asserts_for_indexing = "warn"
|
152
|
+
missing_docs_in_private_items = "warn"
|
153
|
+
mixed_read_write_in_expression = "warn"
|
154
|
+
module_inception = "allow"
|
155
|
+
module_name_repetitions = "allow"
|
156
|
+
mutex_atomic = "warn"
|
157
|
+
non_ascii_literal = "warn"
|
158
|
+
option_if_let_else = "allow"
|
159
|
+
partial_pub_fields = "warn"
|
160
|
+
print_stderr = "warn"
|
161
|
+
print_stdout = "warn"
|
162
|
+
pub_without_shorthand = "warn"
|
163
|
+
rc_buffer = "warn"
|
164
|
+
rc_mutex = "warn"
|
165
|
+
redundant_pub_crate = "allow"
|
166
|
+
redundant_type_annotations = "warn"
|
167
|
+
ref_patterns = "warn"
|
168
|
+
rest_pat_in_fully_bound_structs = "warn"
|
169
|
+
same_name_method = "warn"
|
170
|
+
self_named_module_files = "warn"
|
171
|
+
semicolon_outside_block = "warn"
|
172
|
+
single_char_lifetime_names = "warn"
|
173
|
+
str_to_string = "warn"
|
174
|
+
string_add = "warn"
|
175
|
+
string_lit_chars_any = "warn"
|
176
|
+
string_slice = "warn"
|
177
|
+
string_to_string = "warn"
|
178
|
+
suspicious_xor_used_as_pow = "warn"
|
179
|
+
tabs_in_doc_comments = "allow"
|
180
|
+
todo = "warn"
|
181
|
+
try_err = "warn"
|
182
|
+
undocumented_unsafe_blocks = "warn"
|
183
|
+
unimplemented = "warn"
|
184
|
+
unnecessary_safety_doc = "warn"
|
185
|
+
unnecessary_self_imports = "warn"
|
186
|
+
unneeded_field_pattern = "warn"
|
187
|
+
unseparated_literal_suffix = "warn"
|
188
|
+
unwrap_used = "warn"
|
189
|
+
use_debug = "warn"
|
190
|
+
verbose_file_reads = "warn"
|
191
|
+
|
192
|
+
[lints.clippy.cargo]
|
193
|
+
level = "warn"
|
194
|
+
priority = -1
|
195
|
+
|
196
|
+
[lints.clippy.nursery]
|
197
|
+
level = "warn"
|
198
|
+
priority = -1
|
199
|
+
|
200
|
+
[lints.clippy.pedantic]
|
201
|
+
level = "warn"
|
202
|
+
priority = -1
|
203
|
+
|
204
|
+
[lints.rust]
|
205
|
+
deprecated_in_future = "warn"
|
206
|
+
ffi_unwind_calls = "warn"
|
207
|
+
macro_use_extern_crate = "warn"
|
208
|
+
meta_variable_misuse = "warn"
|
209
|
+
missing_abi = "warn"
|
210
|
+
missing_copy_implementations = "warn"
|
211
|
+
missing_debug_implementations = "warn"
|
212
|
+
missing_docs = "warn"
|
213
|
+
non_ascii_idents = "warn"
|
214
|
+
single_use_lifetimes = "warn"
|
215
|
+
trivial_casts = "warn"
|
216
|
+
trivial_numeric_casts = "warn"
|
217
|
+
unreachable_pub = "warn"
|
218
|
+
unsafe_code = "deny"
|
219
|
+
unsafe_op_in_unsafe_fn = "warn"
|
220
|
+
unused_import_braces = "warn"
|
221
|
+
unused_lifetimes = "warn"
|
222
|
+
unused_qualifications = "warn"
|
223
|
+
|
224
|
+
[lints.rust.future_incompatible]
|
225
|
+
level = "warn"
|
226
|
+
priority = -1
|
227
|
+
|
228
|
+
[lints.rust.rust_2018_compatibility]
|
229
|
+
level = "warn"
|
230
|
+
priority = -1
|
231
|
+
|
232
|
+
[lints.rust.rust_2018_idioms]
|
233
|
+
level = "warn"
|
234
|
+
priority = -1
|
235
|
+
|
236
|
+
[lints.rust.rust_2021_compatibility]
|
237
|
+
level = "warn"
|
238
|
+
priority = -1
|
239
|
+
|
240
|
+
[lints.rust.unused]
|
241
|
+
level = "warn"
|
242
|
+
priority = -1
|
243
|
+
|
244
|
+
[lints.rustdoc.all]
|
245
|
+
level = "warn"
|
246
|
+
priority = -1
|