<?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 features.cmake</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e4305755 - Add wasi:http support to the C API (#12950)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/cmake/features.cmake#e4305755</link>
        <description>Add wasi:http support to the C API (#12950)

            List of files:
            /wasmtime-44.0.1/crates/c-api/cmake/features.cmake</description>
        <pubDate>Fri, 03 Apr 2026 16:41:51 +0000</pubDate>
        <dc:creator>Chay Nabors &lt;github@chaynabors.com&gt;</dc:creator>
    </item>
<item>
        <title>25b5a565 - Reexport pulley/all-arch through the C API (#11504)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/cmake/features.cmake#25b5a565</link>
        <description>Reexport pulley/all-arch through the C API (#11504)This commit adds a few more features from the Wasmtime crate to the CAPI for pulley and the all-arch option for Cranelift to supportcompiling for multiple architectures.

            List of files:
            /wasmtime-44.0.1/crates/c-api/cmake/features.cmake</description>
        <pubDate>Fri, 22 Aug 2025 15:58:06 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>6ba6e13b - c-api: Compile a component (#10566)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/cmake/features.cmake#6ba6e13b</link>
        <description>c-api: Compile a component (#10566)* c-api: Compile a componentCo-authored-by: Tyler Rockwood &lt;rockwood@redpanda.com&gt;Co-authored-by: Jean-Jacques Lafay &lt;jean-jacques@secretarium.org&gt;* Add documentation to config---------Co-authored-by: Tyler Rockwood &lt;rockwood@redpanda.com&gt;Co-authored-by: Jean-Jacques Lafay &lt;jean-jacques@secretarium.org&gt;

            List of files:
            /wasmtime-44.0.1/crates/c-api/cmake/features.cmake</description>
        <pubDate>Mon, 14 Apr 2025 16:21:41 +0000</pubDate>
        <dc:creator>MangoPeachGrape &lt;191630121+MangoPeachGrape@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>ae69c92e - Allow setting pooling allocation in the C API (#10484)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/cmake/features.cmake#ae69c92e</link>
        <description>Allow setting pooling allocation in the C API (#10484)* Allow setting pooling allocation in the C API* Formatting* Switch to object-style API* Delete function* Add wasmtime_ prefix* More documentation and minor fixes* Update doxygen config to exclude the WASMTIME_POOLING_ALLOCATION_CONFIG_PROP macro.

            List of files:
            /wasmtime-44.0.1/crates/c-api/cmake/features.cmake</description>
        <pubDate>Mon, 31 Mar 2025 18:14:49 +0000</pubDate>
        <dc:creator>fridaymore &lt;fridaymorenow@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6a95189c - c-api: Enable debugger DWARF export for guest code (#9915)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/cmake/features.cmake#6a95189c</link>
        <description>c-api: Enable debugger DWARF export for guest code (#9915)* c-api: Enable debugger DWARF export for guest codeIn order to allow source level debugging of hosted webassembly code inC-based embeddings, we must enable the debug-builtins cargo feature whenbuilding the C api.* c-api test: assert that the debug info is createdPreviously we were testing and confirming only that the options can beset using the API, not that they actually have any effect.In order to (simply) confirm that enabling debug information actuallycreated some debug information, we can somewhat hackily inspect thegenerated GDB JIT descriptor to see that it&apos;s populated.

            List of files:
            /wasmtime-44.0.1/crates/c-api/cmake/features.cmake</description>
        <pubDate>Mon, 30 Dec 2024 16:33:03 +0000</pubDate>
        <dc:creator>Ben Jackson &lt;puremourning@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>83bf774d - Add the &quot;null&quot; garbage collector (#9484)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/cmake/features.cmake#83bf774d</link>
        <description>Add the &quot;null&quot; garbage collector (#9484)* Add the &quot;null&quot; garbage collectorThe null collector does not actually collect any garbage, it simplybump-allocates until the heap is exhausted, at which point further allocationattempts will fail. It does not require any GC barriers.Users can configure which collector to use via the `wasmtime::Config::collector`method or the `-C collector=drc|null` CLI flag. The `wasmtime::Collector` enumeration,similar to the `wasmtime::Strategy` enumeration but for choosing a collectorrather than a compiler, additionally has a table summarizing the properties andcharacteristics of our current set of collector implementations.Finally, we also run `.wast` tests that exercise GC types under both the DRC andnull collectors. I tried to avoid running tests that are not related to GC underboth configurations just to avoid a combinatorial blow up.* cargo fmt* fix +gc -gc-null -gc-drc build* Fix some warnings in various cargo feature combo builds* Fix some more warnings in certain build configs* Fix unit tests for null GC* Fill in some placeholder comments that I forgot to write* Fix issues where we ask for a GC store when we don&apos;t actually need oneWhich was causing test failures, since we no longer return a GC store with adummy heap.* Add fuzzing config support for different collectors* address review feedback* fix cmake tests* Fix test compilation after rebase* Fix GC tests under MIRI

            List of files:
            /wasmtime-44.0.1/crates/c-api/cmake/features.cmake</description>
        <pubDate>Thu, 31 Oct 2024 17:46:17 +0000</pubDate>
        <dc:creator>Nick Fitzgerald &lt;fitzgen@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>22a4480e - Use cmake to build wasmtime-c-api (#9031)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/cmake/features.cmake#22a4480e</link>
        <description>Use cmake to build wasmtime-c-api (#9031)* Use cmake to build wasmtime-c-api* Properly expose features when building via cmake* Install all headers to same directory* Add vets* attempt to fix ci* Run all tests on CIprtest:full* Set CARGO_BUILD_TARGET; add CMakeLists to package* Update comment on github action* Attempt to fix android build* Fix source dir modifications of c-api build* Re-add BINARY_DIR option* Fix build* Move header installation to a cmake scriptTry to avoid dealing with cmake configuration/platforms/etc.* Tweak build of headers* Install headers in build dir for examples* Add cmake files to dist, fix header install dir---------Co-authored-by: Alex Crichton &lt;alex@alexcrichton.com&gt;

            List of files:
            /wasmtime-44.0.1/crates/c-api/cmake/features.cmake</description>
        <pubDate>Fri, 09 Aug 2024 18:36:13 +0000</pubDate>
        <dc:creator>Ryan Patterson &lt;cgamesplay@cgamesplay.com&gt;</dc:creator>
    </item>
</channel>
</rss>
