<?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 cli-cache.md</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0ffa7455 - Update cache configuration documentation and references (#10859)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-cache.md#0ffa7455</link>
        <description>Update cache configuration documentation and references (#10859)Remove references to deprecated cache config methods and update to use the new simplified `Config::cache` API. Also remove the mandatory `enabled` field from cache configuration documentation since all cache settings are now optional.

            List of files:
            /wasmtime-44.0.1/docs/cli-cache.md</description>
        <pubDate>Thu, 29 May 2025 16:59:04 +0000</pubDate>
        <dc:creator>Ben Brandt &lt;benjamin.j.brandt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>92cfda1b - refactor(docs): more conversions of sh to console for copy-paste (#10707)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-cache.md#92cfda1b</link>
        <description>refactor(docs): more conversions of sh to console for copy-paste (#10707)This commit udpates more instructions on various READMEs to avoid `$`for easy copy-pasting, and also use `console` where appropriate.Signed-off-by: Victor Adossi &lt;vadossi@cosmonic.com&gt;

            List of files:
            /wasmtime-44.0.1/docs/cli-cache.md</description>
        <pubDate>Fri, 02 May 2025 14:44:25 +0000</pubDate>
        <dc:creator>Victor Adossi &lt;123968127+vados-cosmonic@users.noreply.github.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/docs/cli-cache.md#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/docs/cli-cache.md</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>c7fb1354 - Test book documentation on CI</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-cache.md#c7fb1354</link>
        <description>Test book documentation on CIMake sure the embedding API follows what&apos;s currently implemented!

            List of files:
            /wasmtime-44.0.1/docs/cli-cache.md</description>
        <pubDate>Tue, 25 Feb 2020 16:52:43 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>59258730 - Use structopt instead of docopt.</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-cache.md#59258730</link>
        <description>Use structopt instead of docopt.This commit refactors the Wasmtime CLI tools to use `structopt` instead of`docopt`.The `wasmtime` tool now has the following subcommands:* `config new` - creates a new Wasmtime configuration file.* `run` - runs a WebAssembly module.* `wasm2obj` - translates a Wasm module to native object file.* `wast` - runs a test script file.If no subcommand is specified, the `run` subcommand is used. Thus,`wasmtime foo.wasm` should continue to function as expected.The `wasm2obj` and `wast` tools still exist, but delegate to the sameimplementation as the `wasmtime` subcommands.  The standalone `wasm2obj` and`wast` tools may be removed in the future in favor of simply using `wasmtime`.Included in this commit is a breaking change to the default Wasmtimeconfiguration file: it has been renamed from `wasmtime-cache-config.toml` tosimply `config.toml`.  The new name is less specific which will allow foradditional (non-cache-related) settings in the future.There are some breaking changes to improve command line UX:* The `--cache-config` option has been renamed to `--config`.* The `--create-config-file` option has moved to the `config new` subcommand.As a result, the `wasm2obj` and `wast` tools cannot be used to create a newconfig file.* The short form of the `--optimize` option has changed from`-o` to `-O` for consistency.* The `wasm2obj` command takes the output object file as arequired positional argument rather than the former required output *option*(e.g. `wasmtime wasm2obj foo.wasm foo.obj`).

            List of files:
            /wasmtime-44.0.1/docs/cli-cache.md</description>
        <pubDate>Tue, 17 Dec 2019 20:38:00 +0000</pubDate>
        <dc:creator>Peter Huene &lt;phuene@mozilla.com&gt;</dc:creator>
    </item>
<item>
        <title>c78196bd - Update repository URLs for the Bytecode Alliance. (#550)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-cache.md#c78196bd</link>
        <description>Update repository URLs for the Bytecode Alliance. (#550)

            List of files:
            /wasmtime-44.0.1/docs/cli-cache.md</description>
        <pubDate>Tue, 12 Nov 2019 17:18:59 +0000</pubDate>
        <dc:creator>Dan Gohman &lt;sunfish@mozilla.com&gt;</dc:creator>
    </item>
<item>
        <title>cf0af201 - Move cache configuration documentation into book</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-cache.md#cf0af201</link>
        <description>Move cache configuration documentation into bookMoves `CACHE_CONFIGURATION.md` into the `cli-cache.md` page of thebook. Additionally removes this from the release tarballs.

            List of files:
            /wasmtime-44.0.1/docs/cli-cache.md</description>
        <pubDate>Fri, 08 Nov 2019 20:50:20 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>bf526b62 - Add book documentation skeleton and auto-publish from CI (#435)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-cache.md#bf526b62</link>
        <description>Add book documentation skeleton and auto-publish from CI (#435)This commit adds the skeleton of a new set of documentation for`wasmtime` in the existing `docs` directory. This documentation isorganized and compiled with [mdbook] which the Rust project uses formost of its own documentation as well. At a previous meeting webrainstormed a rough skeleton of what the documentation in this bookwould look like, and I&apos;ve transcribed that here for an example of howthis is rendered and how it can be laid out. No actual documentation iswritten yet.This commit also additionally adds necessary support to auto-publishboth this book documentation and API documentation every time a commitis pushed to the `master` branch. All HTML will be automatically pushedto the `gh-pages` branch so long as the CI passes, and this should getdeployed to https://cranestation.github.io/wasmtime.I&apos;ve done a few dry-runs and I think this&apos;ll all work, but we&apos;ll likelytweak a few things here and there after running this through CI to makesure everything looks just as we&apos;d like. My hope though is that afterthis lands we can start actually filling out all the documentation andbeing able to review it as well.[mdbook]: https://crates.io/crates/mdbook

            List of files:
            /wasmtime-44.0.1/docs/cli-cache.md</description>
        <pubDate>Tue, 29 Oct 2019 14:55:51 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
</channel>
</rss>
