v1.6.0
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: add catch all routes by @mtt-artis in #197
- feat: allow to preload ML models when running inference by @Angelmmiguel in #224
- feat: add support for loading WebAssembly components by @ereslibre in #225
- feat: add docker+wasm examples by @ereslibre in #222
Security fixes
- This release prevents "possible exposure of information vulnerability" (GHSA-rmx7-5j3j-m2mf)
Others
- Add explicit lifetime by @dierbei in #212
- Document catch all routes by @ereslibre in #214
- Add Zig mount example by @ereslibre in #217
- Add Zig environment variables example by @ereslibre in #216
- chore: bump wasmtime to 10.0.2 by @ereslibre in #219
- bump: upgrade wasmtime and related dependencies to 13.0.0 by @Angelmmiguel in #221
Container
docker pull ghcr.io/vmware-labs/wws:v1.6.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.6.0
New Contributors
- @mtt-artis made their first contribution in #197
Full Changelog: v1.5.0...v1.6.0