Skip to content

v1.5.0

Compare
Choose a tag to compare
@ereslibre ereslibre released this 31 Aug 15:08
· 57 commits to main since this release

Install / Update

curl -fsSL https://workers.wasmlabs.dev/install | bash

Features

  • feat: add lib.rs with gated child crates by @ereslibre in #181
  • feat: add WASI-NN bindings to Wasm Workers Server by @Angelmmiguel in #201
  • feat: use custom error types in internal and external crates by @ereslibre in #182
  • feat(server): add --cors argument to enable cors for all workers by @Narayanbhat166 in #202
  • feat: use more descriptive types for enabling features on serve by @ereslibre in #185

Fixes

Others

  • chore: bump rust to 1.71.0 and use vendored openssl by @ereslibre in #184
  • docs: add example and docs about using Python libraries in a project by @Angelmmiguel in #190
  • chore: place wws under /opt/wws and keep /app in prebuilt images too by @ereslibre in #186
  • chore: remove stderr path by @ereslibre in #203

New Contributors

Container

docker pull ghcr.io/vmware-labs/wws:v1.5.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.5.0

Full Changelog: v1.4.0...v1.5.0