<?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 tls.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8b68f6f1 - Improve panic message for `tls::get` failures (#11413)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/tls.rs#8b68f6f1</link>
        <description>Improve panic message for `tls::get` failures (#11413)Closes #11412

            List of files:
            /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/tls.rs</description>
        <pubDate>Mon, 11 Aug 2025 16:11:55 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>fa70f025 - implement Component Model async ABI (#11127)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/tls.rs#fa70f025</link>
        <description>implement Component Model async ABI (#11127)* implement Component Model async ABIThis commit replaces the stub functions and types in`wasmtime::runtime::component::concurrent` and its submodules with the workingimplementation developed in the `wasip3-prototyping` repo.  For ease of review,it does not include any new tests; I&apos;ll add those in a follow-up commit.Note that this builds on #11123; only the most recent commit is new.Signed-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* clear params pointer in `call_async` when future is droppedThis ensures that the closure we pass to `prepare_call` will never see a stalepointer.Note that this could potentially be made more efficient; I&apos;m starting with asimple solution, and we can refine from there.Signed-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* Remove unsafety from accessing concurrent async state* Remove a dead variant when async is disabled* Add tests for `tls.rs` unsafe code* Refactor `AbortHandle`* Don&apos;t close over the entire future in the `AbortHandle`, instead  change it to just the bare minimum state to manage aborts.* Move aborting logic into a helper `AbortHandle::run` function which  handles the is-this-aborted-check internally.* Refactor some logic around spawns how `AbortHandle` is  managed/created.* Internalize some functions/types* add FIXME comment to `states.rs`Signed-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* reference issue 11190 in `table.rs` TODOSigned-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* switch `use` directives to conventional syntaxSigned-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* remove redundant accessor methodsSigned-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* reference issue 11191 in `yield` TODO commentsSigned-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* replace `dummy_waker` with `Waker::noop`Signed-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* remove obsolete `AsyncState::spawned_tasks` fieldSigned-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* only call post-return automatically for `call_concurrent`This restores the original behavior of requiring explicit post-return calls for`call[_async]` invocations.Signed-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* Favor function arguments before closures* Simplify `watch` a bitMostly move unnecessary state out of the `Arc`.* fix task handle leaks and add test coverageWe weren&apos;t always disposing of guest or host task handles once they becameunreachable.  This adds a couple of hidden methods which integration tests mayuse to guard against use-after-delete, double-delete, and leak bugs regardingwaitable handles.  It also tightens up handle management in `concurrent.rs` toensure those tests pass.Signed-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* Encapsulate type erasure in stream buffersDon&apos;t rely on all buffers to handle `TypeId` and assertions and such,instead have a helper type which is the one location of the assertionsand everything else can stay typed.* Remove some methods ending in underscores* Refactor unsafety in `buffers.rs`Mostly move away from raw pointers and instead use utilities like`&amp;[MaybeUninit&lt;T&gt;]`. Also make `WriteBuffer` an `unsafe` trait afterabsorbing the `TakeBuffer` trait. Update all safety-related commentshere and there too.* remove task on drop in `TypedFunc::call_async`This avoids the need for an `Arc`.Signed-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* remove obsolete clause from `FutureReader::read` docsSigned-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* unhide and expand docs for `WriteBuffer` and `ReadBuffer`Signed-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;* add optional `component-model-async-bytes` featureThis gates interop with the `bytes` crate, making it optional and non-default.Signed-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;---------Signed-off-by: Joel Dice &lt;joel.dice@fermyon.com&gt;Co-authored-by: Alex Crichton &lt;alex@alexcrichton.com&gt;

            List of files:
            /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/tls.rs</description>
        <pubDate>Fri, 11 Jul 2025 21:06:04 +0000</pubDate>
        <dc:creator>Joel Dice &lt;joel.dice@fermyon.com&gt;</dc:creator>
    </item>
</channel>
</rss>
