Skip to content

Commit

Permalink
Update d8 to 11.1.11
Browse files Browse the repository at this point in the history
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
askeksa authored and Commit Queue committed Dec 21, 2022
1 parent 23d2731 commit 31d0a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ vars = {
# Checkout extra javascript engines for testing or benchmarking.
# d8, the V8 shell, is always checked out.
"checkout_javascript_engines": False,
"d8_tag": "version:10.9.192",
"d8_tag": "version:11.1.11",
"jsshell_tag": "version:95.0",

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

0 comments on commit 31d0a0f

Please sign in to comment.