wasmtime 17.0.0 → 17.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +70 -70
- data/ext/Cargo.toml +6 -6
- data/ext/cargo-vendor/{cranelift-bforest-0.104.0 → cranelift-bforest-0.104.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cranelift-bforest-0.104.0 → cranelift-bforest-0.104.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/Cargo.toml +7 -7
- data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/egraph/cost.rs +60 -18
- data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/egraph/elaborate.rs +111 -38
- data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/egraph.rs +1 -0
- data/ext/cargo-vendor/cranelift-codegen-0.104.1/src/opts/README.md +87 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/cprop.isle +4 -6
- data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/extends.isle +19 -11
- data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/icmp.isle +10 -10
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.104.0 → cranelift-codegen-shared-0.104.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.104.0 → cranelift-codegen-shared-0.104.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{cranelift-control-0.104.0 → cranelift-control-0.104.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cranelift-control-0.104.0 → cranelift-control-0.104.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{cranelift-frontend-0.104.0 → cranelift-frontend-0.104.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cranelift-frontend-0.104.0 → cranelift-frontend-0.104.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{cranelift-native-0.104.0 → cranelift-native-0.104.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cranelift-native-0.104.0 → cranelift-native-0.104.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/Cargo.toml +5 -5
- data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/Cargo.toml +4 -4
- data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/Cargo.toml +10 -10
- data/ext/cargo-vendor/wasmtime-asm-macros-17.0.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wasmtime-asm-macros-17.0.0 → wasmtime-asm-macros-17.0.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/Cargo.toml +3 -3
- data/ext/cargo-vendor/wasmtime-component-util-17.0.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wasmtime-component-util-17.0.0 → wasmtime-component-util-17.0.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/Cargo.toml +10 -10
- data/ext/cargo-vendor/{wasmtime-cranelift-shared-17.0.0 → wasmtime-cranelift-shared-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-cranelift-shared-17.0.0 → wasmtime-cranelift-shared-17.0.1}/Cargo.toml +5 -5
- data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/Cargo.lock +7 -7
- data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/Cargo.toml +4 -4
- data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/Cargo.toml +4 -4
- data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/Cargo.toml +5 -5
- data/ext/cargo-vendor/{wasmtime-jit-debug-17.0.0 → wasmtime-jit-debug-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-jit-debug-17.0.0 → wasmtime-jit-debug-17.0.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-17.0.0 → wasmtime-jit-icache-coherence-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-17.0.0 → wasmtime-jit-icache-coherence-17.0.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/Cargo.toml +8 -8
- data/ext/cargo-vendor/wasmtime-types-17.0.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wasmtime-types-17.0.0 → wasmtime-types-17.0.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/wasmtime-versioned-export-macros-17.0.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wasmtime-versioned-export-macros-17.0.0 → wasmtime-versioned-export-macros-17.0.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/Cargo.toml +7 -7
- data/ext/cargo-vendor/{wasmtime-winch-17.0.0 → wasmtime-winch-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-winch-17.0.0 → wasmtime-winch-17.0.1}/Cargo.toml +5 -5
- data/ext/cargo-vendor/{wasmtime-wit-bindgen-17.0.0 → wasmtime-wit-bindgen-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wasmtime-wit-bindgen-17.0.0 → wasmtime-wit-bindgen-17.0.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/wasmtime-wmemcheck-17.0.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wasmtime-wmemcheck-17.0.0 → wasmtime-wmemcheck-17.0.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/{wiggle-17.0.0 → wiggle-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wiggle-17.0.0 → wiggle-17.0.1}/Cargo.toml +3 -3
- data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/Cargo.toml +1 -1
- data/ext/cargo-vendor/wiggle-macro-17.0.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{wiggle-macro-17.0.0 → wiggle-macro-17.0.1}/Cargo.toml +2 -2
- data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/Cargo.toml +3 -3
- data/lib/wasmtime/version.rb +1 -1
- metadata +905 -905
- data/ext/cargo-vendor/cranelift-codegen-0.104.0/src/opts/README.md +0 -5
- data/ext/cargo-vendor/wasmtime-asm-macros-17.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-component-util-17.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-types-17.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-versioned-export-macros-17.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-wmemcheck-17.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-macro-17.0.0/.cargo-checksum.json +0 -1
- /data/ext/cargo-vendor/{cranelift-bforest-0.104.0 → cranelift-bforest-0.104.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{cranelift-bforest-0.104.0 → cranelift-bforest-0.104.1}/README.md +0 -0
- /data/ext/cargo-vendor/{cranelift-bforest-0.104.0 → cranelift-bforest-0.104.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-bforest-0.104.0 → cranelift-bforest-0.104.1}/src/map.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-bforest-0.104.0 → cranelift-bforest-0.104.1}/src/node.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-bforest-0.104.0 → cranelift-bforest-0.104.1}/src/path.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-bforest-0.104.0 → cranelift-bforest-0.104.1}/src/pool.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-bforest-0.104.0 → cranelift-bforest-0.104.1}/src/set.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/README.md +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/benches/x64-evex-encoding.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/build.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/alias_analysis.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/binemit/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/binemit/stack_map.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/bitset.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/cfg_printer.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/constant_hash.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/context.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ctxhash.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/cursor.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/data_value.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/dbg.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/dce.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/dominator_tree.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/egraph/domtree.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/flowgraph.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/fx.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/incremental_cache.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/inst_predicates.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/atomic_rmw_op.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/builder.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/condcodes.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/constant.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/dfg.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/dynamic_type.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/entities.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/extfunc.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/extname.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/function.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/globalvalue.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/immediates.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/instructions.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/jumptable.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/known_symbol.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/layout.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/libcall.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/memflags.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/memtype.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/pcc.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/progpoint.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/sourceloc.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/stackslot.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/table.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/trapcode.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/ir/types.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/abi.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/inst/args.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/inst/emit.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/inst/emit_tests.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/inst/imms.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/inst/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/inst/regs.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/inst/unwind/systemv.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/inst/unwind.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/inst.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/inst_neon.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/lower/isle/generated_code.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/lower/isle.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/lower.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/lower.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/lower_dynamic_neon.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/pcc.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/aarch64/settings.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/call_conv.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/abi.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst/args.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst/emit.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst/emit_tests.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst/encode.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst/imms.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst/regs.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst/unwind/systemv.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst/unwind.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst/vector.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/inst_vector.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/lower/isle/generated_code.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/lower/isle.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/lower.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/lower.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/riscv64/settings.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/abi.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/inst/args.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/inst/emit.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/inst/emit_tests.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/inst/imms.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/inst/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/inst/regs.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/inst/unwind/systemv.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/inst/unwind.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/inst.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/lower/isle/generated_code.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/lower/isle.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/lower.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/lower.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/s390x/settings.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/unwind/systemv.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/unwind/winx64.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/unwind.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/abi.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/encoding/evex.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/encoding/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/encoding/rex.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/encoding/vex.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/inst/args.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/inst/emit.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/inst/emit_state.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/inst/emit_tests.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/inst/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/inst/regs.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/inst/unwind/systemv.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/inst/unwind/winx64.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/inst/unwind.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/inst.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/lower/isle/generated_code.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/lower/isle.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/lower.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/lower.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/pcc.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isa/x64/settings.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/isle_prelude.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/iterators.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/legalizer/globalvalue.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/legalizer/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/legalizer/table.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/loop_analysis.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/abi.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/blockorder.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/buffer.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/compile.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/helpers.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/inst_common.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/isle.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/lower.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/pcc.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/reg.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/valueregs.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/machinst/vcode.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/nan_canonicalization.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/arithmetic.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/bitops.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/generated_code.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/remat.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/selects.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/shifts.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/spaceship.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/vector.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/prelude.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/prelude_lower.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/prelude_opt.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/print_errors.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/remove_constant_phis.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/result.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/scoped_hash_map.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/settings.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/souper_harvest.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/timing.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/unionfind.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/unreachable_code.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/value_label.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/verifier/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/write.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/README.md +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/cdsl/formats.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/cdsl/instructions.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/cdsl/isa.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/cdsl/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/cdsl/operands.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/cdsl/settings.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/cdsl/types.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/cdsl/typevar.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/constant_hash.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/gen_inst.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/gen_settings.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/gen_types.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/isa/arm64.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/isa/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/isa/riscv64.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/isa/s390x.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/isa/x86.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/shared/entities.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/shared/formats.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/shared/immediates.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/shared/instructions.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/shared/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/shared/settings.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/shared/types.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/srcgen.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/src/unique_table.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-shared-0.104.0 → cranelift-codegen-shared-0.104.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-shared-0.104.0 → cranelift-codegen-shared-0.104.1}/README.md +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-shared-0.104.0 → cranelift-codegen-shared-0.104.1}/src/constant_hash.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-shared-0.104.0 → cranelift-codegen-shared-0.104.1}/src/constants.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-codegen-shared-0.104.0 → cranelift-codegen-shared-0.104.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-control-0.104.0 → cranelift-control-0.104.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{cranelift-control-0.104.0 → cranelift-control-0.104.1}/README.md +0 -0
- /data/ext/cargo-vendor/{cranelift-control-0.104.0 → cranelift-control-0.104.1}/src/chaos.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-control-0.104.0 → cranelift-control-0.104.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-control-0.104.0 → cranelift-control-0.104.1}/src/zero_sized.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/README.md +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/boxed_slice.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/iter.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/keys.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/list.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/map.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/packed_option.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/primary.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/set.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/sparse.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/src/unsigned.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-frontend-0.104.0 → cranelift-frontend-0.104.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{cranelift-frontend-0.104.0 → cranelift-frontend-0.104.1}/README.md +0 -0
- /data/ext/cargo-vendor/{cranelift-frontend-0.104.0 → cranelift-frontend-0.104.1}/src/frontend.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-frontend-0.104.0 → cranelift-frontend-0.104.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-frontend-0.104.0 → cranelift-frontend-0.104.1}/src/ssa.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-frontend-0.104.0 → cranelift-frontend-0.104.1}/src/switch.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-frontend-0.104.0 → cranelift-frontend-0.104.1}/src/variable.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/README.md +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/build.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/fail/bad_converters.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/fail/bound_var_type_mismatch.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/fail/converter_extractor_constructor.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/fail/error1.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/fail/extra_parens.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/fail/impure_expression.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/fail/impure_rhs.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/fail/multi_internal_etor.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/fail/multi_prio.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/link/borrows.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/link/borrows_main.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/link/iflets.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/link/iflets_main.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/link/multi_constructor.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/link/multi_constructor_main.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/link/multi_extractor.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/link/multi_extractor_main.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/link/test.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/link/test_main.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/bound_var.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/construct_and_extract.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/conversions.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/conversions_extern.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/let.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/nodebug.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/prio_trie_bug.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/test2.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/test3.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/test4.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/pass/tutorial.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/run/iconst.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/run/iconst_main.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/run/let_shadowing.isle +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/isle_examples/run/let_shadowing_main.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/ast.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/codegen.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/compile.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/lexer.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/log.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/overlap.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/parser.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/sema.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/serialize.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/src/trie_again.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-isle-0.104.0 → cranelift-isle-0.104.1}/tests/run_tests.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-native-0.104.0 → cranelift-native-0.104.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{cranelift-native-0.104.0 → cranelift-native-0.104.1}/README.md +0 -0
- /data/ext/cargo-vendor/{cranelift-native-0.104.0 → cranelift-native-0.104.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-native-0.104.0 → cranelift-native-0.104.1}/src/riscv.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/README.md +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/code_translator/bounds_checks.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/code_translator.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/environ/dummy.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/environ/mod.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/environ/spec.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/func_translator.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/heap.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/module_translator.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/sections_translator.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/state.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/src/translation_utils.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/tests/wasm_testsuite.rs +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/arith.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/br_table.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/call-simd.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/call.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/embenchen_fannkuch.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/embenchen_fasta.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/embenchen_ifs.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/embenchen_primes.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/fac-multi-value.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/fibonacci.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/globals.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/icall-simd.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/icall.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/if-reachability-translation-0.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/if-reachability-translation-1.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/if-reachability-translation-2.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/if-reachability-translation-3.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/if-reachability-translation-4.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/if-reachability-translation-5.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/if-reachability-translation-6.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/if-unreachable-else-params-2.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/if-unreachable-else-params.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/issue-1306-name-section-with-u32-max-function-index.wasm +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/memory.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-0.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-1.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-10.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-11.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-12.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-13.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-14.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-15.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-16.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-17.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-2.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-3.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-4.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-5.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-6.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-7.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-8.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/multi-9.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/nullref.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/passive-data.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/pr2303.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/pr2559.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/ref-func-0.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/rust_fannkuch.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/select.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/simd-store.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/simd.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/table-copy.wat +0 -0
- /data/ext/cargo-vendor/{cranelift-wasm-0.104.0 → cranelift-wasm-0.104.1}/wasmtests/unreachable_code.wat +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/src/clocks.rs +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/src/dir.rs +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/src/file.rs +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/src/net.rs +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/src/sched/unix.rs +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/src/sched/windows.rs +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/src/sched.rs +0 -0
- /data/ext/cargo-vendor/{wasi-cap-std-sync-17.0.0 → wasi-cap-std-sync-17.0.1}/src/stdio.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/docs/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/docs.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/typenames.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/wasi_ephemeral_args.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/wasi_ephemeral_clock.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/wasi_ephemeral_environ.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/wasi_ephemeral_fd.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/wasi_ephemeral_path.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/wasi_ephemeral_poll.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/wasi_ephemeral_proc.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/wasi_ephemeral_random.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/wasi_ephemeral_sched.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/ephemeral/witx/wasi_ephemeral_sock.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/old/snapshot_0/docs.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/old/snapshot_0/witx/typenames.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/old/snapshot_0/witx/wasi_unstable.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/snapshot/docs.html +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/snapshot/docs.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/snapshot/witx/typenames.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/phases/snapshot/witx/wasi_snapshot_preview1.witx +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/proposal-template/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/proposals/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/snapshots/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/WASI/standard/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/build.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/clocks.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/ctx.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/dir.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/file.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/pipe.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/random.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/sched/subscription.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/sched.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/snapshots/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/snapshots/preview_0.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/snapshots/preview_1/error.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/snapshots/preview_1.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/string_array.rs +0 -0
- /data/ext/cargo-vendor/{wasi-common-17.0.0 → wasi-common-17.0.1}/src/table.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/code.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/compiler.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/component.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/func/host.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/func/options.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/func/typed.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/func.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/instance.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/linker.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/matching.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/resource_table.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/resources.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/storage.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/store.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/component/values.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/coredump.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/engine/serialization.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/engine.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/externals/global.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/externals/table.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/externals.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/func/typed.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/func.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/instance.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/limits.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/linker.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/memory.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/module/registry.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/module.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/profiling.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/ref.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/resources.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/signatures.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/stack.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/store/context.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/store/data.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/store/func_refs.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/store.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/trampoline/func.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/trampoline/global.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/trampoline/memory.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/trampoline/table.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/trampoline.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/trap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/types/matching.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/unix.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/v128.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/values.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-17.0.0 → wasmtime-17.0.1}/src/windows.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-asm-macros-17.0.0 → wasmtime-asm-macros-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/build.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/src/config/tests.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/src/tests.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/src/worker/tests/system_time_stub.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/src/worker/tests.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/src/worker.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cache-17.0.0 → wasmtime-cache-17.0.1}/tests/cache_write_default_config.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/src/bindgen.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/src/component.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/char.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/conventions.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/direct-import.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/empty.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/flags.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/floats.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/function-new.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/integers.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/lists.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/many-arguments.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/multi-return.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/multiversion/deps/v1/root.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/multiversion/deps/v2/root.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/multiversion/root.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/records.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/rename.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/resources-export.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/resources-import.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/share-types.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/simple-functions.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/simple-lists.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/simple-wasi.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/small-anonymous.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/smoke-default.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/smoke-export.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/smoke.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/strings.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/use-paths.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/variants.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen/worlds-with-types.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-macro-17.0.0 → wasmtime-component-macro-17.0.1}/tests/codegen.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-component-util-17.0.0 → wasmtime-component-util-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/builder.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/compiler/component.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/compiler.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/gc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/transform/address_transform.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/transform/attr.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/transform/expression.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/transform/line_program.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/transform/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/transform/range_info_builder.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/transform/refs.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/transform/simulate.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/transform/unit.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/transform/utils.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug/write_debuginfo.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/debug.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/func_environ.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-17.0.0 → wasmtime-cranelift-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-shared-17.0.0 → wasmtime-cranelift-shared-17.0.1}/src/compiled_function.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-shared-17.0.0 → wasmtime-cranelift-shared-17.0.1}/src/isa_builder.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-shared-17.0.0 → wasmtime-cranelift-shared-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-cranelift-shared-17.0.0 → wasmtime-cranelift-shared-17.0.1}/src/obj.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/examples/factc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/address_map.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/builtin.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/compilation.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/component/compiler.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/component/dfg.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/component/info.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/component/translate/adapt.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/component/translate/inline.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/component/translate.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/component/types/resources.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/component/types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/component/vmcomponent_offsets.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/component.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/fact/core_types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/fact/signature.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/fact/trampoline.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/fact/transcode.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/fact/traps.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/fact.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/module.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/module_environ.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/module_types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/obj.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/ref_bits.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/scopevec.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/stack_map.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/trap_encoding.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/tunables.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-environ-17.0.0 → wasmtime-environ-17.0.1}/src/vmoffsets.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/build.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/src/unix/aarch64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/src/unix/arm.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/src/unix/riscv64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/src/unix/s390x.S +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/src/unix/x86.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/src/unix/x86_64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/src/unix.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/src/windows.c +0 -0
- /data/ext/cargo-vendor/{wasmtime-fiber-17.0.0 → wasmtime-fiber-17.0.1}/src/windows.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/src/code_memory.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/src/debug.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/src/demangling.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/src/instantiate.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/src/profiling/jitdump.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/src/profiling/perfmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/src/profiling/vtune.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-17.0.0 → wasmtime-jit-17.0.1}/src/profiling.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-debug-17.0.0 → wasmtime-jit-debug-17.0.1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-debug-17.0.0 → wasmtime-jit-debug-17.0.1}/src/gdb_jit_int.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-debug-17.0.0 → wasmtime-jit-debug-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-debug-17.0.0 → wasmtime-jit-debug-17.0.1}/src/perf_jitdump.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-17.0.0 → wasmtime-jit-icache-coherence-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-17.0.0 → wasmtime-jit-icache-coherence-17.0.1}/src/libc.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-17.0.0 → wasmtime-jit-icache-coherence-17.0.1}/src/miri.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-17.0.0 → wasmtime-jit-icache-coherence-17.0.1}/src/win.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/build.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/proptest-regressions/instance/allocator/pooling/memory_pool.txt +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/arch/aarch64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/arch/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/arch/riscv64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/arch/s390x.S +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/arch/s390x.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/arch/x86_64.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/component/libcalls.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/component/resources.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/component.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/cow.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/debug_builtins.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/export.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/externref.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/helpers.c +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/imports.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/instance/allocator/on_demand.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/instance/allocator/pooling/index_allocator.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/instance/allocator/pooling/memory_pool.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/instance/allocator/pooling/stack_pool.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/instance/allocator/pooling/table_pool.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/instance/allocator/pooling.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/instance/allocator.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/instance.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/libcalls.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/memory.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/mmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/mmap_vec.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/module_id.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/mpk/disabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/mpk/enabled.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/mpk/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/mpk/pkru.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/mpk/sys.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/parking_spot.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/send_sync_ptr.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/store_box.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/miri/mmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/miri/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/miri/traphandlers.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/miri/unwind.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/miri/vm.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/unix/machports.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/unix/macos_traphandlers.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/unix/mmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/unix/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/unix/signals.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/unix/unwind.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/unix/vm.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/windows/mmap.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/windows/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/windows/traphandlers.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/windows/unwind.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/sys/windows/vm.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/table.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/traphandlers/backtrace.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/traphandlers/coredump.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/traphandlers.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/vmcontext/vm_host_func_context.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-runtime-17.0.0 → wasmtime-runtime-17.0.1}/src/vmcontext.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-types-17.0.0 → wasmtime-types-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-types-17.0.0 → wasmtime-types-17.0.1}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-types-17.0.0 → wasmtime-types-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-versioned-export-macros-17.0.0 → wasmtime-versioned-export-macros-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/build.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/clocks/host.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/clocks.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/command.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/ctx.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/error.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/filesystem.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/clocks.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/env.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/exit.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/filesystem/sync.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/filesystem.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/instance_network.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/io.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/network.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/random.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/tcp.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/tcp_create_socket.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/udp.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/host/udp_create_socket.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/ip_name_lookup.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/mod.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/network.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/pipe.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/poll.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/preview0.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/preview1.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/random.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/stdio/worker_thread_stdin.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/stdio.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/stream.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/tcp.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/udp.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/src/preview2/write_stream.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/tests/all/api.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/tests/all/async_.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/tests/all/main.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/tests/all/preview1.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/tests/all/sync.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/tests/process_stdin.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/command-extended.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/cli/command.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/cli/environment.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/cli/exit.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/cli/imports.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/cli/run.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/cli/stdio.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/cli/terminal.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/clocks/monotonic-clock.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/clocks/wall-clock.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/clocks/world.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/filesystem/preopens.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/filesystem/types.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/filesystem/world.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/http/handler.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/http/proxy.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/http/types.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/io/error.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/io/poll.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/io/streams.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/io/world.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/random/insecure-seed.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/random/insecure.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/random/random.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/random/world.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/sockets/instance-network.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/sockets/ip-name-lookup.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/sockets/network.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/sockets/tcp-create-socket.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/sockets/tcp.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/sockets/udp-create-socket.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/sockets/udp.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/deps/sockets/world.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/wit/test.wit +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/witx/preview0/typenames.witx +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/witx/preview0/wasi_unstable.witx +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/witx/preview1/typenames.witx +0 -0
- /data/ext/cargo-vendor/{wasmtime-wasi-17.0.0 → wasmtime-wasi-17.0.1}/witx/preview1/wasi_snapshot_preview1.witx +0 -0
- /data/ext/cargo-vendor/{wasmtime-winch-17.0.0 → wasmtime-winch-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wasmtime-winch-17.0.0 → wasmtime-winch-17.0.1}/src/builder.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-winch-17.0.0 → wasmtime-winch-17.0.1}/src/compiler.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-winch-17.0.0 → wasmtime-winch-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wit-bindgen-17.0.0 → wasmtime-wit-bindgen-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wit-bindgen-17.0.0 → wasmtime-wit-bindgen-17.0.1}/src/rust.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wit-bindgen-17.0.0 → wasmtime-wit-bindgen-17.0.1}/src/source.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wit-bindgen-17.0.0 → wasmtime-wit-bindgen-17.0.1}/src/types.rs +0 -0
- /data/ext/cargo-vendor/{wasmtime-wmemcheck-17.0.0 → wasmtime-wmemcheck-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-17.0.0 → wiggle-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wiggle-17.0.0 → wiggle-17.0.1}/README.md +0 -0
- /data/ext/cargo-vendor/{wiggle-17.0.0 → wiggle-17.0.1}/src/borrow.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-17.0.0 → wiggle-17.0.1}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-17.0.0 → wiggle-17.0.1}/src/guest_type.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-17.0.0 → wiggle-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-17.0.0 → wiggle-17.0.1}/src/region.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-17.0.0 → wiggle-17.0.1}/src/wasmtime.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/README.md +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/codegen_settings.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/funcs.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/lifetimes.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/module_trait.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/names.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/types/error.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/types/flags.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/types/handle.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/types/mod.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/types/record.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/types/variant.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-generate-17.0.0 → wiggle-generate-17.0.1}/src/wasmtime.rs +0 -0
- /data/ext/cargo-vendor/{wiggle-macro-17.0.0 → wiggle-macro-17.0.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{wiggle-macro-17.0.0 → wiggle-macro-17.0.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/LICENSE +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/build.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/abi/local.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/abi/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/codegen/builtin.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/codegen/call.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/codegen/context.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/codegen/control.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/codegen/env.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/codegen/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/frame/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/aarch64/abi.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/aarch64/address.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/aarch64/asm.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/aarch64/masm.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/aarch64/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/aarch64/regs.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/reg.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/x64/abi.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/x64/address.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/x64/asm.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/x64/masm.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/x64/mod.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/isa/x64/regs.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/masm.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/regalloc.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/regset.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/stack.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/trampoline.rs +0 -0
- /data/ext/cargo-vendor/{winch-codegen-0.15.0 → winch-codegen-0.15.1}/src/visitor.rs +0 -0
data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/egraph/cost.rs
RENAMED
@@ -74,7 +74,7 @@ impl Cost {
|
|
74
74
|
const DEPTH_BITS: u8 = 8;
|
75
75
|
const DEPTH_MASK: u32 = (1 << Self::DEPTH_BITS) - 1;
|
76
76
|
const OP_COST_MASK: u32 = !Self::DEPTH_MASK;
|
77
|
-
const MAX_OP_COST: u32 =
|
77
|
+
const MAX_OP_COST: u32 = Self::OP_COST_MASK >> Self::DEPTH_BITS;
|
78
78
|
|
79
79
|
pub(crate) fn infinity() -> Cost {
|
80
80
|
// 2^32 - 1 is, uh, pretty close to infinite... (we use `Cost`
|
@@ -86,14 +86,16 @@ impl Cost {
|
|
86
86
|
Cost(0)
|
87
87
|
}
|
88
88
|
|
89
|
-
/// Construct a new
|
89
|
+
/// Construct a new `Cost` from the given parts.
|
90
90
|
///
|
91
|
-
///
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
91
|
+
/// If the opcode cost is greater than or equal to the maximum representable
|
92
|
+
/// opcode cost, then the resulting `Cost` saturates to infinity.
|
93
|
+
fn new(opcode_cost: u32, depth: u8) -> Cost {
|
94
|
+
if opcode_cost >= Self::MAX_OP_COST {
|
95
|
+
Self::infinity()
|
96
|
+
} else {
|
97
|
+
Cost(opcode_cost << Self::DEPTH_BITS | u32::from(depth))
|
98
|
+
}
|
97
99
|
}
|
98
100
|
|
99
101
|
fn depth(&self) -> u8 {
|
@@ -111,7 +113,7 @@ impl Cost {
|
|
111
113
|
/// that satisfies `inst_predicates::is_pure_for_egraph()`.
|
112
114
|
pub(crate) fn of_pure_op(op: Opcode, operand_costs: impl IntoIterator<Item = Self>) -> Self {
|
113
115
|
let c = pure_op_cost(op) + operand_costs.into_iter().sum();
|
114
|
-
Cost::
|
116
|
+
Cost::new(c.op_cost(), c.depth().saturating_add(1))
|
115
117
|
}
|
116
118
|
}
|
117
119
|
|
@@ -131,12 +133,9 @@ impl std::ops::Add<Cost> for Cost {
|
|
131
133
|
type Output = Cost;
|
132
134
|
|
133
135
|
fn add(self, other: Cost) -> Cost {
|
134
|
-
let op_cost =
|
135
|
-
self.op_cost().saturating_add(other.op_cost()),
|
136
|
-
Self::MAX_OP_COST,
|
137
|
-
);
|
136
|
+
let op_cost = self.op_cost().saturating_add(other.op_cost());
|
138
137
|
let depth = std::cmp::max(self.depth(), other.depth());
|
139
|
-
Cost::
|
138
|
+
Cost::new(op_cost, depth)
|
140
139
|
}
|
141
140
|
}
|
142
141
|
|
@@ -147,11 +146,11 @@ impl std::ops::Add<Cost> for Cost {
|
|
147
146
|
fn pure_op_cost(op: Opcode) -> Cost {
|
148
147
|
match op {
|
149
148
|
// Constants.
|
150
|
-
Opcode::Iconst | Opcode::F32const | Opcode::F64const => Cost::
|
149
|
+
Opcode::Iconst | Opcode::F32const | Opcode::F64const => Cost::new(1, 0),
|
151
150
|
|
152
151
|
// Extends/reduces.
|
153
152
|
Opcode::Uextend | Opcode::Sextend | Opcode::Ireduce | Opcode::Iconcat | Opcode::Isplit => {
|
154
|
-
Cost::
|
153
|
+
Cost::new(2, 0)
|
155
154
|
}
|
156
155
|
|
157
156
|
// "Simple" arithmetic.
|
@@ -163,9 +162,52 @@ fn pure_op_cost(op: Opcode) -> Cost {
|
|
163
162
|
| Opcode::Bnot
|
164
163
|
| Opcode::Ishl
|
165
164
|
| Opcode::Ushr
|
166
|
-
| Opcode::Sshr => Cost::
|
165
|
+
| Opcode::Sshr => Cost::new(3, 0),
|
167
166
|
|
168
167
|
// Everything else (pure.)
|
169
|
-
_ => Cost::
|
168
|
+
_ => Cost::new(4, 0),
|
169
|
+
}
|
170
|
+
}
|
171
|
+
|
172
|
+
#[cfg(test)]
|
173
|
+
mod tests {
|
174
|
+
use super::*;
|
175
|
+
|
176
|
+
#[test]
|
177
|
+
fn add_cost() {
|
178
|
+
let a = Cost::new(5, 2);
|
179
|
+
let b = Cost::new(37, 3);
|
180
|
+
assert_eq!(a + b, Cost::new(42, 3));
|
181
|
+
assert_eq!(b + a, Cost::new(42, 3));
|
182
|
+
}
|
183
|
+
|
184
|
+
#[test]
|
185
|
+
fn add_infinity() {
|
186
|
+
let a = Cost::new(5, 2);
|
187
|
+
let b = Cost::infinity();
|
188
|
+
assert_eq!(a + b, Cost::infinity());
|
189
|
+
assert_eq!(b + a, Cost::infinity());
|
190
|
+
}
|
191
|
+
|
192
|
+
#[test]
|
193
|
+
fn op_cost_saturates_to_infinity() {
|
194
|
+
let a = Cost::new(Cost::MAX_OP_COST - 10, 2);
|
195
|
+
let b = Cost::new(11, 2);
|
196
|
+
assert_eq!(a + b, Cost::infinity());
|
197
|
+
assert_eq!(b + a, Cost::infinity());
|
198
|
+
}
|
199
|
+
|
200
|
+
#[test]
|
201
|
+
fn depth_saturates_to_max_depth() {
|
202
|
+
let a = Cost::new(10, u8::MAX);
|
203
|
+
let b = Cost::new(10, 1);
|
204
|
+
assert_eq!(
|
205
|
+
Cost::of_pure_op(Opcode::Iconst, [a, b]),
|
206
|
+
Cost::new(21, u8::MAX)
|
207
|
+
);
|
208
|
+
assert_eq!(
|
209
|
+
Cost::of_pure_op(Opcode::Iconst, [b, a]),
|
210
|
+
Cost::new(21, u8::MAX)
|
211
|
+
);
|
170
212
|
}
|
171
213
|
}
|
@@ -7,6 +7,7 @@ use super::Stats;
|
|
7
7
|
use crate::dominator_tree::DominatorTree;
|
8
8
|
use crate::fx::{FxHashMap, FxHashSet};
|
9
9
|
use crate::hash_map::Entry as HashEntry;
|
10
|
+
use crate::inst_predicates::is_pure_for_egraph;
|
10
11
|
use crate::ir::{Block, Function, Inst, Value, ValueDef};
|
11
12
|
use crate::loop_analysis::{Loop, LoopAnalysis};
|
12
13
|
use crate::scoped_hash_map::ScopedHashMap;
|
@@ -216,46 +217,112 @@ impl<'a> Elaborator<'a> {
|
|
216
217
|
|
217
218
|
fn compute_best_values(&mut self) {
|
218
219
|
let best = &mut self.value_to_best_value;
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
220
|
+
|
221
|
+
// Do a fixpoint loop to compute the best value for each eclass.
|
222
|
+
//
|
223
|
+
// The maximum number of iterations is the length of the longest chain
|
224
|
+
// of `vNN -> vMM` edges in the dataflow graph where `NN < MM`, so this
|
225
|
+
// is *technically* quadratic, but `cranelift-frontend` won't construct
|
226
|
+
// any such edges. NaN canonicalization will introduce some of these
|
227
|
+
// edges, but they are chains of only two or three edges. So in
|
228
|
+
// practice, we *never* do more than a handful of iterations here unless
|
229
|
+
// (a) we parsed the CLIF from text and the text was funkily numbered,
|
230
|
+
// which we don't really care about, or (b) the CLIF producer did
|
231
|
+
// something weird, in which case it is their responsibility to stop
|
232
|
+
// doing that.
|
233
|
+
trace!("Entering fixpoint loop to compute the best values for each eclass");
|
234
|
+
let mut keep_going = true;
|
235
|
+
while keep_going {
|
236
|
+
keep_going = false;
|
237
|
+
trace!(
|
238
|
+
"fixpoint iteration {}",
|
239
|
+
self.stats.elaborate_best_cost_fixpoint_iters
|
240
|
+
);
|
241
|
+
self.stats.elaborate_best_cost_fixpoint_iters += 1;
|
242
|
+
|
243
|
+
for (value, def) in self.func.dfg.values_and_defs() {
|
244
|
+
trace!("computing best for value {:?} def {:?}", value, def);
|
245
|
+
let orig_best_value = best[value];
|
246
|
+
|
247
|
+
match def {
|
248
|
+
ValueDef::Union(x, y) => {
|
249
|
+
// Pick the best of the two options based on
|
250
|
+
// min-cost. This works because each element of `best`
|
251
|
+
// is a `(cost, value)` tuple; `cost` comes first so
|
252
|
+
// the natural comparison works based on cost, and
|
253
|
+
// breaks ties based on value number.
|
254
|
+
best[value] = std::cmp::min(best[x], best[y]);
|
255
|
+
trace!(
|
256
|
+
" -> best of union({:?}, {:?}) = {:?}",
|
257
|
+
best[x],
|
258
|
+
best[y],
|
259
|
+
best[value]
|
251
260
|
);
|
252
|
-
best[value] = BestEntry(cost, value);
|
253
261
|
}
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
262
|
+
ValueDef::Param(_, _) => {
|
263
|
+
best[value] = BestEntry(Cost::zero(), value);
|
264
|
+
}
|
265
|
+
// If the Inst is inserted into the layout (which is,
|
266
|
+
// at this point, only the side-effecting skeleton),
|
267
|
+
// then it must be computed and thus we give it zero
|
268
|
+
// cost.
|
269
|
+
ValueDef::Result(inst, _) => {
|
270
|
+
if let Some(_) = self.func.layout.inst_block(inst) {
|
271
|
+
best[value] = BestEntry(Cost::zero(), value);
|
272
|
+
} else {
|
273
|
+
let inst_data = &self.func.dfg.insts[inst];
|
274
|
+
// N.B.: at this point we know that the opcode is
|
275
|
+
// pure, so `pure_op_cost`'s precondition is
|
276
|
+
// satisfied.
|
277
|
+
let cost = Cost::of_pure_op(
|
278
|
+
inst_data.opcode(),
|
279
|
+
self.func.dfg.inst_values(inst).map(|value| best[value].0),
|
280
|
+
);
|
281
|
+
best[value] = BestEntry(cost, value);
|
282
|
+
trace!(" -> cost of value {} = {:?}", value, cost);
|
283
|
+
}
|
284
|
+
}
|
285
|
+
};
|
286
|
+
|
287
|
+
// Keep on iterating the fixpoint loop while we are finding new
|
288
|
+
// best values.
|
289
|
+
keep_going |= orig_best_value != best[value];
|
290
|
+
}
|
291
|
+
}
|
292
|
+
|
293
|
+
if cfg!(any(feature = "trace-log", debug_assertions)) {
|
294
|
+
trace!("finished fixpoint loop to compute best value for each eclass");
|
295
|
+
for value in self.func.dfg.values() {
|
296
|
+
trace!("-> best for eclass {:?}: {:?}", value, best[value]);
|
297
|
+
debug_assert_ne!(best[value].1, Value::reserved_value());
|
298
|
+
// You might additionally be expecting an assert that the best
|
299
|
+
// cost is not infinity, however infinite cost *can* happen in
|
300
|
+
// practice. First, note that our cost function doesn't know
|
301
|
+
// about any shared structure in the dataflow graph, it only
|
302
|
+
// sums operand costs. (And trying to avoid that by deduping a
|
303
|
+
// single operation's operands is a losing game because you can
|
304
|
+
// always just add one indirection and go from `add(x, x)` to
|
305
|
+
// `add(foo(x), bar(x))` to hide the shared structure.) Given
|
306
|
+
// that blindness to sharing, we can make cost grow
|
307
|
+
// exponentially with a linear sequence of operations:
|
308
|
+
//
|
309
|
+
// v0 = iconst.i32 1 ;; cost = 1
|
310
|
+
// v1 = iadd v0, v0 ;; cost = 3 + 1 + 1
|
311
|
+
// v2 = iadd v1, v1 ;; cost = 3 + 5 + 5
|
312
|
+
// v3 = iadd v2, v2 ;; cost = 3 + 13 + 13
|
313
|
+
// v4 = iadd v3, v3 ;; cost = 3 + 29 + 29
|
314
|
+
// v5 = iadd v4, v4 ;; cost = 3 + 61 + 61
|
315
|
+
// v6 = iadd v5, v5 ;; cost = 3 + 125 + 125
|
316
|
+
// ;; etc...
|
317
|
+
//
|
318
|
+
// Such a chain can cause cost to saturate to infinity. How do
|
319
|
+
// we choose which e-node is best when there are multiple that
|
320
|
+
// have saturated to infinity? It doesn't matter. As long as
|
321
|
+
// invariant (2) for optimization rules is upheld by our rule
|
322
|
+
// set (see `cranelift/codegen/src/opts/README.md`) it is safe
|
323
|
+
// to choose *any* e-node in the e-class. At worst we will
|
324
|
+
// produce suboptimal code, but never an incorrectness.
|
325
|
+
}
|
259
326
|
}
|
260
327
|
}
|
261
328
|
|
@@ -606,7 +673,13 @@ impl<'a> Elaborator<'a> {
|
|
606
673
|
}
|
607
674
|
inst
|
608
675
|
};
|
676
|
+
|
609
677
|
// Place the inst just before `before`.
|
678
|
+
debug_assert!(
|
679
|
+
is_pure_for_egraph(self.func, inst),
|
680
|
+
"something has gone very wrong if we are elaborating effectful \
|
681
|
+
instructions, they should have remained in the skeleton"
|
682
|
+
);
|
610
683
|
self.func.layout.insert_inst(inst, before);
|
611
684
|
|
612
685
|
// Update the inst's arguments.
|
@@ -0,0 +1,87 @@
|
|
1
|
+
# Rules for Writing Optimization Rules
|
2
|
+
|
3
|
+
For both correctness and compile speed, we must be careful with our rules. A lot
|
4
|
+
of it boils down to the fact that, unlike traditional e-graphs, our rules are
|
5
|
+
*directional*.
|
6
|
+
|
7
|
+
1. Rules should not rewrite to worse code: the right-hand side should be at
|
8
|
+
least as good as the left-hand side or better.
|
9
|
+
|
10
|
+
For example, the rule
|
11
|
+
|
12
|
+
x => (add x 0)
|
13
|
+
|
14
|
+
is disallowed, but swapping its left- and right-hand sides produces a rule
|
15
|
+
that is allowed.
|
16
|
+
|
17
|
+
Any kind of canonicalizing rule that intends to help subsequent rules match
|
18
|
+
and unlock further optimizations (e.g. floating constants to the right side
|
19
|
+
for our constant-propagation rules to match) must produce canonicalized
|
20
|
+
output that is no worse than its noncanonical input.
|
21
|
+
|
22
|
+
We assume this invariant as a heuristic to break ties between two
|
23
|
+
otherwise-equal-cost expressions in various places, making up for some
|
24
|
+
limitations of our explicit cost function.
|
25
|
+
|
26
|
+
2. Any rule that removes value-uses in its right-hand side that previously
|
27
|
+
existed in its left-hand side MUST use `subsume`.
|
28
|
+
|
29
|
+
For example, the rule
|
30
|
+
|
31
|
+
(select 1 x y) => x
|
32
|
+
|
33
|
+
MUST use `subsume`.
|
34
|
+
|
35
|
+
This is required for correctness because, once a value-use is removed, some
|
36
|
+
e-nodes in the e-class are more equal than others. There might be uses of `x`
|
37
|
+
in a scope where `y` is not available, and so emitting `(select 1 x y)` in
|
38
|
+
place of `x` in such cases would introduce uses of `y` where it is not
|
39
|
+
defined.
|
40
|
+
|
41
|
+
An exception to this rule is discarding constants, as they can be
|
42
|
+
rematerialized anywhere without introducing correctness issues. For example,
|
43
|
+
the (admittedly silly) rule `(select 1 x (iconst_u _)) => x` would be a good
|
44
|
+
candidate for not using `subsume`, as it does not discard any non-constant
|
45
|
+
values introduced in its LHS.
|
46
|
+
|
47
|
+
3. Avoid overly general rewrites like commutativity and associativity. Instead,
|
48
|
+
prefer targeted instances of the rewrite (for example, canonicalizing adds
|
49
|
+
where one operand is a constant such that the constant is always the add's
|
50
|
+
second operand, rather than general commutativity for adds) or even writing
|
51
|
+
the "same" optimization rule multiple times.
|
52
|
+
|
53
|
+
For example, the commutativity in the first rule in the following snippet is
|
54
|
+
bad because it will match even when the first operand is not an add:
|
55
|
+
|
56
|
+
;; Commute to allow `(foo (add ...) x)`, when we see it, to match.
|
57
|
+
(foo x y) => (foo y x)
|
58
|
+
|
59
|
+
;; Optimize.
|
60
|
+
(foo x (add ...)) => (bar x)
|
61
|
+
|
62
|
+
Better is to commute only when we know that canonicalizing in this way will
|
63
|
+
all definitely allow the subsequent optimization rule to match:
|
64
|
+
|
65
|
+
;; Canonicalize all adds to `foo`'s second operand.
|
66
|
+
(foo (add ...) x) => (foo x (add ...))
|
67
|
+
|
68
|
+
;; Optimize.
|
69
|
+
(foo x (add ...)) => (bar x)
|
70
|
+
|
71
|
+
But even better in this case is to write the "same" optimization multiple
|
72
|
+
times:
|
73
|
+
|
74
|
+
(foo (add ...) x) => (bar x)
|
75
|
+
(foo x (add ...)) => (bar x)
|
76
|
+
|
77
|
+
The cost of rule-matching is amortized by the ISLE compiler, where as the
|
78
|
+
intermediate result of each rewrite allocates new e-nodes and requires
|
79
|
+
storage in the dataflow graph. Therefore, additional rules are cheaper than
|
80
|
+
additional e-nodes.
|
81
|
+
|
82
|
+
Commutativity and associativity in particular can cause huge amounts of
|
83
|
+
e-graph bloat.
|
84
|
+
|
85
|
+
One day we intend to extend ISLE with built-in support for commutativity, so
|
86
|
+
we don't need to author the redundant commutations ourselves:
|
87
|
+
https://github.com/bytecodealliance/wasmtime/issues/6128
|
data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/cprop.isle
RENAMED
@@ -167,12 +167,10 @@
|
|
167
167
|
(bxor ty (bxor ty x k1 @ (iconst ty _)) k2 @ (iconst ty _)))
|
168
168
|
(bxor ty x (bxor ty k1 k2)))
|
169
169
|
|
170
|
-
(rule (simplify
|
171
|
-
|
172
|
-
|
173
|
-
(
|
174
|
-
(select ty (iconst_u _ 0) x y))
|
175
|
-
y)
|
170
|
+
(rule (simplify (select ty (iconst_u _ (u64_nonzero _)) x _))
|
171
|
+
(subsume x))
|
172
|
+
(rule (simplify (select ty (iconst_u _ 0) _ y))
|
173
|
+
(subsume y))
|
176
174
|
|
177
175
|
;; Replace subtraction by a "negative" constant with addition.
|
178
176
|
;; Notably, this gives `x - (-1) == x + 1`, so other patterns don't have to
|
data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/extends.isle
RENAMED
@@ -29,12 +29,12 @@
|
|
29
29
|
(slt ty
|
30
30
|
(uextend $I64 x @ (value_type $I32))
|
31
31
|
(iconst_u _ 0)))
|
32
|
-
(iconst_u ty 0))
|
32
|
+
(subsume (iconst_u ty 0)))
|
33
33
|
(rule (simplify
|
34
34
|
(sge ty
|
35
35
|
(uextend $I64 x @ (value_type $I32))
|
36
36
|
(iconst_u _ 0)))
|
37
|
-
(iconst_u ty 1))
|
37
|
+
(subsume (iconst_u ty 1)))
|
38
38
|
|
39
39
|
;; Sign-extending can't change whether a number is zero nor how it signed-compares to zero
|
40
40
|
(rule (simplify (eq _ (sextend _ x@(value_type ty)) (iconst_s _ 0)))
|
@@ -77,18 +77,26 @@
|
|
77
77
|
|
78
78
|
;; Matches values where `ireducing` them will not actually introduce another
|
79
79
|
;; instruction, since other rules will collapse them with the reduction.
|
80
|
-
(decl pure multi
|
81
|
-
(rule (
|
82
|
-
(rule (
|
83
|
-
(rule (
|
84
|
-
(rule (
|
85
|
-
(if-let _ (
|
80
|
+
(decl pure multi will_simplify_with_ireduce_rec (u8 Value) Value)
|
81
|
+
(rule (will_simplify_with_ireduce_rec _ x@(uextend _ _)) x)
|
82
|
+
(rule (will_simplify_with_ireduce_rec _ x@(sextend _ _)) x)
|
83
|
+
(rule (will_simplify_with_ireduce_rec _ x@(iconst _ _)) x)
|
84
|
+
(rule (will_simplify_with_ireduce_rec depth x@(unary_op _ _ a))
|
85
|
+
(if-let _ (u8_lt 0 depth))
|
86
|
+
(if-let _ (reducible_modular_op x))
|
87
|
+
(if-let _ (will_simplify_with_ireduce_rec (u8_sub depth 1) a))
|
86
88
|
x)
|
87
|
-
(rule (
|
88
|
-
(if-let _ (
|
89
|
-
(if-let _ (
|
89
|
+
(rule (will_simplify_with_ireduce_rec depth x@(binary_op _ _ a b))
|
90
|
+
(if-let _ (u8_lt 0 depth))
|
91
|
+
(if-let _ (reducible_modular_op x))
|
92
|
+
(if-let _ (will_simplify_with_ireduce_rec (u8_sub depth 1) a))
|
93
|
+
(if-let _ (will_simplify_with_ireduce_rec (u8_sub depth 1) b))
|
90
94
|
x)
|
91
95
|
|
96
|
+
(decl pure multi will_simplify_with_ireduce (Value) Value)
|
97
|
+
(rule (will_simplify_with_ireduce x)
|
98
|
+
(will_simplify_with_ireduce_rec 2 x))
|
99
|
+
|
92
100
|
;; Matches values where the high bits of the input don't affect lower bits of
|
93
101
|
;; the output, and thus the inputs can be reduced before the operation rather
|
94
102
|
;; than doing the wide operation then reducing afterwards.
|
data/ext/cargo-vendor/{cranelift-codegen-0.104.0 → cranelift-codegen-0.104.1}/src/opts/icmp.isle
RENAMED
@@ -2,16 +2,16 @@
|
|
2
2
|
|
3
3
|
;; `x == x` is always true for integers; `x != x` is false. Strict
|
4
4
|
;; inequalities are false, and loose inequalities are true.
|
5
|
-
(rule (simplify (eq (ty_int ty) x x)) (iconst_u ty 1))
|
6
|
-
(rule (simplify (ne (ty_int ty) x x)) (iconst_u ty 0))
|
7
|
-
(rule (simplify (ugt (ty_int ty) x x)) (iconst_u ty 0))
|
8
|
-
(rule (simplify (uge (ty_int ty) x x)) (iconst_u ty 1))
|
9
|
-
(rule (simplify (sgt (ty_int ty) x x)) (iconst_u ty 0))
|
10
|
-
(rule (simplify (sge (ty_int ty) x x)) (iconst_u ty 1))
|
11
|
-
(rule (simplify (ult (ty_int ty) x x)) (iconst_u ty 0))
|
12
|
-
(rule (simplify (ule (ty_int ty) x x)) (iconst_u ty 1))
|
13
|
-
(rule (simplify (slt (ty_int ty) x x)) (iconst_u ty 0))
|
14
|
-
(rule (simplify (sle (ty_int ty) x x)) (iconst_u ty 1))
|
5
|
+
(rule (simplify (eq (ty_int ty) x x)) (subsume (iconst_u ty 1)))
|
6
|
+
(rule (simplify (ne (ty_int ty) x x)) (subsume (iconst_u ty 0)))
|
7
|
+
(rule (simplify (ugt (ty_int ty) x x)) (subsume (iconst_u ty 0)))
|
8
|
+
(rule (simplify (uge (ty_int ty) x x)) (subsume (iconst_u ty 1)))
|
9
|
+
(rule (simplify (sgt (ty_int ty) x x)) (subsume (iconst_u ty 0)))
|
10
|
+
(rule (simplify (sge (ty_int ty) x x)) (subsume (iconst_u ty 1)))
|
11
|
+
(rule (simplify (ult (ty_int ty) x x)) (subsume (iconst_u ty 0)))
|
12
|
+
(rule (simplify (ule (ty_int ty) x x)) (subsume (iconst_u ty 1)))
|
13
|
+
(rule (simplify (slt (ty_int ty) x x)) (subsume (iconst_u ty 0)))
|
14
|
+
(rule (simplify (sle (ty_int ty) x x)) (subsume (iconst_u ty 1)))
|
15
15
|
|
16
16
|
;; Optimize icmp-of-icmp.
|
17
17
|
(rule (simplify (ne ty
|
@@ -1 +1 @@
|
|
1
|
-
{"files":{"Cargo.toml":"
|
1
|
+
{"files":{"Cargo.toml":"ff4bae59bd77acb59c61e8300c4832e2217547494204e80bbfe22b1dd3a914da","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","README.md":"b123f056d0d458396679c5f7f2a16d2762af0258fcda4ac14b6655a95e5a0022","src/cdsl/formats.rs":"3dbbbe2b05ac1df9d88ce8cfafba5a41c485566a6ba9dc6dfcfd71b1b85e85f2","src/cdsl/instructions.rs":"43d84c2cc7b1516d30fc8f60678623e887f2aa7758703ce798dd93345573f6c4","src/cdsl/isa.rs":"fbb5848baea534584ec113fab8d13015b80b125392e86cad0c91e14f746c038c","src/cdsl/mod.rs":"7faf3c1159b05a11aba71bd791dba544423a3e765f5d016f9bb225263edb039d","src/cdsl/operands.rs":"f531120b794e9a79e24a24212ad55a999f02be41af4cea788042ba562c109ecf","src/cdsl/settings.rs":"974e91afbd5e24282b5f0deb3a1349f131a7efb9544e0ca2e4c7c7ef905ba160","src/cdsl/types.rs":"720b8bd81704938fc0e5980f17fce56ff8e46f8bae561138d183c7dc4e1cab31","src/cdsl/typevar.rs":"76b8f16116c7ebabcda41899540f122fdd6aaca080f32b85cc82a5c1c184340f","src/constant_hash.rs":"7f21c124e58286bf5239bba064c3f1bdd76ba95f27c2f6c82ffff1ec54f46274","src/error.rs":"e9b11b2feb2d867b94c8810fdc5a6c4e0d9131604a0bfa5340ff2639a55100b4","src/gen_inst.rs":"b9c892d569ec028a524a10cb1a05429f485543e7e92470a16ff2d786d8cc38d7","src/gen_settings.rs":"c94c120bc3ebf153906da00e06d94a57e7af45e852a5c16978bbcfa9374de0fb","src/gen_types.rs":"d302614e051e04bb1d4d3172331adfaebd89285e1b06497ff7a58de7510420b2","src/isa/arm64.rs":"2d5d6c1871155fbba7a7032b92bc39eb43e0082a109d530eb32f415723412003","src/isa/mod.rs":"396ec4c885ef0d7c101abdb33724795a01b1182031f05590ee6066594263afd4","src/isa/riscv64.rs":"13e15154acdc736df3823d68ff7473746be40f7bb1a07c1b9da29caccec08186","src/isa/s390x.rs":"54ed76179d0696d6244720666685336b90e318be848dc32217ccc16a28a40490","src/isa/x86.rs":"686a85196dceaf3efdff88c4b7546d5f50406b9d86fb109f354a6b3ce33a2106","src/lib.rs":"dbeb6e2ecebe97a2f1fd227f487309fc6949ce30f1f3cc6f240a79e2614a2dd7","src/shared/entities.rs":"ec671951c8fe6e967517c96be51267e63fc7ee51b4e76aedb9f4552c7e873cb8","src/shared/formats.rs":"dffac49e20af150900210520908d7b80b5e8968730f1476d180639844f67c032","src/shared/immediates.rs":"9db6a6933a78e4810b326024d0ab879f83e989e044f617b0882841c2556f4a78","src/shared/instructions.rs":"83d6d55d16e5ea9ee913387c813e662a6d9320002f1867c6b9518e27491b2ea4","src/shared/mod.rs":"df8a1ab3ccd3d31e44dc06c72de7c5f4ffe115fc81db8035f587431e38395f89","src/shared/settings.rs":"1392d9d93c156b7ef00cf4439c49b2df14d45b05956b67c2622005125ad60f9a","src/shared/types.rs":"bad3d2b305610e3f1000f3a7700c9347c10ddb75040eccebf9f952525a09f4d4","src/srcgen.rs":"a758e8d9302fc8c367792588e298a959bbd7882b8a89e7de264e050e1368912c","src/unique_table.rs":"d804720d23d3db4cc8630fd3975dbde13dcd111137e98513c950ad3618ce1168"},"package":"bc7e74aed5c2b91e38d090653506afbd2cd3be1ff70593e2aa6bb82b3c6b77ff"}
|
data/ext/cargo-vendor/{cranelift-codegen-meta-0.104.0 → cranelift-codegen-meta-0.104.1}/Cargo.toml
RENAMED
@@ -12,7 +12,7 @@
|
|
12
12
|
[package]
|
13
13
|
edition = "2021"
|
14
14
|
name = "cranelift-codegen-meta"
|
15
|
-
version = "0.104.
|
15
|
+
version = "0.104.1"
|
16
16
|
authors = ["The Cranelift Project Developers"]
|
17
17
|
description = "Metaprogram for cranelift-codegen code generator library"
|
18
18
|
readme = "README.md"
|
@@ -23,7 +23,7 @@ repository = "https://github.com/bytecodealliance/wasmtime"
|
|
23
23
|
rustdoc-args = ["--document-private-items"]
|
24
24
|
|
25
25
|
[dependencies.cranelift-codegen-shared]
|
26
|
-
version = "0.104.
|
26
|
+
version = "0.104.1"
|
27
27
|
|
28
28
|
[lints.clippy]
|
29
29
|
all = "allow"
|
@@ -1 +1 @@
|
|
1
|
-
{"files":{"Cargo.toml":"
|
1
|
+
{"files":{"Cargo.toml":"c82777ece3779e8891583b64ee1765886ba376071c4c87c8e0f0bf7a0a2f1de2","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","README.md":"a410bc2f5dcbde499c0cd299c2620bc8111e3c5b3fccdd9e2d85caf3c24fdab3","src/constant_hash.rs":"4dc1a4e6f31a2f25d41fc7ee4ed2ae94563a090cdc77d7bbd972aa4098bd4f01","src/constants.rs":"401059f8958896c29edfcaacc3f5cb32adcdf28710142c867a5cb37e8eae3f14","src/lib.rs":"317c5fad6b13ad2ef5b4fe5ac45a45e776dda246f293fe9f7f1248096ddfaedd"},"package":"9ff2dd24cce0775566da85770cb48aa58fef901cf2bff30275b42e7dbe62cbd5"}
|
@@ -12,7 +12,7 @@
|
|
12
12
|
[package]
|
13
13
|
edition = "2021"
|
14
14
|
name = "cranelift-codegen-shared"
|
15
|
-
version = "0.104.
|
15
|
+
version = "0.104.1"
|
16
16
|
authors = ["The Cranelift Project Developers"]
|
17
17
|
description = "For code shared between cranelift-codegen-meta and cranelift-codegen"
|
18
18
|
readme = "README.md"
|
data/ext/cargo-vendor/{cranelift-control-0.104.0 → cranelift-control-0.104.1}/.cargo-checksum.json
RENAMED
@@ -1 +1 @@
|
|
1
|
-
{"files":{"Cargo.toml":"
|
1
|
+
{"files":{"Cargo.toml":"9b45da325b547228256f016c14d15538cb9cf5f41ab90b21c1f105dea311dbc4","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","README.md":"9266e3c8ff78a0f5948eb24292a2b51ec272d9417816ffe23de0b1ea4589acb4","src/chaos.rs":"2249bbd902abb610258e8a0545e4ce3d526ea4f29f04aa4724195cd2d7ee28a3","src/lib.rs":"4da5d01c3d43954437288a96f8842f11f01431d99fbf4a7210e9bb71b56393dc","src/zero_sized.rs":"4f970663f3502a2644162033aaf6a7b65336e3e1a9b064737f5cace89636e556"},"package":"e8bcf4d5c73bbca309edf3af2839b5218e5c74cfbf22b0ac492af8a1d11120d9"}
|
data/ext/cargo-vendor/{cranelift-entity-0.104.0 → cranelift-entity-0.104.1}/.cargo-checksum.json
RENAMED
@@ -1 +1 @@
|
|
1
|
-
{"files":{"Cargo.toml":"
|
1
|
+
{"files":{"Cargo.toml":"6588706a4ffca58c7ba58aea1539bc63e1ad2e3f4cdf91ee1f1e4cf03b9d2407","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","README.md":"96ceffbfd88fb06e3b41aa4d3087cffbbf8441d04eba7ab09662a72ab600a321","src/boxed_slice.rs":"69d539b72460c0aba1d30e0b72efb0c29d61558574d751c784794e14abf41352","src/iter.rs":"61fefdc49cafad4cacba5f5a7ad2396a23160642c688a7f0b0734277391847cd","src/keys.rs":"b8c2fba26dee15bf3d1880bb2b41e8d66fe1428d242ee6d9fd30ee94bbd0407d","src/lib.rs":"91726acf10704f47a75a1de7656374972d3c9a76f127afcbafde03bfc5ea642e","src/list.rs":"dce6c14f30cdbbf4d97ff3b15ec9fcd6bc59c43c3eebdfd6cebc1259765a2cd6","src/map.rs":"d5e004471acf75d71cebaac0e65a45fe052781507f4a616120d264a8056a5d92","src/packed_option.rs":"5835517c24397e79db5075201950d43956f9f8c7e6ac0df738b1372d5c3e725a","src/primary.rs":"6032b4fd3b75f9909aba307549cdca591fa47abcbd4682480e4f0f09580b2be2","src/set.rs":"895202c96ca318e8b7bd43bfdb37ce5b845880aec1a3fecc6033aedc294a3c8d","src/sparse.rs":"a3aafc3e57ba958618ec88a5d1d25d698330e1b4b2c2d33c2c0638ea06a673f7","src/unsigned.rs":"cb50cc8387466857a46dca6f0368c8be80a5c01036876fe6b10c477880202878"},"package":"286754159b1a685475d6a0b4710832f950d6f4846a817002e2c23ff001321a65"}
|
@@ -12,7 +12,7 @@
|
|
12
12
|
[package]
|
13
13
|
edition = "2021"
|
14
14
|
name = "cranelift-entity"
|
15
|
-
version = "0.104.
|
15
|
+
version = "0.104.1"
|
16
16
|
authors = ["The Cranelift Project Developers"]
|
17
17
|
description = "Data structures using entity references as mapping keys"
|
18
18
|
documentation = "https://docs.rs/cranelift-entity"
|
data/ext/cargo-vendor/{cranelift-frontend-0.104.0 → cranelift-frontend-0.104.1}/.cargo-checksum.json
RENAMED
@@ -1 +1 @@
|
|
1
|
-
{"files":{"Cargo.toml":"
|
1
|
+
{"files":{"Cargo.toml":"0f105cbfc75eb5c6569f4a3bc6ca2187e7adce3ac6c11a34f8ce4a522126509b","LICENSE":"268872b9816f90fd8e85db5a28d33f8150ebb8dd016653fb39ef1f94f2686bc5","README.md":"dea43e8044284df50f8b8772e9b48ba8b109b45c74111ff73619775d57ad8d67","src/frontend.rs":"712cbce058ca2aea229debf0600c6b0eee0d02d3102bf49a52db96f67e3a0d03","src/lib.rs":"1fcaf7c33f40aff0aa778bd1b54049478ec26517c342140f40538528940a5a1d","src/ssa.rs":"9d1a47cb6d6328f31997f0ee09b0326067e4507284f363e5d09074e2c306f303","src/switch.rs":"ca77eeb97db8c43566c5cfc1cc5e7a0c394fc72e306b985117e47d6d6f5bb5cc","src/variable.rs":"ad628b3c6de9a8c008dc31f869bf9d853f2dd3b590dc4e2e3c6da70ba6bf7adf"},"package":"67150a1fef9857caba710f8c0c8223d640f02c0e5d1ebbfc75ed62912599cb6b"}
|
@@ -12,7 +12,7 @@
|
|
12
12
|
[package]
|
13
13
|
edition = "2021"
|
14
14
|
name = "cranelift-frontend"
|
15
|
-
version = "0.104.
|
15
|
+
version = "0.104.1"
|
16
16
|
authors = ["The Cranelift Project Developers"]
|
17
17
|
description = "Cranelift IR builder helper"
|
18
18
|
documentation = "https://docs.rs/cranelift-frontend"
|
@@ -22,7 +22,7 @@ license = "Apache-2.0 WITH LLVM-exception"
|
|
22
22
|
repository = "https://github.com/bytecodealliance/wasmtime"
|
23
23
|
|
24
24
|
[dependencies.cranelift-codegen]
|
25
|
-
version = "0.104.
|
25
|
+
version = "0.104.1"
|
26
26
|
features = [
|
27
27
|
"std",
|
28
28
|
"unwind",
|