v1.4.0
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: add the HTTP bindings to perform HTTP requests from workers by @Angelmmiguel in #168
- feat: add the fetch and more APIs to the JavaScript kit by @Angelmmiguel in #169
- feat: add new fetch bindings to the rust kit by @Angelmmiguel in #171
- feat: add new Go bindings to perform HTTP requests by @Angelmmiguel in #173
- feat: allow configuring the http_requests via TOML by @Angelmmiguel in #174
Others
- doc: Fixing minor typos in documentation. by @gzurl in #172
- update: bump env_logger to avoid using atty by @Angelmmiguel in #178
- docs: add the HTTP request documentation. Improve features' docs by @Angelmmiguel in #180
Container
docker pull ghcr.io/vmware-labs/wws:v1.4.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.4.0
Full Changelog: v1.3.0...v1.4.0