Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This version contains a fix for resolving JS promises with WasmGC objects, plus full implementations of the new combined cast/branch Wasm instructions. Also, as of 11.0.194, V8 has stricter requirements on iso-recursive type equivalence for function types. This requires dart2wasm to put function types for imported and exported functions in singleton recursion groups, which is implemented in these CLs: https://dart-review.googlesource.com/c/sdk/+/274388 https://dart-review.googlesource.com/c/sdk/+/276083 Change-Id: I48ce1a2e9ee646a8df9324fd308a3ba7be0ebde3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276647 Commit-Queue: Aske Simon Christensen <[email protected]> Reviewed-by: Stephen Adams <[email protected]>
- Loading branch information