From 043244eedb4c36c97b7628913805250fbf60c043 Mon Sep 17 00:00:00 2001 From: Amanda Baker Date: Thu, 22 Feb 2024 16:53:22 -0800 Subject: [PATCH] Update upstream trials (#763) Adds "WebAssembly JavaScript Promise Integration" --- origin-trials/upstream-trials.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/origin-trials/upstream-trials.json b/origin-trials/upstream-trials.json index b77a218c..11f12d2d 100644 --- a/origin-trials/upstream-trials.json +++ b/origin-trials/upstream-trials.json @@ -168,6 +168,12 @@ "feedbackLink": "https://bugs.chromium.org/p/v8/issues/list", "explainer": "https://github.com/WebAssembly/gc/blob/master/proposals/gc/Overview.md" }, + { + "label": "WebAssembly JavaScript Promise Integration", + "expiration": "2024-10-29", + "repo": "WebAssembly/js-promise-integration", + "explainer": "https://github.com/WebAssembly/js-promise-integration" + }, { "label": "WebAssembly JS String Builtins", "expiration": "2024-06-25",