Skip to content

Commit 18d0654

Browse files
authored
Merge pull request #304 from bytecodealliance/dependabot/cargo/internal/wasmtools/wasm-tools-1.227.1
2 parents 6037aa5 + f1fdc48 commit 18d0654

File tree

4 files changed

+83
-22
lines changed

4 files changed

+83
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1313
### Changed
1414

1515
- Breaking: generated `*.wasm.go` files will now have correct WIT kebab-case base name. Interfaces or worlds with `-` in their name will require removal of the previous `*.wasm.go` files.
16-
- Breaking: upgraded to `wasm-tools` [v1.226.0](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.226.0), which [removes support](https://github.com/bytecodealliance/wasm-tools/pull/2050) for multiple return values and flags with > 32 values. To ease migration, this package will continue to support JSON generated by `wasm-tools` v1.225.0 and earlier.
16+
- Breaking: upgraded to `wasm-tools` [v1.227.1](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.227.1), which [removes support](https://github.com/bytecodealliance/wasm-tools/pull/2050) for multiple return values and flags with > 32 values. To ease migration, this package will continue to support JSON generated by `wasm-tools` v1.225.0 and earlier.
1717
- Dropped support for TinyGo v0.32.0.
1818

1919
### Fixed

internal/wasmtools/Cargo.lock

Lines changed: 81 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/wasmtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = 'wasm-tools-go'
33
edition = '2021'
44

55
[dependencies]
6-
wasm-tools = { version = '1.226.0', default-features = false, features = [
6+
wasm-tools = { version = '1.227.1', default-features = false, features = [
77
'component',
88
] }
99

5.09 KB
Binary file not shown.

0 commit comments

Comments
 (0)