<?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 host_static.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c14dd11b - Add a new `ResourceDynamic` type  (#11885)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/host_static.rs#c14dd11b</link>
        <description>Add a new `ResourceDynamic` type  (#11885)* Move `ResourceAny` to its own submoduleIn preparation for upcoming other refactorings...* Move `Resource&lt;T&gt;` to its own submodule* Move `ResourceType` to its own submodule* Move host resource table infrastructure to its own module* Add module documentation to resource-related modules* Add a new `ResourceDynamic` typeThis commit adds a new type `wasmtime::component::ResourceDynamic` tothe embedding API which internally is more-or-less the same as`Resource&lt;T&gt;` but with different type information. This`ResourceDynamic` specifically enables storing runtime information formanaging the type of the resource as opposed to `Resource&lt;T&gt;` whichrequires static information.The main goal of this type is to enable exposing resources in the C APIof Wasmtime. Currently there is no way to define different resourcetypes in the C API because the only option is `Resource&lt;T&gt;`. With thistype it will be possible to create distinct resource types in the C APIfor embedders to use.cc #11437* Apply suggestions from code reviewCo-authored-by: Joel Dice &lt;joel.dice@fermyon.com&gt;---------Co-authored-by: Joel Dice &lt;joel.dice@fermyon.com&gt;

            List of files:
            /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/host_static.rs</description>
        <pubDate>Mon, 20 Oct 2025 17:21:50 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
</channel>
</rss>
