This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
Releases: wasmerio/wapm-cli
Releases · wasmerio/wapm-cli
v0.5.9
v0.5.8
Bugfix release to fix wapm install
Release v0.5.7
What's Changed
- Fix login by @fschutt in #271
- Added warning if installed package has no command to run by @fschutt in #276
- Implement logic for downloading + executing packages instead of commands by @fschutt in #273
- Add fuzzy matching to wapm run by @fschutt in #277
- Do not fall back to old URL when setting registry.url on error by @fschutt in #272
- Source must be a file by @Michael-F-Bryan in #283
- Add clippy to CI by @Michael-F-Bryan in #286
- Temporarily disabled some regression tests by @Michael-F-Bryan in #289
- Add a task to automatically update the GraphQL schema by @Michael-F-Bryan in #284
- Updating "wapm install" to use the new bindings query by @Michael-F-Bryan in #290
- Shell out to the OS instead of invoking yarn/npm/pip directly by @Michael-F-Bryan in #292
- Update wapm.toml to accept WAI bindings by @Michael-F-Bryan in #295
- Add support for large uploads by @fschutt in #281
- Fix release on linux by @fschutt in #298
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- Github actions: make release action manual by @epilys in #247
- Let modules tell wapm.toml which interfaces they export by @Michael-F-Bryan in #252
- Use default local package version if package string does not contain semver version by @fschutt in #256
- Add aarch64 build in Github Actions by @epilys in #254
- Validate that bindings files exist by @Michael-F-Bryan in #259
- Npm and python bindings by @Michael-F-Bryan in #262
- Fix bug in version selection that made regression tests fail by @fschutt in #266
- Support reusing login tokens when switching registries by @fschutt in #261
Full Changelog: v0.5.5...v0.5.6
v0.5.5
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
- @Fawadkhan made their first contribution in #235
- @fschutt made their first contribution in #236
Full Changelog: v0.5.4...v0.5.5
v0.5.4
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
- @ken-matsui made their first contribution in #221
- @epilys made their first contribution in #227
Full Changelog: v0.5.3...v0.5.4
v0.5.3
This release fixes a bug with the wapm install mechanism (caused by a tempfile issue)
v0.5.2
WAPM can now compile to WASI, and also has the ability to add custom access tokens via login.
v0.5.1
Minor changes and version bump, see the changelog for all the details.
0.5.0
Adds wax
command, WAPM_RUNTIME
environment variable for easy interoperability with other WebAssembly runtimes, and various miscellaneous improvements