Releases: bytecodealliance/wac
Releases · bytecodealliance/wac
v0.6.1
v0.6.0
v0.5.0
v0.4.0
What's Changed
- docs: more generic command listing prose by @vados-cosmonic in #125
- Bump h2 from 0.4.3 to 0.4.5 by @dependabot in #126
- Update semver regex to not swallow trailing
.
by @itowlson in #129 - Implicit import check during target validation by @rylev in #130
New Contributors
- @vados-cosmonic made their first contribution in #125
- @dependabot made their first contribution in #126
- @itowlson made their first contribution in #129
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- set the dev version and update the artifact build by @calvinrp in #117
- changed to
wac
fromwac-cli
for thegh
commands by @calvinrp in #118 - move wac binary to wac-cli for release by @fibonacci1729 in #119
- updated README with
cargo binstall
option by @calvinrp in #120 - fix for cross compiling without feature flag by @calvinrp in #121
- lazily create warg registry client by @calvinrp in #123
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Cleanup from #82. by @peterhuene in #88
- Update the
wac-parser
crate description. by @peterhuene in #89 - New
wac plug
command by @rylev in #93 - Fix the
func-type
rule in the grammar. by @peterhuene in #96 - Add missing semicolon tokens to
constructor
andmethod
rules. by @peterhuene in #97 - Fix
resource-decl
rule in grammar. by @peterhuene in #98 - Fix panic when resource's owning interface is not otherwise implicitly imported by @rylev in #101
- Merging import dependencies by @rylev in #102
wac plug
with registry support by @calvinrp in #106- Update readme with
plug
subcommand by @calvinrp in #108 - Fix to lazily configure the warg client by @calvinrp in #110
- Publish binary artifacts by @calvinrp in #111
- Binary artifacts take 2 by @calvinrp in #112
- another attempt on getting binary to build by @calvinrp in #113
- Another attempt to build the binary artifacts by @calvinrp in #114
- Add basic example of wac CLI and programatic API by @rylev in #107
- Warg update 0.7 by @calvinrp in #116
New Contributors
Full Changelog: v0.1.0...v0.2.0
dev
Published artifacts from the latest build
v0.1.0
What's Changed
Initial release of the wac
CLI tool and related crates!
Please note that as this is a 0.1.0 release, the APIs exposed by these crates are considered to be unstable and may change from release to release.
New Contributors
- @peterhuene made their first contribution in #1
- @fibonacci1729 made their first contribution in #2
- @rylev made their first contribution in #47
Full Changelog: https://github.com/bytecodealliance/wac/commits/v0.1.0