<?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 main.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>56dcd4ed - wasi-nn: minor fixes to documentation, style (#11732)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/main.rs#56dcd4ed</link>
        <description>wasi-nn: minor fixes to documentation, style (#11732)* wasi-nn: tweak the classification docsThis fixes several small issues from #10432.* Fix minor clippy complaints with classification example

            List of files:
            /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/main.rs</description>
        <pubDate>Tue, 23 Sep 2025 06:56:08 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e9e4afe2 - wasi-nn: use the MobileNet model instead of AlexNet</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/main.rs#e9e4afe2</link>
        <description>wasi-nn: use the MobileNet model instead of AlexNetThe MobileNet model is significantly smaller in size (14MB) than the AlexNet model (233MB); this change should reduce bandwidth used during CI.

            List of files:
            /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/main.rs</description>
        <pubDate>Tue, 13 Apr 2021 19:16:15 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3f694ae3 - Use stable Rust on CI to test the x64 backend (#2766)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/main.rs#3f694ae3</link>
        <description>Use stable Rust on CI to test the x64 backend (#2766)* Use stable Rust on CI to test the x64 backendThis commit leverages the newly-released 1.51.0 compiler to test thenew backend on Windows and Linux with a stable compiler instead of anightly compiler. This isolates the nightly build to just the nightlydocumentation generation and fuzzing, both of which rely on nightly forthe best results right now.* Use updated stable in book build job* Run rustfmt for new stable* Silence new warnings for wasi-nn* Allow some dead code in the x64 backendLooks like new rustc is better about emitting some dead-code warnings* Update rust in peepmatic job* Fix a test in the pooling allocator* Remove `package.metdata.docs.rs` temporarilyNeeds resolution of https://github.com/rust-lang/cargo/pull/9300 first* Fix a warning in a wasi-nn example

            List of files:
            /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/main.rs</description>
        <pubDate>Thu, 25 Mar 2021 18:18:59 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>d07fffeb - Use AlexNet for wasi-nn example (#2474)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/main.rs#d07fffeb</link>
        <description>Use AlexNet for wasi-nn example (#2474)

            List of files:
            /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/main.rs</description>
        <pubDate>Fri, 04 Dec 2020 15:07:19 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a61f068c - Add an initial wasi-nn implementation for Wasmtime (#2208)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/main.rs#a61f068c</link>
        <description>Add an initial wasi-nn implementation for Wasmtime (#2208)* Add an initial wasi-nn implementation for WasmtimeThis change adds a crate, `wasmtime-wasi-nn`, that uses `wiggle` to expose the current state of the wasi-nn API and `openvino` to implement the exposed functions. It includes an end-to-end test demonstrating how to do classification using wasi-nn: - `crates/wasi-nn/tests/classification-example` contains Rust code that is compiled to the `wasm32-wasi` target and run with a Wasmtime embedding that exposes the wasi-nn calls - the example uses Rust bindings for wasi-nn contained in `crates/wasi-nn/tests/wasi-nn-rust-bindings`; this crate contains code generated by `witx-bindgen` and eventually should be its own standalone crate* Test wasi-nn as a CI stepThis change adds: - a GitHub action for installing OpenVINO - a script, `ci/run-wasi-nn-example.sh`, to run the classification example

            List of files:
            /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/main.rs</description>
        <pubDate>Mon, 16 Nov 2020 18:54:00 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
