- Fix behavior when a Rust WASM guest panics:
- Respond right away with the error w/o relying on timeout.
- Remove trapped component from shared instance pool to avoid poisoning.
- Add support for SQL
execute_batchto JS/TS WASM guests. - Add integration test coverage for JS/TS WASM components. Still needs to be enabled in CI.
- Overhaul integration tests.
- Update dependencies.
Full Changelog: v0.33.21...v0.33.22