<?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-install.md</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>cc1bebbd - Change macOS binary link to aarch64 version (#11574)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-install.md#cc1bebbd</link>
        <description>Change macOS binary link to aarch64 version (#11574)It&#8217;s more likely that a modern macOS user needs an AArch64 version rather than an x86_64 one.

            List of files:
            /wasmtime-44.0.1/docs/cli-install.md</description>
        <pubDate>Sat, 30 Aug 2025 00:01:08 +0000</pubDate>
        <dc:creator>Zalim Bashorov &lt;bashorov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ab8e653c - Add `cargo install`  and  `cargo binstall` options to documentation (#11343)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-install.md#ab8e653c</link>
        <description>Add `cargo install`  and  `cargo binstall` options to documentation (#11343)* docs: add Cargo installation option for wasmtime-cli* docs(readme): refer to CLI installation page* docs:  clearer instructions  for installing from crates.io (code review)Co-authored-by: Nick Fitzgerald &lt;fitzgen@gmail.com&gt;* docs: elaborate on how cargo binstall works (code review)* docs: add bakcticks to the wasmtime-cli name* docs: add console tag to the fenced code block* docs: remove trailing quote from export line---------Co-authored-by: Nick Fitzgerald &lt;fitzgen@gmail.com&gt;

            List of files:
            /wasmtime-44.0.1/docs/cli-install.md</description>
        <pubDate>Wed, 30 Jul 2025 18:12:08 +0000</pubDate>
        <dc:creator>veralvx &lt;171095367+veralvx@users.noreply.github.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-install.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-install.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>3e406d2e - Add a `wasmtime objdump` subcommand (#10405)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-install.md#3e406d2e</link>
        <description>Add a `wasmtime objdump` subcommand (#10405)This commit adds an `objdump` subcommand to the `wasmtime` CLI. Like allother subcommands this can be disabled for a more minimal build of theCLI as well. The purpose of this subcommand is to provide aWasmtime-specific spin on the venerable native `objdump` itself. Notablythis brings Wasmtime-specific knowledge for filtering functions, showingWasmtime metadata, etc.This command is intended to look like `objdump` roughly but also hasconfigurable output with various flags and things that can be printed.For now the main Wasmtime additions are showing the address mapsection, stack map section, and trap section of a `*.cwasm` file.This new subcommand replaces the infrastructure of the `disas` testsuite, and now that test suite uses `wasmtime objdump` to generate testexpectations. Additionally the subcommand replaces the Pulley `objdump`example as a more full-featured objdump that also works natively withPulley.The hope is that if we add more binary metadata in the future (such asunwinding tables) that can be relatively easily added here forexploration as well. Otherwise this is mostly just a developerconvenience for Wasmtime developers as well and hopefully doesn&apos;t costtoo much in maintenance burden.Closes #10336

            List of files:
            /wasmtime-44.0.1/docs/cli-install.md</description>
        <pubDate>Thu, 20 Mar 2025 19:23:59 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>310e6677 - Reorder book-based documentation (#8130)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-install.md#310e6677</link>
        <description>Reorder book-based documentation (#8130)On a high level, this is what this PR changed:1. Move the CLI chapter before the API chapter.    I think this makes sense because the CLI is more high-level.    The same change was proposed in    https://github.com/bytecodealliance/wasmtime/pull/7987.1. Move some Rust and C examples from the &quot;Examples&quot; chapter into the API chapter.1. Remove the original main C and Rust chapter introduction files.    They contained mostly outdated or duplicate information.1. Rename the &quot;Examples&quot; chapter to &quot;Further Examples&quot;.    (For lack of a better name.)1. Rename &quot;Embedding&quot; to &quot;API&quot; at some places since API is a more generally known term.    The term &quot;embedding&quot; is also slightly more confusing, I think,    because the term nowadays also used a lot in LLM-related communication.1. Read through the entire document and fix some outdated links and information.1. Fix a missing subheading for Elixir (it was mentioned on the lang page, but not in the menu).

            List of files:
            /wasmtime-44.0.1/docs/cli-install.md</description>
        <pubDate>Thu, 14 Mar 2024 17:41:27 +0000</pubDate>
        <dc:creator>Rik Huijzer &lt;github@huijzer.xyz&gt;</dc:creator>
    </item>
<item>
        <title>738d41ea - Correct grammar (#7224)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-install.md#738d41ea</link>
        <description>Correct grammar (#7224)* Update cli-install.mdCorrect grammar.* Update contributing-architecture.mdCorrect grammar.

            List of files:
            /wasmtime-44.0.1/docs/cli-install.md</description>
        <pubDate>Thu, 12 Oct 2023 11:27:02 +0000</pubDate>
        <dc:creator>Kelly Thomas Kline &lt;kellytk@sw-e.org&gt;</dc:creator>
    </item>
<item>
        <title>a92a31d8 - Rename the `master` branch to `main` (#1924)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-install.md#a92a31d8</link>
        <description>Rename the `master` branch to `main` (#1924)* This PR is against a branch called `main`* Internally all docs/CI/etc is updated* The default branch of the repo is now `main`* All active PRs have been updated to retarget `main`Closes #1914

            List of files:
            /wasmtime-44.0.1/docs/cli-install.md</description>
        <pubDate>Thu, 25 Jun 2020 19:03:21 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>8caa5a94 - Spice up the project README, fill out more docs (#1010)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/cli-install.md#8caa5a94</link>
        <description>Spice up the project README, fill out more docs (#1010)* Spice up the project README, fill out more docsThis is an attempt to spruce up wasmtime&apos;s README.md file as well asfill out more of the missing documentation in the `docs/` folder.There&apos;s still a long way to go but I hoped here to mostly move aroundexisting information and add new information. As always happy to havefeedback!* Tweak CLI wording* Remove no-longer relevant clause* Update sandboxing docs* Handle comments

            List of files:
            /wasmtime-44.0.1/docs/cli-install.md</description>
        <pubDate>Thu, 27 Feb 2020 23:28:08 +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-install.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-install.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>
