From c45dfd8cc957d9771e2f7048dadcc449c9cdb5a8 Mon Sep 17 00:00:00 2001 From: Ryan Hunt Date: Tue, 2 Jan 2024 15:27:21 -0600 Subject: [PATCH] WebAssembly JS Promise Integration (positive) Fixes #944. --- activities.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/activities.json b/activities.json index 708acfd..153a36b 100644 --- a/activities.json +++ b/activities.json @@ -1793,6 +1793,19 @@ "title": "WebAssembly Exception Handling", "url": "https://github.com/webassembly/exception-handling/" }, + { + "ciuName": null, + "description": "", + "id": "wasm-js-promise-integration", + "mdnUrl": null, + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1850627", + "mozPosition": "positive", + "mozPositionDetail": "Addresses a major paint point for developers porting existing applications that assume synchronous I/O to the web.", + "mozPositionIssue": 944, + "org": "Proposal", + "title": "WebAssembly JS Promise Integration", + "url": "https://github.com/WebAssembly/js-promise-integration/" + }, { "ciuName": null, "description": "128-bit vector data type and operations for webassembly",