Skip to content

Commit 31d0a0f

Browse files
askeksaCommit Queue
authored and
Commit Queue
committed
Update d8 to 11.1.11
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]>
1 parent 23d2731 commit 31d0a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ vars = {
6666
# Checkout extra javascript engines for testing or benchmarking.
6767
# d8, the V8 shell, is always checked out.
6868
"checkout_javascript_engines": False,
69-
"d8_tag": "version:10.9.192",
69+
"d8_tag": "version:11.1.11",
7070
"jsshell_tag": "version:95.0",
7171

7272
# As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision

0 commit comments

Comments
 (0)