- Change WASM execution model to share a single executor across components and allow work-stealing.
- The prior model was simple with low overhead but would not scale well to many components.
- Remove
host-endpoint::thread-id
, which doesn't make sense with the new execution model.
- Update Rust dependencies.
Full Changelog: v0.18.2...v0.18.3