<?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 engine.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9bb96d51 - Add `Config::without_compiler` (#12089)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/tests/all/engine.rs#9bb96d51</link>
        <description>Add `Config::without_compiler` (#12089)* Add `Config::without_compiler`This provides us an allocation-free path for constructing a `Config`.Why not rely on builds when `cfg(not(any(feature = &quot;cranelift&quot;, feature =&quot;winch&quot;)))`? Because we need to test our various OOM-handling andallocation-free code paths in this workspace, and without some way to create aconfig without a compiler otherwise, cargo&apos;s feature resolver will enable thosefeatures in the workspace, enabling the compiler in the config, but we don&apos;tintend to make compiler configurations handle OOM.* Quiet unused mut warnings* Move default compiler flags into builder

            List of files:
            /wasmtime-44.0.1/tests/all/engine.rs</description>
        <pubDate>Tue, 02 Dec 2025 23:50:13 +0000</pubDate>
        <dc:creator>Nick Fitzgerald &lt;fitzgen@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
