Releases: bytecodealliance/wasm-tools
Releases · bytecodealliance/wasm-tools
wasm-tools-1.0.38
Bump crate versions (#1145) Not a lot of major bumps this time, mostly minor.
wasm-tools-1.0.37
Bump versions (#1128)
wasm-tools-1.0.36
Bump crate versions (#1118) Releases recent changes such as: * More support for the gc proposal. [#1045](https://github.com/bytecodealliance/wasm-tools/pull/1045) [#1059](https://github.com/bytecodealliance/wasm-tools/pull/1059) * Support for resources throughout most tooling. [#1053](https://github.com/bytecodealliance/wasm-tools/pull/1053) [#1068](https://github.com/bytecodealliance/wasm-tools/pull/1068) [#1070](https://github.com/bytecodealliance/wasm-tools/pull/1070) [#1082](https://github.com/bytecodealliance/wasm-tools/pull/1082) [#1079](https://github.com/bytecodealliance/wasm-tools/pull/1079) [#1083](https://github.com/bytecodealliance/wasm-tools/pull/1083) [#1084](https://github.com/bytecodealliance/wasm-tools/pull/1084) [#1105](https://github.com/bytecodealliance/wasm-tools/pull/1105) [#1113](https://github.com/bytecodealliance/wasm-tools/pull/1113) [#1116](https://github.com/bytecodealliance/wasm-tools/pull/1116) * Support for `include` in WIT files. [#1054](https://github.com/bytecodealliance/wasm-tools/pull/1054) [#1085](https://github.com/bytecodealliance/wasm-tools/pull/1085) [#1088](https://github.com/bytecodealliance/wasm-tools/pull/1088) * WIT worlds may now be rejected if the same interface can be "reached" as both an import and an export simultaneously. [#1081](https://github.com/bytecodealliance/wasm-tools/pull/1081) [#1107](https://github.com/bytecodealliance/wasm-tools/pull/1107) * Support for registry metadata in `wasm-tools metadata`. [#1060](https://github.com/bytecodealliance/wasm-tools/pull/1060) * A new subcommand `wasm-tools component targets`. [#1089](https://github.com/bytecodealliance/wasm-tools/pull/1089) * An `--out-dir` argument is supported on `wasm-tools component wit` to print the entire `Resolve` instead of just one package. [#1108](https://github.com/bytecodealliance/wasm-tools/pull/1108) * Miscellaneous bug fixes and improvements. [#1061](https://github.com/bytecodealliance/wasm-tools/pull/1061) [#1065](https://github.com/bytecodealliance/wasm-tools/pull/1065) [#1074](https://github.com/bytecodealliance/wasm-tools/pull/1074) [#1073](https://github.com/bytecodealliance/wasm-tools/pull/1073) [#1078](https://github.com/bytecodealliance/wasm-tools/pull/1078) [#1077](https://github.com/bytecodealliance/wasm-tools/pull/1077) [#1072](https://github.com/bytecodealliance/wasm-tools/pull/1072) [#1086](https://github.com/bytecodealliance/wasm-tools/pull/1086) [#1091](https://github.com/bytecodealliance/wasm-tools/pull/1091) [#1094](https://github.com/bytecodealliance/wasm-tools/pull/1094) [#1114](https://github.com/bytecodealliance/wasm-tools/pull/1114) [#1106](https://github.com/bytecodealliance/wasm-tools/pull/1106)
wasm-tools-1.0.35
Bump crate versions (#1052) * Bump crate versions * Push the entire `deps` dir into a `Resolve` This assists with world-binding for WIT dependencies
wasm-tools-1.0.34
Bump crate versions (#1047)
wasm-tools-1.0.33
Bump wit-component's major version (#1030) I forgot this in #1025 and otherwise installs of `wit-bindgen` are not working at this time since the 0.8 track of wit-component is using 0.5 of wasm-metadata resulting in duplicate version errors.
wasm-tools-1.0.32
Bump versions (#1025) As requested on #1006
wasm-tools-1.0.31
Bump crate versions (#1002) * Add wit-smith to the list of crates to publish * Bump crate versions I think I got all the major/minor bumps right here this time around, but I think soon we'll need to move to an "always bump major" strategy since otherwise these are becoming pretty inter-dependent and I'm losing track of what needs to be major and when.
wasm-tools-1.0.30
Bump major version of wasm-metadata
wasm-tools-1.0.29
Bump crate verisons (#982) Closes #981