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,177 @@
|
|
1
|
+
//! Serde serialization and de-serialization for `SystemTime`. It aims to be
|
2
|
+
//! compatible with Serde's implementation for [`std::time::SystemTime`].
|
3
|
+
//!
|
4
|
+
//! This implementation was copied from Serde's
|
5
|
+
//! [`Deserialize`](https://github.com/serde-rs/serde/blob/5fa711d75d91173aafc6019e03cf8af6ac9ba7b2/serde/src/de/impls.rs#L2168-L2314),
|
6
|
+
//! and
|
7
|
+
//! [`Sserialize`](https://github.com/serde-rs/serde/blob/5fa711d75d91173aafc6019e03cf8af6ac9ba7b2/serde/src/ser/impls.rs#L730-L747)
|
8
|
+
//! implementation.
|
9
|
+
|
10
|
+
#![allow(warnings)]
|
11
|
+
|
12
|
+
// CHANGED: Replaced occurrences of `tri!` macro with `?`.
|
13
|
+
|
14
|
+
use std::fmt;
|
15
|
+
use std::time::Duration;
|
16
|
+
|
17
|
+
use serde::de::{Error, MapAccess, SeqAccess, Visitor};
|
18
|
+
use serde::{Deserialize, Deserializer, Serialize, Serializer};
|
19
|
+
|
20
|
+
use super::SystemTime;
|
21
|
+
|
22
|
+
impl<'de> Deserialize<'de> for SystemTime {
|
23
|
+
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
|
24
|
+
where
|
25
|
+
D: Deserializer<'de>,
|
26
|
+
{
|
27
|
+
// Reuse duration
|
28
|
+
enum Field {
|
29
|
+
Secs,
|
30
|
+
Nanos,
|
31
|
+
}
|
32
|
+
|
33
|
+
impl<'de> Deserialize<'de> for Field {
|
34
|
+
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
|
35
|
+
where
|
36
|
+
D: Deserializer<'de>,
|
37
|
+
{
|
38
|
+
struct FieldVisitor;
|
39
|
+
|
40
|
+
impl<'de> Visitor<'de> for FieldVisitor {
|
41
|
+
type Value = Field;
|
42
|
+
|
43
|
+
fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result {
|
44
|
+
formatter.write_str("`secs_since_epoch` or `nanos_since_epoch`")
|
45
|
+
}
|
46
|
+
|
47
|
+
fn visit_str<E>(self, value: &str) -> Result<Self::Value, E>
|
48
|
+
where
|
49
|
+
E: Error,
|
50
|
+
{
|
51
|
+
match value {
|
52
|
+
"secs_since_epoch" => Ok(Field::Secs),
|
53
|
+
"nanos_since_epoch" => Ok(Field::Nanos),
|
54
|
+
_ => Err(Error::unknown_field(value, FIELDS)),
|
55
|
+
}
|
56
|
+
}
|
57
|
+
|
58
|
+
fn visit_bytes<E>(self, value: &[u8]) -> Result<Self::Value, E>
|
59
|
+
where
|
60
|
+
E: Error,
|
61
|
+
{
|
62
|
+
match value {
|
63
|
+
b"secs_since_epoch" => Ok(Field::Secs),
|
64
|
+
b"nanos_since_epoch" => Ok(Field::Nanos),
|
65
|
+
_ => {
|
66
|
+
let value = String::from_utf8_lossy(value);
|
67
|
+
Err(Error::unknown_field(&value, FIELDS))
|
68
|
+
}
|
69
|
+
}
|
70
|
+
}
|
71
|
+
}
|
72
|
+
|
73
|
+
deserializer.deserialize_identifier(FieldVisitor)
|
74
|
+
}
|
75
|
+
}
|
76
|
+
|
77
|
+
fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E>
|
78
|
+
where
|
79
|
+
E: Error,
|
80
|
+
{
|
81
|
+
static NANOS_PER_SEC: u32 = 1_000_000_000;
|
82
|
+
match secs.checked_add((nanos / NANOS_PER_SEC) as u64) {
|
83
|
+
Some(_) => Ok(()),
|
84
|
+
None => Err(E::custom("overflow deserializing SystemTime epoch offset")),
|
85
|
+
}
|
86
|
+
}
|
87
|
+
|
88
|
+
struct DurationVisitor;
|
89
|
+
|
90
|
+
impl<'de> Visitor<'de> for DurationVisitor {
|
91
|
+
type Value = Duration;
|
92
|
+
|
93
|
+
fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result {
|
94
|
+
formatter.write_str("struct SystemTime")
|
95
|
+
}
|
96
|
+
|
97
|
+
fn visit_seq<A>(self, mut seq: A) -> Result<Self::Value, A::Error>
|
98
|
+
where
|
99
|
+
A: SeqAccess<'de>,
|
100
|
+
{
|
101
|
+
let secs: u64 = match seq.next_element()? {
|
102
|
+
Some(value) => value,
|
103
|
+
None => {
|
104
|
+
return Err(Error::invalid_length(0, &self));
|
105
|
+
}
|
106
|
+
};
|
107
|
+
let nanos: u32 = match seq.next_element()? {
|
108
|
+
Some(value) => value,
|
109
|
+
None => {
|
110
|
+
return Err(Error::invalid_length(1, &self));
|
111
|
+
}
|
112
|
+
};
|
113
|
+
check_overflow(secs, nanos)?;
|
114
|
+
Ok(Duration::new(secs, nanos))
|
115
|
+
}
|
116
|
+
|
117
|
+
fn visit_map<A>(self, mut map: A) -> Result<Self::Value, A::Error>
|
118
|
+
where
|
119
|
+
A: MapAccess<'de>,
|
120
|
+
{
|
121
|
+
let mut secs: Option<u64> = None;
|
122
|
+
let mut nanos: Option<u32> = None;
|
123
|
+
while let Some(key) = map.next_key()? {
|
124
|
+
match key {
|
125
|
+
Field::Secs => {
|
126
|
+
if secs.is_some() {
|
127
|
+
return Err(<A::Error as Error>::duplicate_field(
|
128
|
+
"secs_since_epoch",
|
129
|
+
));
|
130
|
+
}
|
131
|
+
secs = Some(map.next_value()?);
|
132
|
+
}
|
133
|
+
Field::Nanos => {
|
134
|
+
if nanos.is_some() {
|
135
|
+
return Err(<A::Error as Error>::duplicate_field(
|
136
|
+
"nanos_since_epoch",
|
137
|
+
));
|
138
|
+
}
|
139
|
+
nanos = Some(map.next_value()?);
|
140
|
+
}
|
141
|
+
}
|
142
|
+
}
|
143
|
+
let secs = match secs {
|
144
|
+
Some(secs) => secs,
|
145
|
+
None => return Err(<A::Error as Error>::missing_field("secs_since_epoch")),
|
146
|
+
};
|
147
|
+
let nanos = match nanos {
|
148
|
+
Some(nanos) => nanos,
|
149
|
+
None => return Err(<A::Error as Error>::missing_field("nanos_since_epoch")),
|
150
|
+
};
|
151
|
+
check_overflow(secs, nanos)?;
|
152
|
+
Ok(Duration::new(secs, nanos))
|
153
|
+
}
|
154
|
+
}
|
155
|
+
|
156
|
+
const FIELDS: &[&str] = &["secs_since_epoch", "nanos_since_epoch"];
|
157
|
+
let duration = deserializer.deserialize_struct("SystemTime", FIELDS, DurationVisitor)?;
|
158
|
+
// CHANGED: Insert `Duration` directly.
|
159
|
+
let ret = Ok(Self(duration));
|
160
|
+
ret
|
161
|
+
}
|
162
|
+
}
|
163
|
+
|
164
|
+
impl Serialize for SystemTime {
|
165
|
+
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
|
166
|
+
where
|
167
|
+
S: Serializer,
|
168
|
+
{
|
169
|
+
use serde::ser::SerializeStruct;
|
170
|
+
// CHANGED: Take `Duration` directly.
|
171
|
+
let duration_since_epoch = self.0;
|
172
|
+
let mut state = serializer.serialize_struct("SystemTime", 2)?;
|
173
|
+
state.serialize_field("secs_since_epoch", &duration_since_epoch.as_secs())?;
|
174
|
+
state.serialize_field("nanos_since_epoch", &duration_since_epoch.subsec_nanos())?;
|
175
|
+
state.end()
|
176
|
+
}
|
177
|
+
}
|
@@ -0,0 +1,111 @@
|
|
1
|
+
//! Re-implementation of [`std::time::SystemTime`].
|
2
|
+
|
3
|
+
use std::error::Error;
|
4
|
+
use std::fmt::{self, Display, Formatter};
|
5
|
+
use std::ops::{Add, AddAssign, Sub, SubAssign};
|
6
|
+
use std::time::Duration;
|
7
|
+
|
8
|
+
/// See [`std::time::SystemTime`].
|
9
|
+
#[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
|
10
|
+
pub struct SystemTime(pub(crate) Duration);
|
11
|
+
|
12
|
+
impl SystemTime {
|
13
|
+
/// See [`std::time::SystemTime::UNIX_EPOCH`].
|
14
|
+
pub const UNIX_EPOCH: Self = Self(Duration::ZERO);
|
15
|
+
|
16
|
+
/// See [`std::time::SystemTime::now()`].
|
17
|
+
#[must_use]
|
18
|
+
#[allow(clippy::missing_panics_doc)]
|
19
|
+
pub fn now() -> Self {
|
20
|
+
#[allow(clippy::as_conversions, clippy::cast_possible_truncation)]
|
21
|
+
let ms = js_sys::Date::now() as i64;
|
22
|
+
let ms = ms.try_into().expect("found negative timestamp");
|
23
|
+
|
24
|
+
Self(Duration::from_millis(ms))
|
25
|
+
}
|
26
|
+
|
27
|
+
/// See [`std::time::SystemTime::duration_since()`].
|
28
|
+
#[allow(clippy::missing_errors_doc, clippy::trivially_copy_pass_by_ref)]
|
29
|
+
pub fn duration_since(&self, earlier: Self) -> Result<Duration, SystemTimeError> {
|
30
|
+
if self.0 < earlier.0 {
|
31
|
+
Err(SystemTimeError(earlier.0 - self.0))
|
32
|
+
} else {
|
33
|
+
Ok(self.0 - earlier.0)
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
/// See [`std::time::SystemTime::elapsed()`].
|
38
|
+
#[allow(clippy::missing_errors_doc, clippy::trivially_copy_pass_by_ref)]
|
39
|
+
pub fn elapsed(&self) -> Result<Duration, SystemTimeError> {
|
40
|
+
Self::now().duration_since(*self)
|
41
|
+
}
|
42
|
+
|
43
|
+
/// See [`std::time::SystemTime::checked_add()`].
|
44
|
+
#[allow(clippy::trivially_copy_pass_by_ref)]
|
45
|
+
pub fn checked_add(&self, duration: Duration) -> Option<Self> {
|
46
|
+
self.0.checked_add(duration).map(SystemTime)
|
47
|
+
}
|
48
|
+
|
49
|
+
/// See [`std::time::SystemTime::checked_sub()`].
|
50
|
+
#[allow(clippy::trivially_copy_pass_by_ref)]
|
51
|
+
pub fn checked_sub(&self, duration: Duration) -> Option<Self> {
|
52
|
+
self.0.checked_sub(duration).map(SystemTime)
|
53
|
+
}
|
54
|
+
}
|
55
|
+
|
56
|
+
impl Add<Duration> for SystemTime {
|
57
|
+
type Output = Self;
|
58
|
+
|
59
|
+
/// # Panics
|
60
|
+
///
|
61
|
+
/// This function may panic if the resulting point in time cannot be
|
62
|
+
/// represented by the underlying data structure. See
|
63
|
+
/// [`SystemTime::checked_add`] for a version without panic.
|
64
|
+
fn add(self, dur: Duration) -> Self {
|
65
|
+
self.checked_add(dur)
|
66
|
+
.expect("overflow when adding duration to instant")
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
impl AddAssign<Duration> for SystemTime {
|
71
|
+
fn add_assign(&mut self, other: Duration) {
|
72
|
+
*self = *self + other;
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
impl Sub<Duration> for SystemTime {
|
77
|
+
type Output = Self;
|
78
|
+
|
79
|
+
fn sub(self, dur: Duration) -> Self {
|
80
|
+
self.checked_sub(dur)
|
81
|
+
.expect("overflow when subtracting duration from instant")
|
82
|
+
}
|
83
|
+
}
|
84
|
+
|
85
|
+
impl SubAssign<Duration> for SystemTime {
|
86
|
+
fn sub_assign(&mut self, other: Duration) {
|
87
|
+
*self = *self - other;
|
88
|
+
}
|
89
|
+
}
|
90
|
+
|
91
|
+
/// See [`std::time::SystemTimeError`].
|
92
|
+
#[derive(Clone, Debug)]
|
93
|
+
#[allow(missing_copy_implementations)]
|
94
|
+
pub struct SystemTimeError(Duration);
|
95
|
+
|
96
|
+
impl SystemTimeError {
|
97
|
+
/// See [`std::time::SystemTimeError::duration()`].
|
98
|
+
#[must_use]
|
99
|
+
#[allow(clippy::missing_const_for_fn)]
|
100
|
+
pub fn duration(&self) -> Duration {
|
101
|
+
self.0
|
102
|
+
}
|
103
|
+
}
|
104
|
+
|
105
|
+
impl Display for SystemTimeError {
|
106
|
+
fn fmt(&self, formatter: &mut Formatter<'_>) -> fmt::Result {
|
107
|
+
write!(formatter, "second time provided was later than self")
|
108
|
+
}
|
109
|
+
}
|
110
|
+
|
111
|
+
impl Error for SystemTimeError {}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
//! Platform-specific extensions to [`web-time`](crate) for the Web platform.
|
2
|
+
|
3
|
+
#![allow(clippy::absolute_paths)]
|
4
|
+
|
5
|
+
use std::time::SystemTime as StdSystemTime;
|
6
|
+
|
7
|
+
use crate::SystemTime;
|
8
|
+
|
9
|
+
/// Web-specific extension to [`web_time::SystemTime`](crate::SystemTime).
|
10
|
+
pub trait SystemTimeExt {
|
11
|
+
/// Convert [`web_time::SystemTime`](crate::SystemTime) to
|
12
|
+
/// [`std::time::SystemTime`].
|
13
|
+
///
|
14
|
+
/// # Note
|
15
|
+
///
|
16
|
+
/// This might give a misleading impression of compatibility!
|
17
|
+
///
|
18
|
+
/// Considering this functionality will probably be used to interact with
|
19
|
+
/// incompatible APIs of other dependencies, care should be taken that the
|
20
|
+
/// dependency in question doesn't call [`std::time::SystemTime::now()`]
|
21
|
+
/// internally, which would panic.
|
22
|
+
fn to_std(self) -> std::time::SystemTime;
|
23
|
+
|
24
|
+
/// Convert [`std::time::SystemTime`] to
|
25
|
+
/// [`web_time::SystemTime`](crate::SystemTime).
|
26
|
+
///
|
27
|
+
/// # Note
|
28
|
+
///
|
29
|
+
/// This might give a misleading impression of compatibility!
|
30
|
+
///
|
31
|
+
/// Considering this functionality will probably be used to interact with
|
32
|
+
/// incompatible APIs of other dependencies, care should be taken that the
|
33
|
+
/// dependency in question doesn't call [`std::time::SystemTime::now()`]
|
34
|
+
/// internally, which would panic.
|
35
|
+
fn from_std(time: std::time::SystemTime) -> SystemTime;
|
36
|
+
}
|
37
|
+
|
38
|
+
impl SystemTimeExt for SystemTime {
|
39
|
+
fn to_std(self) -> std::time::SystemTime {
|
40
|
+
StdSystemTime::UNIX_EPOCH + self.0
|
41
|
+
}
|
42
|
+
|
43
|
+
fn from_std(time: std::time::SystemTime) -> SystemTime {
|
44
|
+
Self::UNIX_EPOCH
|
45
|
+
+ time
|
46
|
+
.duration_since(StdSystemTime::UNIX_EPOCH)
|
47
|
+
.expect("found `SystemTime` earlier then unix epoch")
|
48
|
+
}
|
49
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
{"files":{"Cargo.toml":"
|
1
|
+
{"files":{"Cargo.toml":"b469bdd8886b8dae818b75724beb965132a3796e11000543cdf75f08ba43f1e4","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","README.md":"21422dca0d2d4fd0e55a8cb795e26fc5ba1d6ca84c309c8d7f2344b1b47bdf17","src/borrow.rs":"1f022ac413d07ea01a5e1a8740ae656d42a33e224cf1abb8222cfa0aa2bc7bb3","src/error.rs":"deb6a444431fe40eef837b5db8f4f5fa82ef8a03bb9957c3688895d5f6d7bd20","src/guest_type.rs":"3f729ef3c41b3a216afc8a8c8b7f904bf0addb75861bb7f98cdff33d89c7d17f","src/lib.rs":"3f3ec0137c5498f4d35e10aa0d2fc60fc88e756cb8d8bf8dcf7bac71c64388f7","src/region.rs":"5a4e9284148747f00dbe08831b87c5c2528e68eff266a6f1996fcb11d00ed821","src/wasmtime.rs":"2afdc1d14c4099f903b5bb9f9cbd54ebd60532c36eb39eecfc41319948407766"},"package":"f93fc3510978a905f931d74784ed8685bd6453e18ad8f92809e793d48827e3cd"}
|
@@ -12,7 +12,7 @@
|
|
12
12
|
[package]
|
13
13
|
edition = "2021"
|
14
14
|
name = "wiggle"
|
15
|
-
version = "20.0.
|
15
|
+
version = "20.0.2"
|
16
16
|
authors = [
|
17
17
|
"Pat Hickey <phickey@fastly.com>",
|
18
18
|
"Jakub Konka <kubkonk@jakubkonka.com>",
|
@@ -72,12 +72,12 @@ version = "1.0.43"
|
|
72
72
|
version = "0.1.26"
|
73
73
|
|
74
74
|
[dependencies.wasmtime]
|
75
|
-
version = "20.0.
|
75
|
+
version = "20.0.2"
|
76
76
|
optional = true
|
77
77
|
default-features = false
|
78
78
|
|
79
79
|
[dependencies.wiggle-macro]
|
80
|
-
version = "=20.0.
|
80
|
+
version = "=20.0.2"
|
81
81
|
|
82
82
|
[dependencies.witx]
|
83
83
|
version = "0.9.1"
|
@@ -95,7 +95,7 @@ features = [
|
|
95
95
|
]
|
96
96
|
|
97
97
|
[dev-dependencies.wasmtime]
|
98
|
-
version = "20.0.
|
98
|
+
version = "20.0.2"
|
99
99
|
default-features = false
|
100
100
|
|
101
101
|
[features]
|
data/ext/cargo-vendor/{wiggle-generate-20.0.0 → wiggle-generate-20.0.2}/.cargo-checksum.json
RENAMED
@@ -1 +1 @@
|
|
1
|
-
{"files":{"Cargo.toml":"
|
1
|
+
{"files":{"Cargo.toml":"3a8cf9caa175a932fc84ea324647e917d8e93e972d26a955c7d8481b0d3a44f5","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","README.md":"eb29b0dead8b5ff41ac51282bfa041e9c122c7c10395e2c8e0050972b7edaa9b","src/codegen_settings.rs":"f53f89264a5bbd7a62a1e1c931539d5054f0030a747a485e9b0b9d65106dd7e8","src/config.rs":"64be20113d788bf7e1aab7e16271384e5784d13b1ffb9bba43e1cc4b33cde619","src/funcs.rs":"8279c990d18a213e3c541bb8739f222b341d9fbbbf9998ad8203246edb3af95d","src/lib.rs":"5f6ec829e43dc37427fefea20aa625e60d91d5dc408a9befa643becf5adef0fa","src/lifetimes.rs":"4b54f556048732580daf5b238963277c61096bc8c2b7bd012d0c2a6771b4cddb","src/module_trait.rs":"95dff309611fbb406506cd394a01a9da23a930c12f56cb3acc5b839f3181c2a0","src/names.rs":"19a579dea7c5631105105a21e42d5cdafe773b2e33dc117adc36333bc0b88b2a","src/types/error.rs":"e21302d7f2cf59161566e7f224c70cd892694f1ea173fb205db0c2cb82c40e2c","src/types/flags.rs":"cc125979ca890fcb2ae7d8fb04452f633830e9e5ab3ac7d97697a779e61246c9","src/types/handle.rs":"76f867db75c665ab617e8c96d54f27c6e773c3eda513f6b5f4fb7ef1def99162","src/types/mod.rs":"f3dcfcf064abf4475e132eb6793211f6b79b937becd658a38401a2c06634135c","src/types/record.rs":"59fedf459446f2fc95247faad64aed465dbc5d634321ec468724a0f8db7d1fce","src/types/variant.rs":"dc7aaa915f6fd783ea729893820f0fb9f5ffe9406abbb6dcec775d7c7021fb5e","src/wasmtime.rs":"61cb4b0ad6b7749a052dc5c540b48354651a56a3a77a1042ed60237c37807baf"},"package":"4ec3909e70f36066526ad3b2abb4855ab836f8a6b293449582563ac50d651083"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"files":{"Cargo.toml":"5269c5fc5f40a9be670edd55675fcd056502c268db4288a2fd2031494d17cffc","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","src/lib.rs":"f900ec4ff2b4b5f11d5ed5b15a1d521470fe94ecea2fbff3da1cb1b241df0d17"},"package":"b4c31124572ab16401c491c0d4fb5fe5d17dab65fcfcc56d7d8efb1c1e56a3db"}
|
@@ -12,7 +12,7 @@
|
|
12
12
|
[package]
|
13
13
|
edition = "2021"
|
14
14
|
name = "wiggle-macro"
|
15
|
-
version = "20.0.
|
15
|
+
version = "20.0.2"
|
16
16
|
authors = [
|
17
17
|
"Pat Hickey <phickey@fastly.com>",
|
18
18
|
"Jakub Konka <kubkon@jakubkonka.com>",
|
@@ -47,7 +47,7 @@ version = "2.0.25"
|
|
47
47
|
features = ["full"]
|
48
48
|
|
49
49
|
[dependencies.wiggle-generate]
|
50
|
-
version = "=20.0.
|
50
|
+
version = "=20.0.2"
|
51
51
|
|
52
52
|
[dev-dependencies]
|
53
53
|
|
@@ -1 +1 @@
|
|
1
|
-
{"files":{"Cargo.toml":"
|
1
|
+
{"files":{"Cargo.toml":"c1d68ff3accacf6024ec6839b910ac34f8e13a33dc2789cbc48cff017d28dc40","LICENSE":"a6c48161a09acc75a0e25503bab66a731eb5fba5392ed4bb4743e4ba5085327a","build.rs":"d19fe439db9b48a8bf91af26001c20ea6010633133bc52a13679720187a7cf1b","src/abi/local.rs":"28a8dc818d9bc6d60e198b6502e6037dd76a0e84d59ed182177161485201bdc2","src/abi/mod.rs":"7e83e65cd43627e8b9732135b09026df406dac8727500c4f86cb45966ee62a25","src/codegen/bounds.rs":"079c8bd8e49e60d8f37f8720706904875a30059f1f40946266a25864b4d1ee9f","src/codegen/builtin.rs":"534d652d00676e2be629145a94f7b08feebb0595e65b58351cdb26afacfba3f3","src/codegen/call.rs":"4b0cb498fe162eea3cc4ef17a85b59bf949f31398ebcea474d91d3b83e509094","src/codegen/context.rs":"ee81ae8b3bcec04f02e0dce91599f2222a31fea3c77cb7efe1eb61dd25061669","src/codegen/control.rs":"f9f17c75dd92091ae45687163ee434a370b67e02ecbf393dd93108dc99beca03","src/codegen/env.rs":"59ab4d1f4a58b63599449ff63679627eee9a62ee852dcb2b1aac3ee66af8b461","src/codegen/mod.rs":"defca5a39fbc3b6d41fa893192fbf63ba8a63eb1e2dac8235fbb2938bacf3f9a","src/frame/mod.rs":"ac6424bf2807d6daa27114856be64a7b0198a5714a1de9c0e0aefa26e786e65a","src/isa/aarch64/abi.rs":"eadf8b80f2743928efe46a79ba2aec74f9a857de945d6c76a6bddf1e461915ea","src/isa/aarch64/address.rs":"fb50103f9621a42847115717099049c8b0373daeb556d532c1acbba0e639d100","src/isa/aarch64/asm.rs":"a1f4c4520818c0c9c52ca309ef2cf3e1e6ee3f4b64f458c5745fa47921fe5e81","src/isa/aarch64/masm.rs":"3add9c97f987a3f7b3ead9db40d8c51b06739e3243b47006ceb3a74e08ceb44e","src/isa/aarch64/mod.rs":"b08e3cbf62b261dae2aab8fdde4d60ec1d4a28124ffa0d4c52cf762f805fc7ca","src/isa/aarch64/regs.rs":"3e00cf39133bc6bc12e8cc3f74b3d69d5d611098040e53b85c05c1300563e16e","src/isa/mod.rs":"1d510bf60febcd07664a3436ab304d3884f8474ed6051423b4a29c30d3eb90c6","src/isa/reg.rs":"e9bf6c7c7183790722dc55425f32b7f2f3e83fc7352f61e4709275931a8f332f","src/isa/x64/abi.rs":"3b5dbb2d7f68522d6c1659c38588c46f846b56957b57e7a811d38a14e2c08960","src/isa/x64/address.rs":"50245c51730ab31064628882d24155ba676803c29875ac9d226d081af9f6700d","src/isa/x64/asm.rs":"0e683712bf9390bd10b414728474c84dda5968dcd1439f9a874471ca2210b614","src/isa/x64/masm.rs":"76dd4e368c3dee9c6f96905de3a00b757ae9d758ebeb35f6f2165ce2a047848d","src/isa/x64/mod.rs":"58ee9a43fd750cbda62ece716d4e88796f813bd089c9766be82ec4ca71f6dbea","src/isa/x64/regs.rs":"d8725064e0c3ecd5531772707758f02332255258beecd36f5a06711a4fe83499","src/lib.rs":"ff6ec9d65c59b5f4d2d8561da13866c9c0bd5e5cccb106c61a35bd030f1339ce","src/masm.rs":"684e8b7e541d939b12c111bc42b3df330aa4b5329f041ec8c9cd6fa3f1142336","src/regalloc.rs":"07bbfbea7748addd162d6dc54a4771172e44b4ba6a7cf8168a6cd53e66acd825","src/regset.rs":"9e8c7848ea8bc16e176b7c50e84c33f1ec479ec10914071fea4dce68a1e1f75b","src/stack.rs":"68109e6ffcdbd8d2efc1ab3b133ced8a53ad0c31b26fdaa311cd9fe877ca47ea","src/visitor.rs":"33449c151fa87f56c47b72c599564e4ccf3c7a887bd907b1a3a2e0d331160436"},"package":"cefeb84a0f39227cf2eb665cf348e6150ebf3372d08adff03264064ab590fdf4"}
|
@@ -12,7 +12,7 @@
|
|
12
12
|
[package]
|
13
13
|
edition = "2021"
|
14
14
|
name = "winch-codegen"
|
15
|
-
version = "0.18.
|
15
|
+
version = "0.18.2"
|
16
16
|
authors = ["The Winch Project Developers"]
|
17
17
|
description = "Winch code generation library"
|
18
18
|
license = "Apache-2.0 WITH LLVM-exception"
|
@@ -22,7 +22,7 @@ repository = "https://github.com/bytecodealliance/wasmtime"
|
|
22
22
|
version = "1.0.22"
|
23
23
|
|
24
24
|
[dependencies.cranelift-codegen]
|
25
|
-
version = "0.107.
|
25
|
+
version = "0.107.2"
|
26
26
|
features = [
|
27
27
|
"std",
|
28
28
|
"unwind",
|
@@ -58,10 +58,10 @@ default-features = false
|
|
58
58
|
version = "0.202.0"
|
59
59
|
|
60
60
|
[dependencies.wasmtime-cranelift]
|
61
|
-
version = "=20.0.
|
61
|
+
version = "=20.0.2"
|
62
62
|
|
63
63
|
[dependencies.wasmtime-environ]
|
64
|
-
version = "=20.0.
|
64
|
+
version = "=20.0.2"
|
65
65
|
|
66
66
|
[features]
|
67
67
|
all-arch = [
|
data/lib/wasmtime/version.rb
CHANGED