<?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 strings.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/strings.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/strings.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/strings.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/strings.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>24785123 - Update WIT tooling used by Wasmtime (#5565)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/component-macro/tests/codegen/strings.wit#24785123</link>
        <description>Update WIT tooling used by Wasmtime (#5565)* Update WIT tooling used by WasmtimeThis commit updates the WIT tooling, namely the wasm-tools family ofcrates, with recent updates. Notably:* bytecodealliance/wasm-tools#867* bytecodealliance/wasm-tools#871This updates index spaces in components and additionally bumps theminimum required version of the component binary format to be consumedby Wasmtime (because of the index space changes). Additionally WITtooling now fully supports `use`.Note that WIT tooling doesn&apos;t, at this time, fully support packages anddepending on remotely defined WIT packages. Currently WIT still needs tobe vendored in the project. It&apos;s hoped that future work with `cargocomponent` and possible integration here could make the story aboutdepending on remotely-defined WIT more ergonomic and streamlined.* Fix `bindgen!` codegen tests* Add a test for `use` paths an implement support* Update to crates.io versions of wasm-tools* Uncomment codegen tests

            List of files:
            /wasmtime-44.0.1/crates/component-macro/tests/codegen/strings.wit</description>
        <pubDate>Wed, 18 Jan 2023 15:37:03 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>2329ecc3 - Add a `wasmtime::component::bindgen!` macro (#5317)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/component-macro/tests/codegen/strings.wit#2329ecc3</link>
        <description>Add a `wasmtime::component::bindgen!` macro (#5317)* Import Wasmtime support from the `wit-bindgen` repoThis commit imports the `wit-bindgen-gen-host-wasmtime-rust` crate fromthe `wit-bindgen` repository into the upstream Wasmtime repository. I&apos;vechosen to not import the full history here since the crate is relativelysmall and doesn&apos;t have a ton of complexity. While the history of thecrate is quite long the current iteration of the crate&apos;s history isrelatively short so there&apos;s not a ton of import there anyway. Thethinking is that this can now continue to evolve in-tree.* Refactor `wasmtime-component-macro` a bitMake room for a `wit_bindgen` macro to slot in.* Add initial support for a `bindgen` macro* Add tests for `wasmtime::component::bindgen!`* Improve error forgetting `async` feature* Add end-to-end tests for bindgen* Add an audit of `unicase`* Add a license to the test-helpers crate* Add vet entry for `pulldown-cmark`* Update publish script with new crate* Try to fix publish script* Update audits* Update lock file

            List of files:
            /wasmtime-44.0.1/crates/component-macro/tests/codegen/strings.wit</description>
        <pubDate>Tue, 06 Dec 2022 19:06:00 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
</channel>
</rss>
