Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm-tools 1.218.0 #192405

Merged
merged 2 commits into from
Sep 30, 2024
Merged

wasm-tools 1.218.0 #192405

merged 2 commits into from
Sep 30, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Recommend `--locked` for `cargo install` by @samestep in https://github.com/bytecodealliance/wasm-tools/pull/1773
* Allow parsing `rectypes` in components by @abrown in https://github.com/bytecodealliance/wasm-tools/pull/1764
* Use `pretty_assertions` instead of `diff` in tests by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1776
* Pin nightly versions in CI to insulate from breakage by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1778
* Correct float docs for `wasmparser::BinaryReader` by @samestep in https://github.com/bytecodealliance/wasm-tools/pull/1777
* Remove the ability to turn off semicolons in WIT by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1779
* Support multi-line run/fail directives in CLI tests by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1782
* json-from-wast: Include binary form of text files where possible by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1775
* Start requiring f32/f64 in WIT by default by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1780
* Remove v1 encoding support for WIT documents/worlds by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1781
* Beef up validity assertions on `Resolve` by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1785
* Add importize method to Resolve by @karthik2804 in https://github.com/bytecodealliance/wasm-tools/pull/1784
* Don't panic on duplicate imports when creating components by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1787
* wasmprinter: print function bodies with code section by @keithw in https://github.com/bytecodealliance/wasm-tools/pull/1788
* Fix some minor issues in WIT world merging by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1791
* Maintain more internal consistency checks when merging worlds  by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1792
* Update some fuzzing defaults and infrastructure by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1793
* Start removing custom translation in wasm-mutate by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1794
* Remove `Translator` from `ModifyData` in wasm-mutate by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1795
* Remove custom translation framework from wasm-mutate by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1796
* Fix another wasm-mutate invalid module by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1797
* Migrate type section encoding in wast to wasm-encoder by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1799
* threads: add component model canonical functions by @abrown in https://github.com/bytecodealliance/wasm-tools/pull/1783
* Extract "world elaboration" to a separate function  by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1800
* optionally allow output world name when importizing by @karthik2804 in https://github.com/bytecodealliance/wasm-tools/pull/1806
* Added a `len` method to `wasm_encoder::Module` by @thesuhas in https://github.com/bytecodealliance/wasm-tools/pull/1804
* Preserve element segment encoding more often by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1807
* Transition more encoding in wast to using wasm-encoder by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1803
* Update to Wasmtime 25 for testing/fuzzing by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1812
* Flesh out more text support for GC types in components by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1813
* Overhaul and refactor some internals of wit-component  by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1810
* wasm-wave: Accept nullary func calls by @lann in https://github.com/bytecodealliance/wasm-tools/pull/1817
* Implement merging semver-compatible interfaces in imports by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1815
* Add support for the stack switching proposal by @dhil in https://github.com/bytecodealliance/wasm-tools/pull/1802
* Fix a race condition in some tests by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1821
* Deduplicate how many times type-related opcodes are listed by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1822
* Fix testing for errors during fuzzing by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1814
* Migrate more encoding to wasm-encoder by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1823
* wasm-smith: Add config option to disallow floats by @Scott-Guest in https://github.com/bytecodealliance/wasm-tools/pull/1818
* Protect wasm-smith against arbitrary `Config` differently by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1825
* Deny unknown fields in wasm-smith configuration by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1824
* wasmprinter: add option to print instructions in folded form by @keithw in https://github.com/bytecodealliance/wasm-tools/pull/1790
* Hook up folded instructions to fuzzing by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1831
* Fix a typo about `unbundle` in README by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/1830
* Release wasm-tools 1.218.0 by @github-actions in https://github.com/bytecodealliance/wasm-tools/pull/1819

New Contributors

Full Changelog: bytecodealliance/wasm-tools@v1.217.0...v1.218.0

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Sep 30, 2024
wasm-tools: update test

Signed-off-by: Rui Chen <[email protected]>
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 30, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 30, 2024
Merged via the queue into master with commit f8a74bc Sep 30, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-wasm-tools-1.218.0 branch September 30, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants