<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in tests.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>61a371ac - CacheConfigs are always enabled; clarify directory validation (#11376)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/cache/src/tests.rs#61a371ac</link>
        <description>CacheConfigs are always enabled; clarify directory validation (#11376)

            List of files:
            /wasmtime-44.0.1/crates/cache/src/tests.rs</description>
        <pubDate>Mon, 04 Aug 2025 15:26:29 +0000</pubDate>
        <dc:creator>Jesse Rusak &lt;me@jesserusak.com&gt;</dc:creator>
    </item>
<item>
        <title>2cd52b76 - Allow creation of a CacheConfig without loading from a file (#10665)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/cache/src/tests.rs#2cd52b76</link>
        <description>Allow creation of a CacheConfig without loading from a file (#10665)* cache: Add builder pattern for CacheConfig* wasmtime: Add cache_config method to wasmtime::Config* Refactor test_builder_default to use test_prolog helper* Remove enabled option from CacheConfigBuilder and always set to true* Change builder methods to take &amp;mut self and return &amp;mut Self* Simplify cache configuration APIA new `cache_config(Option&lt;CacheConfig&gt;)` method replaces multiple methodsfor controlling module caching. Now `None` disables caching, and users candirectly provide a cache config or load one from a file.* Make cache configuration optional* Add Cache struct to separate configuration from runtime (wip)* Ensure default values earlier* Consolidate CacheConfig and CacheConfigBuilder* Set Cache directly on wastime::Config and make it easier to create onefrom a file* Validate after loading file again* Move cache to top-level module* Fix tests

            List of files:
            /wasmtime-44.0.1/crates/cache/src/tests.rs</description>
        <pubDate>Tue, 29 Apr 2025 14:50:26 +0000</pubDate>
        <dc:creator>Ben Brandt &lt;benjamin.j.brandt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0e9121da - Fix some typos (#8641)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/cache/src/tests.rs#0e9121da</link>
        <description>Fix some typos (#8641)* occurred* winch typos* tests typos* cli typos* fuzz typos* examples typos* docs typos* crates/wasmtime typos* crates/environ typos* crates/cranelift typos* crates/test-programs typos* crates/c-api typos* crates/cache typos* crates other typos* cranelift/codegen/src/isa typos* cranelift/codegen/src other typos* cranelift/codegen other typos* cranelift other typos* ci js typo* .github workflows typo* RELEASES typo* Fix clang-format documentation line---------Co-authored-by: Andrew Brown &lt;andrew.brown@intel.com&gt;

            List of files:
            /wasmtime-44.0.1/crates/cache/src/tests.rs</description>
        <pubDate>Thu, 16 May 2024 23:21:22 +0000</pubDate>
        <dc:creator>FrankReh &lt;FrankReh@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>9ce3ffe1 - Update some CI dependencies (#7983)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/cache/src/tests.rs#9ce3ffe1</link>
        <description>Update some CI dependencies (#7983)* Update some CI dependencies* Update to the latest nightly toolchain* Update mdbook* Update QEMU for cross-compiled testing* Update `cargo nextest` for usage with MIRIprtest:full* Remove lots of unnecessary imports* Downgrade qemu as 8.2.1 seems to segfault* Remove more imports* Remove unused winch trait method* Fix warnings about unused trait methods* More unused imports* More unused imports

            List of files:
            /wasmtime-44.0.1/crates/cache/src/tests.rs</description>
        <pubDate>Thu, 22 Feb 2024 23:54:03 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>08c7359f - Update a few crates on their major version tracks (#7908)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/cache/src/tests.rs#08c7359f</link>
        <description>Update a few crates on their major version tracks (#7908)Found via `cargo outdated` and the vets here were easy enough.

            List of files:
            /wasmtime-44.0.1/crates/cache/src/tests.rs</description>
        <pubDate>Mon, 12 Feb 2024 15:56:27 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>a464465e - Code review feedback changes.</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/cache/src/tests.rs#a464465e</link>
        <description>Code review feedback changes.* Add `anyhow` dependency to `wasmtime-runtime`.* Revert `get_data` back to `fn`.* Remove `DataInitializer` and box the data in `Module` translation instead.* Improve comments on `MemoryInitialization`.* Remove `MemoryInitialization::OutOfBounds` in favor of proper bulk memory  semantics.* Use segmented memory initialization except for when the uffd feature is  enabled on Linux.* Validate modules with the allocator after translation.* Updated various functions in the runtime to return `anyhow::Result`.* Use a slice when copying pages instead of `ptr::copy_nonoverlapping`.* Remove unnecessary casts in `OnDemandAllocator::deallocate`.* Better document the `uffd` feature.* Use WebAssembly page-sized pages in the paged initialization.* Remove the stack pool from the uffd handler and simply protect just the guard  pages.

            List of files:
            /wasmtime-44.0.1/crates/cache/src/tests.rs</description>
        <pubDate>Thu, 04 Mar 2021 00:41:33 +0000</pubDate>
        <dc:creator>Peter Huene &lt;peter@huene.dev&gt;</dc:creator>
    </item>
<item>
        <title>c8871ee1 - Allow instance allocators control over module compilation.</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/cache/src/tests.rs#c8871ee1</link>
        <description>Allow instance allocators control over module compilation.This commit introduces two new methods on `InstanceAllocator`:* `validate_module` - this method is used to validate a module after  translation but before compilation. It will be used for the upcoming pooling  allocator to ensure a module being compiled adheres to the limits of the  allocator.* `adjust_tunables` - this method is used to adjust the `Tunables` given the  JIT compiler.  The pooling allocator will use this to force all memories to  be static during compilation.

            List of files:
            /wasmtime-44.0.1/crates/cache/src/tests.rs</description>
        <pubDate>Tue, 08 Dec 2020 06:12:33 +0000</pubDate>
        <dc:creator>Peter Huene &lt;peter@huene.dev&gt;</dc:creator>
    </item>
<item>
        <title>08f9eb17 - Making caching support optional in Wasmtime (#2119)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/cache/src/tests.rs#08f9eb17</link>
        <description>Making caching support optional in Wasmtime (#2119)This commit moves all of the caching support that currently lives in`wasmtime-environ` into a `wasmtime-cache` crate and makes it optional. Thegoal here is to slim down the `wasmtime-environ` crate and clearly separateboundaries where caching is a standalone and optional feature, not intertwinedwith other crates.

            List of files:
            /wasmtime-44.0.1/crates/cache/src/tests.rs</description>
        <pubDate>Fri, 07 Aug 2020 20:42:40 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
</channel>
</rss>
