History log of /wasmtime-44.0.1/crates/fuzzing/ (Results 1 – 25 of 634)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
122ddc7103-Apr-2026 Nick Fitzgerald <[email protected]>

Handle OOM in `Func::call_async` and fiber creation (#12954)

* Handle OOM in `Func::call_async` and fiber creation

* fix clippy

* fix build

* really fix build

* address review feedback

* fix bu

Handle OOM in `Func::call_async` and fiber creation (#12954)

* Handle OOM in `Func::call_async` and fiber creation

* fix clippy

* fix build

* really fix build

* address review feedback

* fix build

* fix warnings

show more ...

5c68fe6003-Apr-2026 Nick Fitzgerald <[email protected]>

Add support for async tests to our OOM test infrastructure (#12953)

* Add support for async tests to our OOM test infrastructure

* address review feedback


/wasmtime-44.0.1/Cargo.lock
/wasmtime-44.0.1/Cargo.toml
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/abi.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/args.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/emit.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/emit_tests.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/mod.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/lower/isle.rs
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/preserve-all.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/riscv64/trapz-sign-extend-load32.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/atomic-128.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/i128.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/uadd_overflow.clif
/wasmtime-44.0.1/crates/c-api/Cargo.toml
/wasmtime-44.0.1/crates/c-api/artifact/Cargo.toml
/wasmtime-44.0.1/crates/c-api/build.rs
/wasmtime-44.0.1/crates/c-api/cmake/features.cmake
/wasmtime-44.0.1/crates/c-api/include/wasmtime/component/linker.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/component/linker.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/conf.h.in
/wasmtime-44.0.1/crates/c-api/include/wasmtime/gc.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/gc.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/store.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/val.hh
/wasmtime-44.0.1/crates/c-api/src/component/linker.rs
/wasmtime-44.0.1/crates/c-api/src/ref.rs
/wasmtime-44.0.1/crates/c-api/src/store.rs
/wasmtime-44.0.1/crates/c-api/tests/gc.cc
src/oom.rs
dad2293e02-Apr-2026 Khagan (Khan) Karimov <[email protected]>

gc_ops: Add support for struct subtypes (#12931)

* Add struct subtypes

* Supertypes with probability

071c406102-Apr-2026 r-near <[email protected]>

winch: implement ref.null, ref.is_null, ref.func, and typed select (#12940)

* winch: implement ref.null, ref.is_null, ref.func, and typed select

* add disas tests and ref.func call_indirect coverag

winch: implement ref.null, ref.is_null, ref.func, and typed select (#12940)

* winch: implement ref.null, ref.is_null, ref.func, and typed select

* add disas tests and ref.func call_indirect coverage

* register wasmtime module in fuzz wast_test to fix wast_smoke_test

show more ...


/wasmtime-44.0.1/cranelift/codegen/src/machinst/lower.rs
/wasmtime-44.0.1/cranelift/codegen/src/opts/bitops.isle
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/fold-bitops.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/fold-bitops.clif
/wasmtime-44.0.1/crates/c-api/include/wasmtime/gc.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/gc.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/val.hh
/wasmtime-44.0.1/crates/c-api/src/ref.rs
/wasmtime-44.0.1/crates/c-api/tests/gc.cc
/wasmtime-44.0.1/crates/cranelift/src/func_environ.rs
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/enabled.rs
/wasmtime-44.0.1/crates/environ/src/gc.rs
src/oracles.rs
/wasmtime-44.0.1/crates/test-util/src/wast.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/store/gc.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/drc.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/free_list.rs
/wasmtime-44.0.1/crates/wast/src/wast.rs
/wasmtime-44.0.1/tests/all/func.rs
/wasmtime-44.0.1/tests/disas/gc/issue-11753.wat
/wasmtime-44.0.1/tests/disas/winch/x64/ref/func.wat
/wasmtime-44.0.1/tests/disas/winch/x64/ref/is_null.wat
/wasmtime-44.0.1/tests/disas/winch/x64/ref/null.wat
/wasmtime-44.0.1/tests/disas/winch/x64/select/typed.wat
/wasmtime-44.0.1/tests/misc_testsuite/gc/array-new-data-missing-stack-map.wast
/wasmtime-44.0.1/tests/misc_testsuite/gc/array-new-elem-missing-stack-map.wast
/wasmtime-44.0.1/tests/misc_testsuite/gc/issue-11753.wast
/wasmtime-44.0.1/tests/misc_testsuite/winch/ref-types-basic.wast
/wasmtime-44.0.1/tests/wast.rs
/wasmtime-44.0.1/winch/codegen/src/visitor.rs
4678098301-Apr-2026 Chris Fallin <[email protected]>

Exceptions: add exception-specific (command-sequence) fuzzer. (#12923)

* Exceptions: add exception-specific (command-sequence) fuzzer.

This fuzzer uses a description of a set of "scenarios", arbitr

Exceptions: add exception-specific (command-sequence) fuzzer. (#12923)

* Exceptions: add exception-specific (command-sequence) fuzzer.

This fuzzer uses a description of a set of "scenarios", arbitrarily
generated, to produce a specific kind of module that tests throw/catch
behavior. The module contains a chain of functions that invoke each
other; one will throw, and the rest may have catch clauses that do or
do not catch.

* Review feedback.

show more ...


/wasmtime-44.0.1/.github/workflows/main.yml
/wasmtime-44.0.1/Cargo.lock
/wasmtime-44.0.1/Cargo.toml
/wasmtime-44.0.1/cranelift/codegen/meta/src/isa/arm64.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/emit.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/emit_tests.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower/isle.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/mod.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/buffer.rs
/wasmtime-44.0.1/cranelift/codegen/src/opts/arithmetic.isle
/wasmtime-44.0.1/cranelift/codegen/src/opts/bitops.isle
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/arithmetic-precise.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/fold-bitops.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/bti.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/bti_with_csdb.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/condops-with-csdb.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/condops.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/jumptable.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/jumptable_with_csdb.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/arithmetic.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/fold-bitops.clif
/wasmtime-44.0.1/crates/c-api/include/wasmtime.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/exn.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/exn.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/extern.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/extern.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/extern_declare.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/gc.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/gc.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/instance.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/store.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/tag.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/tag.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/types/tag.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/types/val.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/val.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/val.hh
/wasmtime-44.0.1/crates/c-api/src/exn.rs
/wasmtime-44.0.1/crates/c-api/src/extern.rs
/wasmtime-44.0.1/crates/c-api/src/func.rs
/wasmtime-44.0.1/crates/c-api/src/lib.rs
/wasmtime-44.0.1/crates/c-api/src/ref.rs
/wasmtime-44.0.1/crates/c-api/src/tag.rs
/wasmtime-44.0.1/crates/c-api/src/types/tag.rs
/wasmtime-44.0.1/crates/c-api/src/types/val.rs
/wasmtime-44.0.1/crates/c-api/src/val.rs
/wasmtime-44.0.1/crates/c-api/tests/CMakeLists.txt
/wasmtime-44.0.1/crates/c-api/tests/exception.cc
/wasmtime-44.0.1/crates/c-api/tests/gc.cc
/wasmtime-44.0.1/crates/environ/src/gc.rs
/wasmtime-44.0.1/crates/fiber/src/lib.rs
/wasmtime-44.0.1/crates/fiber/src/miri.rs
/wasmtime-44.0.1/crates/fiber/src/nostd.rs
/wasmtime-44.0.1/crates/fiber/src/stackswitch.rs
/wasmtime-44.0.1/crates/fiber/src/stackswitch/aarch64.rs
/wasmtime-44.0.1/crates/fiber/src/stackswitch/arm.rs
/wasmtime-44.0.1/crates/fiber/src/stackswitch/riscv32imac.rs
/wasmtime-44.0.1/crates/fiber/src/stackswitch/riscv64.rs
/wasmtime-44.0.1/crates/fiber/src/stackswitch/s390x.rs
/wasmtime-44.0.1/crates/fiber/src/stackswitch/x86.rs
/wasmtime-44.0.1/crates/fiber/src/stackswitch/x86_64.rs
/wasmtime-44.0.1/crates/fiber/src/unix.rs
/wasmtime-44.0.1/crates/fiber/src/windows.rs
src/generators.rs
src/generators/exception_ops.rs
src/oracles.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_tcp_streams.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/debug.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/anyref.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/memory_pool.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/libcalls.rs
/wasmtime-44.0.1/docs/security.md
/wasmtime-44.0.1/docs/stability-wasm-proposals.md
/wasmtime-44.0.1/fuzz/Cargo.toml
/wasmtime-44.0.1/fuzz/fuzz_targets/exception_ops.rs
/wasmtime-44.0.1/src/commands/run.rs
/wasmtime-44.0.1/src/commands/serve.rs
/wasmtime-44.0.1/supply-chain/imports.lock
/wasmtime-44.0.1/tests/all/guest_debug/mod.rs
/wasmtime-44.0.1/tests/all/pooling_allocator.rs
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i32_index_0_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i32_index_0_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i32_index_0_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i32_index_0_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i32_index_0_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/aarch64/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/winch/aarch64/br_table/large.wat
/wasmtime-44.0.1/tests/disas/winch/aarch64/br_table/nested_br_table_loop_block.wat
/wasmtime-44.0.1/tests/disas/winch/aarch64/call_indirect/call_indirect.wat
/wasmtime-44.0.1/tests/disas/winch/aarch64/call_indirect/local_arg.wat
/wasmtime-44.0.1/tests/disas/winch/x64/call_indirect/call_indirect.wat
/wasmtime-44.0.1/tests/disas/winch/x64/call_indirect/local_arg.wat
/wasmtime-44.0.1/tests/disas/winch/x64/table/fill.wat
/wasmtime-44.0.1/tests/disas/winch/x64/table/get.wat
/wasmtime-44.0.1/tests/disas/winch/x64/table/init_copy_drop.wat
/wasmtime-44.0.1/tests/disas/winch/x64/table/set.wat
/wasmtime-44.0.1/tests/misc_testsuite/pooling-drop-out-of-order.wast
/wasmtime-44.0.1/tests/wast.rs
/wasmtime-44.0.1/winch/codegen/src/codegen/mod.rs
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/asm.rs
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/masm.rs
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/mod.rs
7e5d864331-Mar-2026 Khagan (Khan) Karimov <[email protected]>

Address assertion failure in the types fixup(): Dedup A TypeId that appears in multiple rec groups' member sets. (#12900)


/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower.isle
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/simd.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/bitops.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/simd-splat.clif
/wasmtime-44.0.1/crates/cranelift/src/compiled_function.rs
/wasmtime-44.0.1/crates/cranelift/src/compiler.rs
/wasmtime-44.0.1/crates/cranelift/src/func_environ.rs
/wasmtime-44.0.1/crates/debugger/src/host/opaque.rs
/wasmtime-44.0.1/crates/debugger/src/lib.rs
/wasmtime-44.0.1/crates/environ/src/address_map.rs
/wasmtime-44.0.1/crates/environ/src/compile/frame_table.rs
/wasmtime-44.0.1/crates/environ/src/compile/module_environ.rs
/wasmtime-44.0.1/crates/environ/src/component/translate.rs
/wasmtime-44.0.1/crates/environ/src/frame_table.rs
src/generators/gc_ops/types.rs
/wasmtime-44.0.1/crates/gdbstub-component/src/target.rs
/wasmtime-44.0.1/crates/test-util/src/wast.rs
/wasmtime-44.0.1/crates/wasi-http/src/p3/body.rs
/wasmtime-44.0.1/crates/wasi-http/tests/all/p3/mod.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/debug.rs
/wasmtime-44.0.1/src/commands/objdump.rs
/wasmtime-44.0.1/tests/all/debug.rs
/wasmtime-44.0.1/tests/all/pulley.rs
/wasmtime-44.0.1/tests/disas/aarch64-extr.wat
/wasmtime-44.0.1/tests/disas/debug-exceptions.wat
/wasmtime-44.0.1/tests/disas/debug.wat
/wasmtime-44.0.1/tests/disas/issue-12808.wat
/wasmtime-44.0.1/tests/disas/winch/x64/atomic/notify/notify_offset.wat
/wasmtime-44.0.1/tests/disas/winch/x64/atomic/wait/wait32_offset.wat
/wasmtime-44.0.1/tests/disas/winch/x64/atomic/wait/wait64_offset.wat
/wasmtime-44.0.1/tests/disas/winch/x64/load/grow_load.wat
/wasmtime-44.0.1/tests/misc_testsuite/aarch64-extr.wast
/wasmtime-44.0.1/tests/misc_testsuite/big-memory-behavior.wast
/wasmtime-44.0.1/tests/misc_testsuite/memory64/threads.wast
/wasmtime-44.0.1/winch/codegen/src/codegen/mod.rs
2f7dbd6131-Mar-2026 Chris Fallin <[email protected]>

PCC: remove proof-carrying code (for now?). (#12800)

In late 2023, we built out an experimental feature called
Proof-Carrying Code (PCC), where we attached "facts" to values in the
CLIF IR and built

PCC: remove proof-carrying code (for now?). (#12800)

In late 2023, we built out an experimental feature called
Proof-Carrying Code (PCC), where we attached "facts" to values in the
CLIF IR and built verification of these facts after lowering to
machine instructions. We also added "memory types" describing layout
of memory and a "checked" flag on memory operations such that we could
verify that any checked memory operation accessed valid memory (as
defined by memory types attached to pointer values via
facts). Wasmtime's Cranelift backend then put appropriate memory types
and facts in its IR such that all accesses to memory (aspirationally)
could be checked, taking the whole mid-end and lowering backend of
Cranelift out of the trusted core that enforces SFI.

This basically worked, at the time, for static memories; but never for
dynamic memories, and then work on the feature lost
prioritization (aka I had to work on other things) and I wasn't able
to complete it and put it in fuzzing/enable it as a production option.

Unfortunately since then it has bit-rotted significantly -- as we add
new backend optimizations and instruction lowerings we haven't kept
the PCC framework up to date.

Inspired by the discussion in #12497 I think it's time to delete
it (hopefully just "for now"?) unless/until we can build it again. And
when we do that, we should probably get it to the point of validating
robust operation on all combinations of memory configurations before
merging. (That implies a big experiment branch rather than a bunch of
eager PRs in-tree, but so it goes.) I still believe it is possible to
build this (and I have ideas on how to do it!) but not right now.

show more ...


/wasmtime-44.0.1/cranelift/codegen/meta/src/shared/settings.rs
/wasmtime-44.0.1/cranelift/codegen/src/context.rs
/wasmtime-44.0.1/cranelift/codegen/src/egraph/mod.rs
/wasmtime-44.0.1/cranelift/codegen/src/ir/dfg.rs
/wasmtime-44.0.1/cranelift/codegen/src/ir/entities.rs
/wasmtime-44.0.1/cranelift/codegen/src/ir/function.rs
/wasmtime-44.0.1/cranelift/codegen/src/ir/memflags.rs
/wasmtime-44.0.1/cranelift/codegen/src/ir/mod.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower/isle.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/mod.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/lower.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/args.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/vector.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/lower.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/lower.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/lower.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/mod.rs
/wasmtime-44.0.1/cranelift/codegen/src/legalizer/globalvalue.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/blockorder.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/compile.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/isle.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/lower.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/mod.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/vcode.rs
/wasmtime-44.0.1/cranelift/codegen/src/prelude_lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/print_errors.rs
/wasmtime-44.0.1/cranelift/codegen/src/result.rs
/wasmtime-44.0.1/cranelift/codegen/src/settings.rs
/wasmtime-44.0.1/cranelift/codegen/src/verifier/mod.rs
/wasmtime-44.0.1/cranelift/codegen/src/write.rs
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/riscv64/issue-12811.clif
/wasmtime-44.0.1/cranelift/reader/src/parser.rs
/wasmtime-44.0.1/cranelift/reader/src/sourcemap.rs
/wasmtime-44.0.1/crates/cli-flags/src/lib.rs
/wasmtime-44.0.1/crates/cranelift/src/bounds_checks.rs
/wasmtime-44.0.1/crates/cranelift/src/func_environ.rs
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/enabled.rs
/wasmtime-44.0.1/crates/cranelift/src/translate/code_translator.rs
/wasmtime-44.0.1/crates/cranelift/src/translate/environ/spec.rs
/wasmtime-44.0.1/crates/cranelift/src/translate/heap.rs
/wasmtime-44.0.1/crates/environ/src/component/info.rs
/wasmtime-44.0.1/crates/environ/src/fact/trampoline.rs
/wasmtime-44.0.1/crates/fiber/src/lib.rs
/wasmtime-44.0.1/crates/fiber/src/nostd.rs
/wasmtime-44.0.1/crates/fiber/src/unix.rs
Cargo.toml
src/generators/config.rs
src/oracles.rs
src/oracles/memory.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p2_ip_name_lookup.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_ip_name_lookup.rs
/wasmtime-44.0.1/crates/wasi-tls/Cargo.toml
/wasmtime-44.0.1/crates/wasi-tls/src/lib.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p2/host.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p2/mod.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/host.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/mod.rs
/wasmtime-44.0.1/crates/wasi-tls/tests/p2/mod.rs
/wasmtime-44.0.1/crates/wasi-tls/tests/p3/mod.rs
/wasmtime-44.0.1/crates/wasmtime/src/config.rs
/wasmtime-44.0.1/crates/wasmtime/src/engine.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/typed.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/libcalls.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/decommit_queue.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/memory_pool.rs
/wasmtime-44.0.1/src/commands/run.rs
/wasmtime-44.0.1/tests/all/component_model/strings.rs
/wasmtime-44.0.1/tests/disas/basic-wat-test.wat
/wasmtime-44.0.1/tests/disas/bounds-check.wat
/wasmtime-44.0.1/tests/disas/duplicate-loads-dynamic-memory.wat
/wasmtime-44.0.1/tests/disas/duplicate-loads-static-memory.wat
/wasmtime-44.0.1/tests/disas/dynamic-memory-no-spectre-access-same-index-different-offsets.wat
/wasmtime-44.0.1/tests/disas/dynamic-memory-yes-spectre-access-same-index-different-offsets.wat
/wasmtime-44.0.1/tests/disas/f32-load.wat
/wasmtime-44.0.1/tests/disas/f32-store.wat
/wasmtime-44.0.1/tests/disas/f64-load.wat
/wasmtime-44.0.1/tests/disas/f64-store.wat
/wasmtime-44.0.1/tests/disas/fibonacci.wat
/wasmtime-44.0.1/tests/disas/fixed-size-memory.wat
/wasmtime-44.0.1/tests/disas/globals.wat
/wasmtime-44.0.1/tests/disas/i32-load.wat
/wasmtime-44.0.1/tests/disas/i32-load16-s.wat
/wasmtime-44.0.1/tests/disas/i32-load16-u.wat
/wasmtime-44.0.1/tests/disas/i32-load8-s.wat
/wasmtime-44.0.1/tests/disas/i32-load8-u.wat
/wasmtime-44.0.1/tests/disas/i32-store.wat
/wasmtime-44.0.1/tests/disas/i32-store16.wat
/wasmtime-44.0.1/tests/disas/i32-store8.wat
/wasmtime-44.0.1/tests/disas/i64-load.wat
/wasmtime-44.0.1/tests/disas/i64-load16-s.wat
/wasmtime-44.0.1/tests/disas/i64-load16-u.wat
/wasmtime-44.0.1/tests/disas/i64-load8-s.wat
/wasmtime-44.0.1/tests/disas/i64-load8-u.wat
/wasmtime-44.0.1/tests/disas/i64-store.wat
/wasmtime-44.0.1/tests/disas/i64-store16.wat
/wasmtime-44.0.1/tests/disas/i64-store32.wat
/wasmtime-44.0.1/tests/disas/i64-store8.wat
/wasmtime-44.0.1/tests/disas/if-unreachable-else-params-2.wat
/wasmtime-44.0.1/tests/disas/if-unreachable-else-params.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_no_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_no_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_no_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_no_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_no_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_no_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_no_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_no_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_no_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_no_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_no_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_no_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i32_index_0xffffffff_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_no_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_no_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_no_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_no_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_no_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_no_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_no_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_no_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_no_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_no_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_no_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_no_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_dynamic_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_no_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_no_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_no_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_no_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_no_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_no_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_no_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_no_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_no_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_no_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_no_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_no_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i32_index_0xffffffff_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_no_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_no_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_no_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_no_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_no_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_no_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_no_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_no_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_no_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_no_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_no_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_no_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i32_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0x1000_offset.wat
/wasmtime-44.0.1/tests/disas/load-store/load_store_static_kind_i64_index_0xffffffff_guard_yes_spectre_i8_access_0xffff0000_offset.wat
/wasmtime-44.0.1/tests/disas/memory-min-max-same.wat
/wasmtime-44.0.1/tests/disas/memory.wat
/wasmtime-44.0.1/tests/disas/non-fixed-size-memory.wat
/wasmtime-44.0.1/tests/disas/passive-data.wat
/wasmtime-44.0.1/tests/disas/pr2303.wat
/wasmtime-44.0.1/tests/disas/readonly-heap-base-pointer1.wat
/wasmtime-44.0.1/tests/disas/readonly-heap-base-pointer2.wat
/wasmtime-44.0.1/tests/disas/readonly-heap-base-pointer3.wat
/wasmtime-44.0.1/tests/disas/simd-store.wat
/wasmtime-44.0.1/tests/disas/winch/aarch64/memory_offsets/index.wat
/wasmtime-44.0.1/tests/misc_testsuite/component-model/strings.wast
/wasmtime-44.0.1/tests/misc_testsuite/memory64/tables-without-bulk-memory.wast
/wasmtime-44.0.1/tests/misc_testsuite/winch/memory_offsets.wast
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/address.rs
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/asm.rs
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/masm.rs
439de7fb30-Mar-2026 Nick Fitzgerald <[email protected]>

Handle OOM in the rest of Wasmtime's non-component, -async, -compilation APIs (#12858)

* Handle OOM in more places in the public API

A bunch of random places:

* Add: `Trap::try_new` to handle OOM

Handle OOM in the rest of Wasmtime's non-component, -async, -compilation APIs (#12858)

* Handle OOM in more places in the public API

A bunch of random places:

* Add: `Trap::try_new` to handle OOM while creating traps
* Use: `TryVec` inside `Func::call_impl_do_call` and `wasm_val_raw_storage` to
hold the args and rets
* Add: `Instance::try_exports` for iterating over an instance's exports while
handling OOM
* `Linker:try_get`, like `Linker::get` but handling OOM
* `Linker:try_get_by_import`, like `Linker::get_by_import` but handling OOM
* Use `try_new` to box things in `SharedMemory::new`
* Use `TryVec` instead of `Vec` in our dynamic tables

* Add OOM tests for most of Wasmtime's public API

Excludes component-, async-, and compilation-related APIs.

* address review feedback

* fix test compilation

* fix c-api

show more ...


/wasmtime-44.0.1/.github/workflows/main.yml
/wasmtime-44.0.1/Cargo.lock
/wasmtime-44.0.1/Cargo.toml
/wasmtime-44.0.1/ci/vendor-wit.sh
/wasmtime-44.0.1/cranelift/codegen/build.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/write.rs
/wasmtime-44.0.1/cranelift/filetests/src/function_runner.rs
/wasmtime-44.0.1/cranelift/frontend/src/frontend/safepoints.rs
/wasmtime-44.0.1/crates/c-api/include/wasmtime/trap.h
/wasmtime-44.0.1/crates/c-api/src/linker.rs
/wasmtime-44.0.1/crates/c-api/src/trap.rs
/wasmtime-44.0.1/crates/component-macro/src/bindgen.rs
/wasmtime-44.0.1/crates/core/src/alloc/vec.rs
/wasmtime-44.0.1/crates/cranelift/src/func_environ.rs
/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/enabled/drc.rs
/wasmtime-44.0.1/crates/cranelift/src/translate/code_translator.rs
/wasmtime-44.0.1/crates/environ/src/fact/trampoline.rs
/wasmtime-44.0.1/crates/environ/src/trap_encoding.rs
/wasmtime-44.0.1/crates/environ/src/types.rs
tests/oom/caller.rs
tests/oom/func.rs
tests/oom/global.rs
tests/oom/instance.rs
tests/oom/linker.rs
tests/oom/main.rs
tests/oom/memory.rs
tests/oom/module_read.rs
tests/oom/shared_memory.rs
tests/oom/store.rs
tests/oom/table.rs
tests/oom/tag.rs
tests/oom/types.rs
tests/oom/val.rs
/wasmtime-44.0.1/crates/test-programs/artifacts/build.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p2_tls_sample_application.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_tcp_streams.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_tls_sample_application.rs
/wasmtime-44.0.1/crates/test-programs/src/p3/mod.rs
/wasmtime-44.0.1/crates/test-util/src/wast.rs
/wasmtime-44.0.1/crates/wasi-http/tests/all/p3/mod.rs
/wasmtime-44.0.1/crates/wasi-tls/Cargo.toml
/wasmtime-44.0.1/crates/wasi-tls/src/error.rs
/wasmtime-44.0.1/crates/wasi-tls/src/lib.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p2/bindings.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p2/host.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p2/io.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p2/mod.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/bindings.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/host.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/mod.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/util/closed.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/util/deferred.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/util/mod.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/util/pipe.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/util/shared.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/util/tokio_streams.rs
/wasmtime-44.0.1/crates/wasi-tls/src/p3/wit/deps/tls/client.wit
/wasmtime-44.0.1/crates/wasi-tls/src/p3/wit/deps/tls/types.wit
/wasmtime-44.0.1/crates/wasi-tls/src/p3/wit/deps/tls/world.wit
/wasmtime-44.0.1/crates/wasi-tls/src/p3/wit/world.wit
/wasmtime-44.0.1/crates/wasi-tls/src/providers/nativetls.rs
/wasmtime-44.0.1/crates/wasi-tls/src/providers/openssl.rs
/wasmtime-44.0.1/crates/wasi-tls/src/providers/rustls.rs
/wasmtime-44.0.1/crates/wasi-tls/src/providers/unsupported.rs
/wasmtime-44.0.1/crates/wasi-tls/tests/main.rs
/wasmtime-44.0.1/crates/wasi-tls/tests/p2/mod.rs
/wasmtime-44.0.1/crates/wasi-tls/tests/p3/mod.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/future_stream_any.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/futures_and_streams.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/futures_and_streams/buffers.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent_disabled.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/typed.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/instance.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/store.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/values.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/debug.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/func.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/instance.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/linker.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/store.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/memory.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/types.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/resources.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/on_demand.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/interpreter.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/memory.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/memory/shared_memory.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/memory/shared_memory_disabled.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/table.rs
/wasmtime-44.0.1/crates/wast/src/wast.rs
/wasmtime-44.0.1/pulley/src/interp.rs
/wasmtime-44.0.1/pulley/src/interp/tail_loop.rs
/wasmtime-44.0.1/pulley/src/opcode.rs
/wasmtime-44.0.1/pulley/tests/all/interp.rs
/wasmtime-44.0.1/src/commands/run.rs
/wasmtime-44.0.1/tests/all/cli_tests.rs
/wasmtime-44.0.1/tests/all/component_model/async.rs
/wasmtime-44.0.1/tests/all/component_model/async_dynamic.rs
/wasmtime-44.0.1/tests/all/gc.rs
/wasmtime-44.0.1/tests/all/linker.rs
/wasmtime-44.0.1/tests/all/pulley.rs
/wasmtime-44.0.1/tests/all/pulley_provenance_test_async_component.wat
/wasmtime-44.0.1/tests/all/stack_overflow.rs
/wasmtime-44.0.1/tests/disas/gc/typed-select-and-stack-maps.wat
/wasmtime-44.0.1/tests/misc_testsuite/big-memory-behavior.wast
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/error-context.wast
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/intra-futures.wast
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/intra-streams.wast
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/stream-cancel-finished-op.wast
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/streams.wast
/wasmtime-44.0.1/tests/misc_testsuite/component-model/big-strings.wast
/wasmtime-44.0.1/tests/misc_testsuite/component-model/types.wast
/wasmtime-44.0.1/tests/misc_testsuite/custom-page-sizes/max-size-invalid.wast
/wasmtime-44.0.1/tests/misc_testsuite/memory-combos.wast
e50d897b30-Mar-2026 Alex Crichton <[email protected]>

Add `bulk_memory` to wast configuration (#12883)

Allows enabling/disabling this wasm proposal on a per-test basis.


/wasmtime-44.0.1/.github/workflows/main.yml
/wasmtime-44.0.1/Cargo.lock
/wasmtime-44.0.1/Cargo.toml
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/lower.isle
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/conditional-values.clif
/wasmtime-44.0.1/crates/debugger/src/host.rs
/wasmtime-44.0.1/crates/debugger/wit/world.wit
/wasmtime-44.0.1/crates/environ/src/address_map.rs
/wasmtime-44.0.1/crates/environ/src/compile/address_map.rs
/wasmtime-44.0.1/crates/environ/src/compile/frame_table.rs
/wasmtime-44.0.1/crates/environ/src/compile/stack_maps.rs
/wasmtime-44.0.1/crates/environ/src/compile/trap_encoding.rs
/wasmtime-44.0.1/crates/environ/src/frame_table.rs
/wasmtime-44.0.1/crates/environ/src/stack_map.rs
/wasmtime-44.0.1/crates/environ/src/trap_encoding.rs
src/generators/config.rs
src/oracles/component_api.rs
/wasmtime-44.0.1/crates/gdbstub-component/src/lib.rs
/wasmtime-44.0.1/crates/test-programs/artifacts/build.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/guest_debug_fib.c
/wasmtime-44.0.1/crates/test-util/src/wasmtime_wast.rs
/wasmtime-44.0.1/crates/test-util/src/wast.rs
/wasmtime-44.0.1/crates/unwinder/src/exception_table.rs
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/build.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/code_memory.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/component.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/native_debug.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/store.rs
/wasmtime-44.0.1/src/commands/run.rs
/wasmtime-44.0.1/supply-chain/audits.toml
/wasmtime-44.0.1/supply-chain/config.toml
/wasmtime-44.0.1/supply-chain/imports.lock
/wasmtime-44.0.1/tests/all/fuel.rs
/wasmtime-44.0.1/tests/all/func.rs
/wasmtime-44.0.1/tests/all/guest_debug/mod.rs
/wasmtime-44.0.1/tests/all/main.rs
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/many-params-with-retptr.wast
/wasmtime-44.0.1/tests/misc_testsuite/custom-page-sizes/custom-page-sizes.wast
/wasmtime-44.0.1/tests/misc_testsuite/elem-ref-null.wast
/wasmtime-44.0.1/tests/misc_testsuite/elem_drop.wast
/wasmtime-44.0.1/tests/misc_testsuite/externref-table-dropped-segment-issue-8281.wast
/wasmtime-44.0.1/tests/misc_testsuite/function-references/instance.wast
/wasmtime-44.0.1/tests/misc_testsuite/function-references/table_grow.wast
/wasmtime-44.0.1/tests/misc_testsuite/gc/array-init-data.wast
/wasmtime-44.0.1/tests/misc_testsuite/gc/array-new-data.wast
/wasmtime-44.0.1/tests/misc_testsuite/gc/array-new-elem.wast
/wasmtime-44.0.1/tests/misc_testsuite/gc/arrays-of-different-types.wast
/wasmtime-44.0.1/tests/misc_testsuite/gc/func-refs-in-gc-heap.wast
/wasmtime-44.0.1/tests/misc_testsuite/gc/i31ref-tables.wast
/wasmtime-44.0.1/tests/misc_testsuite/gc/issue-10397.wast
/wasmtime-44.0.1/tests/misc_testsuite/gc/issue-10459.wast
/wasmtime-44.0.1/tests/misc_testsuite/imported-memory-copy.wast
/wasmtime-44.0.1/tests/misc_testsuite/memory-copy.wast
/wasmtime-44.0.1/tests/misc_testsuite/memory64/bounds.wast
/wasmtime-44.0.1/tests/misc_testsuite/memory64/codegen.wast
/wasmtime-44.0.1/tests/misc_testsuite/memory64/multi-memory.wast
/wasmtime-44.0.1/tests/misc_testsuite/multi-memory/simple.wast
/wasmtime-44.0.1/tests/misc_testsuite/partial-init-memory-segment.wast
/wasmtime-44.0.1/tests/misc_testsuite/partial-init-table-segment.wast
/wasmtime-44.0.1/tests/misc_testsuite/simd/spillslot-size-fuzzbug.wast
/wasmtime-44.0.1/tests/misc_testsuite/table_copy.wast
/wasmtime-44.0.1/tests/misc_testsuite/table_copy_on_imported_tables.wast
/wasmtime-44.0.1/tests/misc_testsuite/winch/issue-424666628.wast
d2dee5dd27-Mar-2026 Nick Fitzgerald <[email protected]>

Handle OOM in `{Func,Memory,Table,Global}::new` and when calling an instance's exported function (#12855)

* Use `try_new` for `Box<dyn RuntimeLinearMemory>` in `DefaultMemoryCreator`

* Use `TryPrim

Handle OOM in `{Func,Memory,Table,Global}::new` and when calling an instance's exported function (#12855)

* Use `try_new` for `Box<dyn RuntimeLinearMemory>` in `DefaultMemoryCreator`

* Use `TryPrimaryMap` for `host_globals` in `Store`

* Add `Func::try_wrap` and use `try_new` for `Box<HostFunc>`

Add `Func::try_wrap` as a fallible version of `Func::wrap` that returns an error
on out-of-memory instead of panicking. `Func::wrap` now delegates to `try_wrap`.

Also use `try_new::<Box<_>>` instead of `Box::new` for `HostFunc`.

* Use `bumpalo`'s `try_alloc` for `FuncRefs`

* Use `try_new` for `Arc<Module>` in "trampoline" code

* Test that we handle OOM in `{Func,Memory,Table,Global}::new` and when calling an instance's exported function

* cargo fmt

show more ...

b1f69c0527-Mar-2026 Khagan (Khan) Karimov <[email protected]>

gc_ops: Mutator update (#12844)

* Refactor gc_ops mutators as set-based rec groups and TypesMutator extraction

* Add docs for private functions as well

* Mutators skips 'corrupted' ASTs and they a

gc_ops: Mutator update (#12844)

* Refactor gc_ops mutators as set-based rec groups and TypesMutator extraction

* Add docs for private functions as well

* Mutators skips 'corrupted' ASTs and they are later fixed

Try to 'save' some types in fixup

show more ...

c7d25dfd27-Mar-2026 Nick Fitzgerald <[email protected]>

Handle OOM in `InstancePre::instantiate` (#12853)


/wasmtime-44.0.1/ADOPTERS.md
/wasmtime-44.0.1/Cargo.lock
/wasmtime-44.0.1/Cargo.toml
/wasmtime-44.0.1/cranelift/bforest/src/map.rs
/wasmtime-44.0.1/cranelift/codegen/build.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/buffer.rs
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/riscv64/issue-12811.clif
/wasmtime-44.0.1/crates/core/src/alloc/vec.rs
/wasmtime-44.0.1/crates/environ/src/collections/btree_map.rs
tests/oom/instance_pre.rs
tests/oom/main.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_tcp_streams.rs
/wasmtime-44.0.1/crates/wasi/src/p3/sockets/host/types/tcp.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/code.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/component.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/instance.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/func.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/instance.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/linker.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/module.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/module/registry.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/store.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/store/func_refs.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/memory.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/cow.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/on_demand.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/memory/mmap.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/table.rs
/wasmtime-44.0.1/pulley/src/interp.rs
/wasmtime-44.0.1/supply-chain/audits.toml
/wasmtime-44.0.1/supply-chain/config.toml
/wasmtime-44.0.1/supply-chain/imports.lock
2811ee8324-Mar-2026 Mikhail Katychev <[email protected]>

feat(style,doc): added typos-cli workspace configuration (#12827)

* init config values

* more manual changes

* typos write

* revert certain changes

* misused, tightened up hex encoding


/wasmtime-44.0.1/.github/workflows/main.yml
/wasmtime-44.0.1/Cargo.lock
/wasmtime-44.0.1/Cargo.toml
/wasmtime-44.0.1/ci/build-release-artifacts.sh
/wasmtime-44.0.1/cranelift/codegen/meta/src/shared/settings.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/mod.rs
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/annotations.rs
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/solver.rs
/wasmtime-44.0.1/cranelift/object/Cargo.toml
/wasmtime-44.0.1/cranelift/object/src/backend.rs
/wasmtime-44.0.1/cranelift/object/tests/basic.rs
/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/instructions.rs
/wasmtime-44.0.1/crates/environ/src/collections/hash_map.rs
/wasmtime-44.0.1/crates/environ/src/prelude.rs
src/generators/component_async.rs
/wasmtime-44.0.1/crates/gdbstub-component/Cargo.toml
/wasmtime-44.0.1/crates/gdbstub-component/artifact/Cargo.toml
/wasmtime-44.0.1/crates/gdbstub-component/artifact/build.rs
/wasmtime-44.0.1/crates/gdbstub-component/artifact/src/lib.rs
/wasmtime-44.0.1/crates/gdbstub-component/src/addr.rs
/wasmtime-44.0.1/crates/gdbstub-component/src/api.rs
/wasmtime-44.0.1/crates/gdbstub-component/src/lib.rs
/wasmtime-44.0.1/crates/gdbstub-component/src/target.rs
/wasmtime-44.0.1/crates/wasi/src/p2/pipe.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/typed.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/values.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/func.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/traphandlers.rs
/wasmtime-44.0.1/examples/min-platform/embedding/src/wasi.rs
/wasmtime-44.0.1/scripts/publish.rs
/wasmtime-44.0.1/src/commands/run.rs
/wasmtime-44.0.1/src/commands/serve.rs
/wasmtime-44.0.1/src/commands/wizer.rs
/wasmtime-44.0.1/src/common.rs
/wasmtime-44.0.1/supply-chain/audits.toml
/wasmtime-44.0.1/supply-chain/imports.lock
/wasmtime-44.0.1/tests/misc_testsuite/issue1809.wast
ab78bd8222-Mar-2026 Ho Kim <[email protected]>

fix: correct various typos (#12807)

Signed-off-by: Ho Kim <[email protected]>


/wasmtime-44.0.1/ci/vendor-c-api-headers.sh
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/generate/format.rs
/wasmtime-44.0.1/cranelift/bforest/src/map.rs
/wasmtime-44.0.1/cranelift/bforest/src/set.rs
/wasmtime-44.0.1/cranelift/codegen/src/egraph/mod.rs
/wasmtime-44.0.1/cranelift/codegen/src/inline.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/imms.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/abi.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst/emit.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst_vector.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/lower/isle.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/emit.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/mod.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/buffer.rs
/wasmtime-44.0.1/cranelift/codegen/src/prelude_opt.isle
/wasmtime-44.0.1/cranelift/filetests/filetests/verifier/exceptions.clif
/wasmtime-44.0.1/cranelift/isle/isle/src/codegen.rs
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/broken/broken_fits_in_16_with_imm_rotl_to_rotr.isle
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/x86/amode_add_shl.isle
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/x86/amode_add_uextend_shl.isle
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/solver.rs
/wasmtime-44.0.1/crates/c-api/doxygen.conf.in
/wasmtime-44.0.1/crates/c-api/include/doc-wasm.h
/wasmtime-44.0.1/crates/c-api/include/wasm.h
/wasmtime-44.0.1/crates/c-api/include/wasm.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/component/linker.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/component/val.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/types/extern.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/types/tag.hh
/wasmtime-44.0.1/crates/c-api/src/types/func.rs
/wasmtime-44.0.1/crates/c-api/src/types/tag.rs
/wasmtime-44.0.1/crates/c-api/tests/tag_type.cc
/wasmtime-44.0.1/crates/cli-flags/src/lib.rs
/wasmtime-44.0.1/crates/core/src/alloc/boxed.rs
/wasmtime-44.0.1/crates/core/src/alloc/try_collect.rs
/wasmtime-44.0.1/crates/core/src/error/error.rs
/wasmtime-44.0.1/crates/cranelift/src/translate/code_translator.rs
/wasmtime-44.0.1/crates/debugger/src/lib.rs
/wasmtime-44.0.1/crates/environ/src/component/translate/inline.rs
/wasmtime-44.0.1/crates/environ/src/graphs/scc.rs
/wasmtime-44.0.1/crates/fiber/src/unix.rs
src/generators/gc_ops/types.rs
src/oom.rs
/wasmtime-44.0.1/crates/test-macros/src/wasmtime_test.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/async_cancel_caller.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_big_random_buf.rs
/wasmtime-44.0.1/crates/test-util/src/component_fuzz.rs
/wasmtime-44.0.1/crates/wasi-http/src/handler.rs
/wasmtime-44.0.1/crates/wasi-io/src/impls.rs
/wasmtime-44.0.1/crates/wasi/tests/all/p3/mod.rs
/wasmtime-44.0.1/crates/wasmtime/src/config.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/code_memory.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/futures_and_streams.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/debug.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/table.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/store.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/memory_pool.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/stack_switching.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/unix/signals.rs
/wasmtime-44.0.1/crates/wiggle/tests/wasi.rs
/wasmtime-44.0.1/crates/wizer/README.md
/wasmtime-44.0.1/crates/wizer/src/component/wasmtime.rs
/wasmtime-44.0.1/crates/wizer/src/wasmtime.rs
/wasmtime-44.0.1/pulley/src/disas.rs
/wasmtime-44.0.1/pulley/src/interp.rs
/wasmtime-44.0.1/pulley/src/regs.rs
/wasmtime-44.0.1/src/commands/run.rs
/wasmtime-44.0.1/supply-chain/audits.toml
/wasmtime-44.0.1/tests/all/iloop.rs
/wasmtime-44.0.1/tests/disas/issue-12808.wat
/wasmtime-44.0.1/tests/disas/stack-switching/resume-suspend-data-passing.wat
/wasmtime-44.0.1/tests/misc_testsuite/issue1809.wast
/wasmtime-44.0.1/winch/README.md
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/masm.rs
b19f6cc320-Mar-2026 Alex Crichton <[email protected]>

Fix a `stacks` fuzzer regression (#12755)

This commit fixes an accidental mistake from #12542 where when the
`limit` of stack frames for the fuzzer to capture is `None` then it
meant that backtraces

Fix a `stacks` fuzzer regression (#12755)

This commit fixes an accidental mistake from #12542 where when the
`limit` of stack frames for the fuzzer to capture is `None` then it
meant that backtraces were never captured. This updates the assertion
logic to handle a missing `WasmBacktrace` and the case that
`stacks.limit` is `None`.

show more ...


/wasmtime-44.0.1/.github/actions/build-adapter-provider/action.yml
/wasmtime-44.0.1/.github/actions/install-cargo-vet/action.yml
/wasmtime-44.0.1/.github/actions/install-rust/action.yml
/wasmtime-44.0.1/.github/workflows/cargo-audit.yml
/wasmtime-44.0.1/.github/workflows/ci-cron-trigger.yml
/wasmtime-44.0.1/.github/workflows/main.yml
/wasmtime-44.0.1/.github/workflows/performance.yml
/wasmtime-44.0.1/.github/workflows/publish-artifacts.yml
/wasmtime-44.0.1/.github/workflows/publish-to-cratesio.yml
/wasmtime-44.0.1/.github/workflows/release-process.yml
/wasmtime-44.0.1/Cargo.lock
/wasmtime-44.0.1/Cargo.toml
/wasmtime-44.0.1/ci/run-tests.py
/wasmtime-44.0.1/ci/vendor-wit.sh
/wasmtime-44.0.1/cranelift/codegen/meta/src/gen_isle.rs
/wasmtime-44.0.1/cranelift/codegen/meta/src/isa/x86.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/emit.rs
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower_dynamic_neon.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst_vector.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst.isle
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/lower.isle
/wasmtime-44.0.1/cranelift/codegen/src/isle_prelude.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/isle.rs
/wasmtime-44.0.1/cranelift/codegen/src/machinst/lower.rs
/wasmtime-44.0.1/cranelift/codegen/src/opts/arithmetic.isle
/wasmtime-44.0.1/cranelift/codegen/src/opts/bitops.isle
/wasmtime-44.0.1/cranelift/codegen/src/opts/cprop.isle
/wasmtime-44.0.1/cranelift/codegen/src/opts/selects.isle
/wasmtime-44.0.1/cranelift/codegen/src/opts/shifts.isle
/wasmtime-44.0.1/cranelift/codegen/src/prelude.isle
/wasmtime-44.0.1/cranelift/codegen/src/prelude_lower.isle
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/arithmetic-precise.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/bitops.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/cprop.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/icmp-parameterized.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/selects.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/shifts.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/jumptable-no-spectre.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/bitops.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/i128-arithmetic-extends.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/rotr.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/select.clif
/wasmtime-44.0.1/cranelift/isle/isle/src/codegen.rs
/wasmtime-44.0.1/crates/c-api/include/wasmtime.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/tag.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/types.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/types/extern.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/types/func.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/types/tag.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/types/val.hh
/wasmtime-44.0.1/crates/c-api/src/types.rs
/wasmtime-44.0.1/crates/c-api/src/types/extern.rs
/wasmtime-44.0.1/crates/c-api/src/types/tag.rs
/wasmtime-44.0.1/crates/c-api/tests/CMakeLists.txt
/wasmtime-44.0.1/crates/c-api/tests/tag_type.cc
/wasmtime-44.0.1/crates/cli-flags/src/lib.rs
/wasmtime-44.0.1/crates/cli-flags/src/opt.rs
/wasmtime-44.0.1/crates/cranelift/src/func_environ.rs
/wasmtime-44.0.1/crates/cranelift/src/translate/code_translator.rs
/wasmtime-44.0.1/crates/cranelift/src/translate/func_translator.rs
/wasmtime-44.0.1/crates/cranelift/src/trap.rs
/wasmtime-44.0.1/crates/debugger/Cargo.toml
/wasmtime-44.0.1/crates/debugger/src/host.rs
/wasmtime-44.0.1/crates/debugger/src/host/api.rs
/wasmtime-44.0.1/crates/debugger/src/host/bindings.rs
/wasmtime-44.0.1/crates/debugger/src/host/opaque.rs
/wasmtime-44.0.1/crates/debugger/src/lib.rs
/wasmtime-44.0.1/crates/debugger/wit/deps/cli.wit
/wasmtime-44.0.1/crates/debugger/wit/deps/clocks.wit
/wasmtime-44.0.1/crates/debugger/wit/deps/filesystem.wit
/wasmtime-44.0.1/crates/debugger/wit/deps/io.wit
/wasmtime-44.0.1/crates/debugger/wit/deps/random.wit
/wasmtime-44.0.1/crates/debugger/wit/deps/sockets.wit
/wasmtime-44.0.1/crates/debugger/wit/world.wit
/wasmtime-44.0.1/crates/environ/src/component/types_builder.rs
/wasmtime-44.0.1/crates/environ/src/frame_table.rs
src/oracles/stacks.rs
/wasmtime-44.0.1/crates/test-programs/Cargo.toml
/wasmtime-44.0.1/crates/test-programs/artifacts/build.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/debugger_component.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/debugger_debuggee_loop.wat
/wasmtime-44.0.1/crates/test-programs/src/bin/debugger_debuggee_simple.wat
/wasmtime-44.0.1/crates/test-programs/src/bin/p2_cli_http_headers.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p2_cli_many_resources.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_cli_many_tasks.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_http_middleware.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_http_middleware_with_chain.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_readdir.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_ip_name_lookup.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_tcp_bind.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_tcp_connect.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_tcp_listen.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_tcp_states.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_tcp_streams.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_udp_connect.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_udp_states.rs
/wasmtime-44.0.1/crates/test-programs/src/p3/mod.rs
/wasmtime-44.0.1/crates/wasi-http/Cargo.toml
/wasmtime-44.0.1/crates/wasi-http/src/ctx.rs
/wasmtime-44.0.1/crates/wasi-http/src/field_map.rs
/wasmtime-44.0.1/crates/wasi-http/src/handler.rs
/wasmtime-44.0.1/crates/wasi-http/src/lib.rs
/wasmtime-44.0.1/crates/wasi-http/src/p2/bindings.rs
/wasmtime-44.0.1/crates/wasi-http/src/p2/body.rs
/wasmtime-44.0.1/crates/wasi-http/src/p2/error.rs
/wasmtime-44.0.1/crates/wasi-http/src/p2/http_impl.rs
/wasmtime-44.0.1/crates/wasi-http/src/p2/mod.rs
/wasmtime-44.0.1/crates/wasi-http/src/p2/types.rs
/wasmtime-44.0.1/crates/wasi-http/src/p2/types_impl.rs
/wasmtime-44.0.1/crates/wasi-http/src/p3/bindings.rs
/wasmtime-44.0.1/crates/wasi-http/src/p3/body.rs
/wasmtime-44.0.1/crates/wasi-http/src/p3/host/handler.rs
/wasmtime-44.0.1/crates/wasi-http/src/p3/host/types.rs
/wasmtime-44.0.1/crates/wasi-http/src/p3/mod.rs
/wasmtime-44.0.1/crates/wasi-http/src/p3/request.rs
/wasmtime-44.0.1/crates/wasi-http/src/p3/response.rs
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/cli.wit
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/clocks.wit
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/filesystem.wit
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/http.wit
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/random.wit
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/sockets.wit
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/world.wit
/wasmtime-44.0.1/crates/wasi-http/tests/all/p2.rs
/wasmtime-44.0.1/crates/wasi-http/tests/all/p2/async_.rs
/wasmtime-44.0.1/crates/wasi-http/tests/all/p2/sync.rs
/wasmtime-44.0.1/crates/wasi-http/tests/all/p3/mod.rs
/wasmtime-44.0.1/crates/wasi-tls/Cargo.toml
/wasmtime-44.0.1/crates/wasi-tls/src/lib.rs
/wasmtime-44.0.1/crates/wasi-tls/src/providers/mod.rs
/wasmtime-44.0.1/crates/wasi-tls/src/providers/nativetls.rs
/wasmtime-44.0.1/crates/wasi-tls/src/providers/openssl.rs
/wasmtime-44.0.1/crates/wasi-tls/src/providers/rustls.rs
/wasmtime-44.0.1/crates/wasi-tls/src/providers/unsupported.rs
/wasmtime-44.0.1/crates/wasi-tls/tests/main.rs
/wasmtime-44.0.1/crates/wasi/Cargo.toml
/wasmtime-44.0.1/crates/wasi/src/p3/bindings.rs
/wasmtime-44.0.1/crates/wasi/src/p3/filesystem/mod.rs
/wasmtime-44.0.1/crates/wasi/src/p3/random/host.rs
/wasmtime-44.0.1/crates/wasi/src/p3/sockets/conv.rs
/wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/cli.wit
/wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/clocks.wit
/wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/filesystem.wit
/wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/random.wit
/wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/sockets.wit
/wasmtime-44.0.1/crates/wasmtime/src/config.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/futures_and_streams.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/options.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/typed.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/host_tables.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/store.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/values.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/debug.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling.rs
/wasmtime-44.0.1/scripts/publish.rs
/wasmtime-44.0.1/src/commands/run.rs
/wasmtime-44.0.1/src/commands/serve.rs
/wasmtime-44.0.1/src/common.rs
/wasmtime-44.0.1/supply-chain/audits.toml
/wasmtime-44.0.1/supply-chain/config.toml
/wasmtime-44.0.1/tests/all/cli_tests.rs
/wasmtime-44.0.1/tests/all/component_model/resources.rs
/wasmtime-44.0.1/tests/all/debug.rs
/wasmtime-44.0.1/tests/all/debug_component.rs
/wasmtime-44.0.1/tests/all/main.rs
/wasmtime-44.0.1/tests/all/pooling_allocator.rs
/wasmtime-44.0.1/tests/all/pulley.rs
/wasmtime-44.0.1/tests/disas/debug-exceptions.wat
/wasmtime-44.0.1/tests/disas/debug.wat
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/cancel-host.wast
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/streams-massive-send.wast
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/task-builtins.wast
1b59b57909-Mar-2026 Yordis Prieto <[email protected]>

Add support for map type (#12216)

* Add support for map type

Signed-off-by: Yordis Prieto <[email protected]>

* Add Map and MapEntry classes to support key/value pairs in component model

Th

Add support for map type (#12216)

* Add support for map type

Signed-off-by: Yordis Prieto <[email protected]>

* Add Map and MapEntry classes to support key/value pairs in component model

This commit introduces the Map and MapEntry classes, enabling the representation of map values in the component model. The Map class allows for the creation and iteration of key/value pairs, enhancing the functionality of the wasmtime component API. Additionally, the .gitignore file is updated to exclude build artifacts from the crates/c-api directory.

* Add wasm_component_model_map configuration support

* Format code

* Format C code

* Enhance component model to support HashMap<K, V> type

This commit introduces support for HashMap<K, V> in the component model, allowing maps to be represented as list<tuple<K, V>> in the canonical ABI. It includes implementations for the ComponentType, Lower, and Lift traits for HashMap, enabling type checking, lowering to flat representations, and lifting from memory. Additionally, the maximum depth for type generation in the fuzzing utility is updated to accommodate the new map type.

* Refactor component configuration to introduce map support

This commit removes the previous wasm features configuration and adds new functions for creating a map-configured engine. The `map_config` and `map_engine` functions are introduced to facilitate the use of the component model with maps in tests, ensuring that the engine is properly configured for map types in the component model.

* Add new WAST test for map types and remove map type definitions from existing tests

This commit introduces a new WAST test file specifically for testing various map types in the component model. Additionally, it removes the redundant map type definitions from the existing types.wast file to streamline the test suite.

* Update component fuzzing and dynamic tests to replace call_and_post_return with call

* Format code

* Refactor HashMap usage in typed.rs to use wasmtime_environ collections

* Fix HashMap initialization and insertion to handle potential errors in typed.rs

* Refactor HashMap handling in typed.rs to use lower_map_iter for improved iteration and memory management. Introduce new implementations for ComponentType, Lower, and Lift traits for std::collections::HashMap, enhancing support for map types in the component model.

* Fix map adapter trampoline compilation and alignment bugs

The translate_map function had two categories of bugs preventing map
adapter trampolines from working:

1. Wasm stack discipline: local_set_new_tmp emits LocalSet which pops
from the stack, but was called when the stack was empty (to
"pre-allocate" locals). Fixed by computing values first, then
calling local_set_new_tmp to consume them—matching translate_list's
pattern. Also removed an erroneous LocalTee that left an orphan
value on the stack. Affected: src_byte_len, dst_byte_len,
cur_src_ptr, cur_dst_ptr.

2. Pointer advancement: after value translation, the pointer still
points at the value start. The code only advanced by trailing
padding instead of value_size + trailing_padding, causing every
loop iteration to re-read the same memory.

Also fixes entry layout to use proper record alignment rules (entry
align = max(key_align, value_align), value at aligned offset).

* Refactor map entry layout calculations to use canonical ABI

* Remove unnecessary clone of map pairs during lowering

Val::Map already holds Vec<(Val, Val)> which derefs to &[(Val, Val)],
matching lower_map's signature directly. The intermediate Vec allocation
and deep clone of every key/value pair was redundant.

* Deduplicate map lift logic between HashMap implementations

* Deduplicate list and map sequence translation scaffolding

* Fix cargo fmt formatting issues

* Deduplicate map typecheck logic

* Deduplicate map lowering with linear_lower_map_to_flat and linear_lower_map_to_memory helpers

* Clean up lift_try_map: use drop, move TryHashMap import to module scope

* Fix CI: arbtest overflow and no-std HashMap lift_map

- component_fuzz: use saturating_sub in generate_hashable_key to prevent
underflow when fuel is 0 and Enum variant is chosen
- typed: remove incorrect ? operators in lift_map for hashbrown::HashMap
(with_capacity and insert don't return Result)

* Store map tuple layout in TypeMap

Compute map entry ABI and value offsets once during type building, and reuse that metadata in runtime map lift/lower paths instead of recalculating tuple layout at each call site.

* Refactor map ABI argument passing

Bundle map lift/lower layout and type metadata into a small MapAbi32 helper so map helper calls stay concise without changing behavior.

* Fix CI: enable component_model_map in fuzzing and handle map in arbitrary_val

The fuzzer's component_api oracle was generating map types but the engine
didn't have the map feature enabled, and arbitrary_val had no arm for
Type::Map. Enable component_model_map in the store helper (matching how
component_model_async is forced on) and implement arbitrary value generation
for map types.

---------

Signed-off-by: Yordis Prieto <[email protected]>

show more ...


/wasmtime-44.0.1/.gitignore
/wasmtime-44.0.1/crates/c-api/CMakeLists.txt
/wasmtime-44.0.1/crates/c-api/include/wasmtime/component/types/val.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/component/types/val.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/component/val.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/component/val.hh
/wasmtime-44.0.1/crates/c-api/include/wasmtime/config.h
/wasmtime-44.0.1/crates/c-api/include/wasmtime/config.hh
/wasmtime-44.0.1/crates/c-api/src/component/component.rs
/wasmtime-44.0.1/crates/c-api/src/component/types/val.rs
/wasmtime-44.0.1/crates/c-api/src/component/val.rs
/wasmtime-44.0.1/crates/c-api/tests/component/types.cc
/wasmtime-44.0.1/crates/cli-flags/src/lib.rs
/wasmtime-44.0.1/crates/environ/src/component/types.rs
/wasmtime-44.0.1/crates/environ/src/component/types_builder.rs
/wasmtime-44.0.1/crates/environ/src/fact/trampoline.rs
src/generators/config.rs
src/generators/module.rs
src/oracles/component_api.rs
/wasmtime-44.0.1/crates/test-programs/src/bin/p3_cli_read_stdin.rs
/wasmtime-44.0.1/crates/test-util/src/component.rs
/wasmtime-44.0.1/crates/test-util/src/component_fuzz.rs
/wasmtime-44.0.1/crates/test-util/src/wasmtime_wast.rs
/wasmtime-44.0.1/crates/test-util/src/wast.rs
/wasmtime-44.0.1/crates/wasi/src/cli/worker_thread_stdin.rs
/wasmtime-44.0.1/crates/wasmtime/src/config.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/typed.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/types.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/values.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/wave/component.rs
/wasmtime-44.0.1/crates/wast/src/component.rs
/wasmtime-44.0.1/crates/wit-bindgen/src/lib.rs
/wasmtime-44.0.1/crates/wit-bindgen/src/rust.rs
/wasmtime-44.0.1/crates/wit-bindgen/src/types.rs
/wasmtime-44.0.1/tests/all/cli_tests.rs
/wasmtime-44.0.1/tests/all/component_model.rs
/wasmtime-44.0.1/tests/all/component_model/dynamic.rs
/wasmtime-44.0.1/tests/all/component_model/func.rs
/wasmtime-44.0.1/tests/misc_testsuite/component-model/map-types.wast
fd30f52f09-Mar-2026 Nick Fitzgerald <[email protected]>

Rename our OOM-handling `BTreeMap` to `TryBTreeMap` (#12747)

* Rename our OOM-handling `BTreeMap` to `TryBTreeMap`

* Fix name in doc comments

0f9be3d109-Mar-2026 Nick Fitzgerald <[email protected]>

Split `crates/fuzzing/tests/oom.rs` into multiple modules (#12729)

It was getting big and unwieldy.

72dccdfd09-Mar-2026 bjorn3 <[email protected]>

Make serde an optional dependency in wasmtime-core (#12739)

cg_clif does not need serde, yet it was previously pulled in by
Cranelift through the dependency on wasmtime-core.

ced901ee09-Mar-2026 Nick Fitzgerald <[email protected]>

Rename our OOM-handling `IndexMap` to `TryIndexMap` (#12725)

b47252c409-Mar-2026 Nick Fitzgerald <[email protected]>

Rename our OOM-handling `HashSet` to `TryHashSet` (#12724)


/wasmtime-44.0.1/Cargo.lock
/wasmtime-44.0.1/Cargo.toml
/wasmtime-44.0.1/RELEASES.md
/wasmtime-44.0.1/cranelift/assembler-x64/Cargo.toml
/wasmtime-44.0.1/cranelift/assembler-x64/meta/Cargo.toml
/wasmtime-44.0.1/cranelift/bforest/Cargo.toml
/wasmtime-44.0.1/cranelift/bitset/Cargo.toml
/wasmtime-44.0.1/cranelift/codegen/Cargo.toml
/wasmtime-44.0.1/cranelift/codegen/meta/Cargo.toml
/wasmtime-44.0.1/cranelift/codegen/shared/Cargo.toml
/wasmtime-44.0.1/cranelift/codegen/src/opts/bitops.isle
/wasmtime-44.0.1/cranelift/control/Cargo.toml
/wasmtime-44.0.1/cranelift/entity/Cargo.toml
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/fold-bitops.clif
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/bitops.clif
/wasmtime-44.0.1/cranelift/frontend/Cargo.toml
/wasmtime-44.0.1/cranelift/interpreter/Cargo.toml
/wasmtime-44.0.1/cranelift/isle/isle/Cargo.toml
/wasmtime-44.0.1/cranelift/jit/Cargo.toml
/wasmtime-44.0.1/cranelift/module/Cargo.toml
/wasmtime-44.0.1/cranelift/native/Cargo.toml
/wasmtime-44.0.1/cranelift/object/Cargo.toml
/wasmtime-44.0.1/cranelift/reader/Cargo.toml
/wasmtime-44.0.1/cranelift/serde/Cargo.toml
/wasmtime-44.0.1/cranelift/srcgen/Cargo.toml
/wasmtime-44.0.1/cranelift/umbrella/Cargo.toml
/wasmtime-44.0.1/crates/c-api/include/wasmtime.h
/wasmtime-44.0.1/crates/environ/src/collections.rs
/wasmtime-44.0.1/crates/environ/src/collections/hash_set.rs
/wasmtime-44.0.1/crates/environ/src/prelude.rs
tests/oom.rs
/wasmtime-44.0.1/crates/wasmtime/Cargo.toml
/wasmtime-44.0.1/crates/wasmtime/build.rs
/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/pulley.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/type_registry.rs
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/mmap_vec.rs
/wasmtime-44.0.1/pulley/Cargo.toml
/wasmtime-44.0.1/pulley/src/lib.rs
/wasmtime-44.0.1/supply-chain/imports.lock
/wasmtime-44.0.1/tests/all/component_model/async.rs
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/task-builtins.wast
87bbb90705-Mar-2026 Nick Fitzgerald <[email protected]>

Rename our OOM-handling `HashMap` to `TryHashMap` (#12723)

1c1843da05-Mar-2026 Nick Fitzgerald <[email protected]>

Rename our OOM-handling `EntitySet` to `TryEntitySet` (#12722)

183891f005-Mar-2026 Nick Fitzgerald <[email protected]>

Rename our OOM-handling `Vec` to `TryVec` (#12721)

* Rename our OOM-handling `Vec` to `TryVec`

* fix tests that got mangled by the LSP server

* fix more tests mangled by LSP

d8e213f704-Mar-2026 Nick Fitzgerald <[email protected]>

Rename our OOM-handling `String` to `TryString` (#12720)

12345678910>>...26