<?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 sharedmemory.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ae84e6ed - Enable `unsafe-attr-outside-unsafe` 2024 edition lint (#9964)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/src/sharedmemory.rs#ae84e6ed</link>
        <description>Enable `unsafe-attr-outside-unsafe` 2024 edition lint (#9964)* Enable `unsafe-attr-outside-unsafe` 2024 edition lintThis commit enables the `unsafe-attr-outside-unsafe` lint in rustc usedin transitioning to the 2024 edition. This requires that the`#[no_mangle]` attribute is replaced in favor of `#[unsafe(no_mangle)]`.This mostly affects the C API of wasmtime and most of the changes hereare a simple search/replace.* Another attribute update* Fix command adapter build

            List of files:
            /wasmtime-44.0.1/crates/c-api/src/sharedmemory.rs</description>
        <pubDate>Thu, 09 Jan 2025 21:05:55 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>ca5f1bb6 - Tidy up some headers related to shared memory (#8366)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/src/sharedmemory.rs#ca5f1bb6</link>
        <description>Tidy up some headers related to shared memory (#8366)* Tidy up some headers related to shared memory* Don&apos;t declare an anonymous `struct wasmtime_sharedmemory`, instead  `#include` the actual definition.* Fix an issue where a header in `sharedmemory.h` referred to a type in  `extern.h` which wasn&apos;t `#include`&apos;d. This function,  `wasmtime_sharedmemory_into_extern`, additionally isn&apos;t necessary as  it&apos;s no different than manually constructing it. Fix this by removing  this function.* Run clang-format

            List of files:
            /wasmtime-44.0.1/crates/c-api/src/sharedmemory.rs</description>
        <pubDate>Sun, 14 Apr 2024 20:02:43 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>83b859e5 - Gate support for the wasm `threads` proposal behind a Cargo feature (#8260)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/src/sharedmemory.rs#83b859e5</link>
        <description>Gate support for the wasm `threads` proposal behind a Cargo feature (#8260)* Gate support for the wasm `threads` proposal behind a Cargo featureThis commit moves support for the `threads` proposal behind a newon-by-default Cargo feature: `threads`. This is intended to supportbuilding Wasmtime with fewer runtime dependencies such as those requiredfor the atomic operations on memories.This additionally adds the `gc` feature in a few missing places too.* Fix compile of C API without threads

            List of files:
            /wasmtime-44.0.1/crates/c-api/src/sharedmemory.rs</description>
        <pubDate>Fri, 29 Mar 2024 08:30:15 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>55bd797a - Extend C API with interfaces needed to use threads (#7940)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/c-api/src/sharedmemory.rs#55bd797a</link>
        <description>Extend C API with interfaces needed to use threads (#7940)

            List of files:
            /wasmtime-44.0.1/crates/c-api/src/sharedmemory.rs</description>
        <pubDate>Fri, 08 Mar 2024 01:55:34 +0000</pubDate>
        <dc:creator>Milek7 &lt;Milek7@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
