v1.2.0
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: allow configuring stderr when running the server by @Angelmmiguel in #127
- feat: add e2e tests to check different examples are working properly by @Angelmmiguel in #134
- feat: add cargo deny initial configuration and run it in the CI by @Angelmmiguel in #140
- Added error message and exposes WASM error message by @carrycooldude in #141
- feat: allow running JavaScript workers with async methods by @Angelmmiguel in #143
- Add support for Go by @mnafees in #129
- Assambar/47 ignore option by @assambar in #126
Fixes
- fix: use open_ambient_dir instead of fs::File::open to load folders by @Angelmmiguel in #136
- fix: set a global timeout per e2e test and check for the command output by @Angelmmiguel in #146
- fix: add missing certs to the wws container by @Angelmmiguel in #148
Others
New Contributors
- @flavio made their first contribution in #128
- @carrycooldude made their first contribution in #141
- @mnafees made their first contribution in #129
Container
docker pull ghcr.io/vmware-labs/wws:v1.2.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.2.0
Full Changelog: v1.1.1...v1.2.0