<?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 share-types.wit</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fd3a827e - Add a whole lot of semicolons to WIT files (#7159)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/component-macro/tests/codegen/share-types.wit#fd3a827e</link>
        <description>Add a whole lot of semicolons to WIT files (#7159)To prepare this commit I&apos;ve run `WIT_REQUIRE_SEMICOLONS=1 ./ci/run-tests.sh`locally which configures `wit-parser` to generate an error for missingsemicolons in WIT files. This led me to add quite a few semicolons inquite a few places in what is going to be the first of a few batches ofsemicolons.CI checks for this cannot be added just yet because the wasi-nn spec isa submodule which needs to be updated with semicolons before thisrepository can require semicolons. Nevertheless that doesn&apos;t stop usfrom using semicolons in the meantime (yay gradual rollout of changes!)so I figure this would be good to get in sooner rather than later.

            List of files:
            /wasmtime-44.0.1/crates/component-macro/tests/codegen/share-types.wit</description>
        <pubDate>Fri, 06 Oct 2023 14:11:43 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>41417d9e - Update Wasmtime for upcoming WIT changes (#6390)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/component-macro/tests/codegen/share-types.wit#41417d9e</link>
        <description>Update Wasmtime for upcoming WIT changes (#6390)* Update Wasmtime for upcoming WIT changesThis PR integrates bytecodealliance/wasm-tools#1027 into Wasmtime. Themain changes here are:* WIT syntax is updated with WebAssembly/component-model#193* Generated bindings in the `bindgen!` macro have been updated to  reflect the new structure of WIT.* The accepted component model binary format has been updated to account  for changes.This PR disables wasi-http tests and the on-by-default feature becausethe WIT syntax has been updated but the submodule containing the WITshas not been updated yet so there&apos;s no way to get that buildingtemporarily. Once that&apos;s updated then this can be reenabled.* Update wasmtime-wasi crate with new WIT* Add wit-bindgen override for the updated version* Officially disable wasi-http tests/building* Move test-reactor WIT into the main WIT filesDon&apos;t store duplicates with the rest of the WASI WIT files we have.* Remove adapter&apos;s copy of WIT files* Disable default features for wit-bindgen* Plumb disabling wasi-http tests a bit more* Fix reactor tests and adapter build* Remove no-longer-needed feature* Update adapter verification script* Back out some wasi-http hacks* Update vet and some dependency sources* Move where wit-bindgen comes fromMake it a more &quot;official&quot; location which is also less likely to beaccidentally deleted in the future.* Don&apos;t document wasi-http-tests

            List of files:
            /wasmtime-44.0.1/crates/component-macro/tests/codegen/share-types.wit</description>
        <pubDate>Fri, 26 May 2023 16:39:52 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>545749b2 - Fix some wit-bindgen-related issues with generated bindings (#5692)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/component-macro/tests/codegen/share-types.wit#545749b2</link>
        <description>Fix some wit-bindgen-related issues with generated bindings (#5692)* Prefix component-bindgen-generated-functions with `call_`This fixes clashes between Rust-native methods and the methodsthemselves. For example right now `new` is a Rust-generated function forconstructing the wrapper but this can conflict with a world-exportedfunction called `new`.Closes #5585* Fix types being both shared and ownedThis refactors some inherited cruft from the original `wit-bindgen`repository to be more Wasmtime-specific and fixes a codegen case wherea type was used in both a shared and an owned context.Closes #5688

            List of files:
            /wasmtime-44.0.1/crates/component-macro/tests/codegen/share-types.wit</description>
        <pubDate>Thu, 02 Feb 2023 17:54:35 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
</channel>
</rss>
