Skip to content

Commit 80b376d

Browse files
authored
Finesse the JSPI description even more (#3794)
1 parent fb197ea commit 80b376d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/wasm-jspi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: JavaScript promise integration (WebAssembly)
2-
description: The JavaScript promise integration (JSPI) suspends a WebAssembly module when the it calls a JavaScript method which returns a promise. The module is resumed when the promise is resolved. You can use this to call asynchronous Web APIs from synchronous WebAssembly.
2+
description: The JavaScript promise integration (JSPI) suspends a WebAssembly module when it calls a JavaScript method that returns a promise. The module resumes when the promise is resolved. You can use this to call asynchronous Web APIs from synchronous WebAssembly.
33
spec: https://github.com/WebAssembly/js-promise-integration/blob/main/proposals/js-promise-integration/Overview.md
44
group: webassembly
55
compat_features:

0 commit comments

Comments
 (0)