[PATCH] D150803: [WebAssembly] Add a new `wasm_async` clang attribute for marking async functions.
Sam Clegg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 6 15:03:26 PDT 2023
sbc100 added a comment.
In D150803#4401061 <https://reviews.llvm.org/D150803#4401061>, @sunfish wrote:
> wasm_jspi works for me.
The problem with that is that we will also likely want to use this attribute for asyncify (which is the current async approach we have today) as well as JSPI (which is hopefully coming soon)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150803/new/
https://reviews.llvm.org/D150803
More information about the cfe-commits
mailing list