Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: provide the right URL to workers by @Angelmmiguel in #234
- feat: add support for ECMAScript modules in the JavaScript kit by @Angelmmiguel in #236
- feat: show stack traces when capturing errors in the handler by @Angelmmiguel in #247
Fixes
- fix: manage Headers instances in the JS kit by @Angelmmiguel in #235
- fix: call to the toString method when Response receives a String object by @Angelmmiguel in #239
- fix: add missing console.trace method by @Angelmmiguel in #249
Others
- chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 in /docs by @dependabot in #237
- chore: update
wws --help
output on the main documentation page by @ereslibre in #241 - chore: fix all clippy suggestions on the new version by @Angelmmiguel in #245
Security fixes
- update: bump rustix to fix a security issue by @Angelmmiguel in #244
Container
docker pull ghcr.io/vmware-labs/wws:v1.7.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.7.0
Full Changelog: v1.6.1...v1.7.0