Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Releases: wasmerio/wapm-cli

v0.5.9

16 Nov 10:53
5b9a5ab
Compare
Choose a tag to compare

Fix regressions for Lockfiles, fix CI

v0.5.8

14 Nov 15:24
Compare
Choose a tag to compare

Bugfix release to fix wapm install

Release v0.5.7

11 Nov 18:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7

v0.5.6

31 Aug 14:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

12 Aug 08:36
Compare
Choose a tag to compare

What's Changed

  • Update expected regression test output by @epilys in #231
  • Updated wapm-cli version to 0.5.4 by @epilys in #232
  • CI: add macos aarch64 build artifact by @epilys in #233
  • Fixed typo based on feedback by @Fawadkhan in #235
  • Prepare wapm-cli for new manifest.json format, update "wapm init", add wapm-toml crate by @fschutt in #236

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

07 Apr 12:55
Compare
Choose a tag to compare

What's Changed

  • Fix an error opening logging file by @ken-matsui in #220
  • manifest.rs: try locate README file if missing from manifest by @epilys in #228
  • Locate license file on publish if missing from manifest by @epilys in #229

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

18 Feb 16:59
Compare
Choose a tag to compare

This release fixes a bug with the wapm install mechanism (caused by a tempfile issue)

v0.5.2

15 Feb 18:20
Compare
Choose a tag to compare

WAPM can now compile to WASI, and also has the ability to add custom access tokens via login.

v0.5.1

01 Apr 18:01
0862659
Compare
Choose a tag to compare

Minor changes and version bump, see the changelog for all the details.

0.5.0

11 Mar 02:29
affe430
Compare
Choose a tag to compare

Adds wax command, WAPM_RUNTIME environment variable for easy interoperability with other WebAssembly runtimes, and various miscellaneous improvements