Skip to content

Wagi v0.5.0

Compare
Choose a tag to compare
@vdice vdice released this 31 Jan 17:48
· 52 commits to main since this release
6b9ac85

Wagi v0.5.0

This release brings a handful of bug fixes and dependency updates, as well as some refactors.

In addition, some new wasm functionality has been enabled, such as multi-memory and module linking.

Lastly, we are now including Linux ARM64/aarch64 binaries in our release assets. Enjoy!

Checksums

$ shasum -a 256 *.tar.gz
6103566ec5f34e0e004e52d78b68fd308aa5ba02c74372d59c1e329987d387d6  wagi-v0.5.0-linux-aarch64.tar.gz
2cd7450e6e628467ba5f972048fe3b4c27baa0fcadda76f4891aec423a7ae1c2  wagi-v0.5.0-linux-amd64.tar.gz
ce26eddaf8852053c950b998c608289001b5e36ddf0cf880f83b7a209ef6ef33  wagi-v0.5.0-macos-amd64.tar.gz
c13fbc0263175a55c031b9cd6704f739600cd09a4ddc01a5b01b336a517deb12  wagi-v0.5.0-windows-amd64.tar.gz

Changelog

  • chore(*): bump version to 0.5.0 caf7b46
  • remove unused target field in matrix 4fb7dfd
  • ci(release.yaml): add cross-compiled aarch64 config 0b1dc24
  • upgrade wasmtime 0.33 and experimental HTTP 0.8 271fc45
  • Include source code for HTTP example (#145) 7c0f6d3
  • Docs for new flag behaviour 8d7d511
  • Rationalise Wasm module source options cc7005a (itowlson)
  • Centralise Wasm linking and instantiation (#143) c51263b (itowlson)
  • Fix dispatcher not linking the HTTP library (#142) f941887 (Radu Matei)
  • Change use Bindle ID in help text 8cd7a59 (Adam Reese)
  • Fix spurious log on no assets (#133) d69ffd3 (itowlson)
  • feat: enable multi memory and module linking 045194a (Radu Matei)
  • fix(docs): fix spelling bath -> path ... bath is better tho a987858 (Michelle Noorali)
  • chore: update wasi-experimental-http-wasmtime c33accd (Radu Matei)
  • fix(docs): fix typo Fo -> For ec14e45 (Michelle Noorali)
  • Update Wasmtime to v0.31 fb9d160 (Radu Matei)
  • Fixed failed match when parent and dynamic both had slashes. Fixed /foo/... matching /foobar (blush) (#129) 3486d99 (itowlson)
  • Placate Clippy (#126) abecd21 (itowlson)
  • Major refactoring (#125) c48bdd6 (itowlson)