Commit ed9efa2
committed
[TBDGen] Add async function pointers.
In order to call async functions, instances of the AsyncFunctionPointer
struct must be used. If those functions are exported from a module, the
AsyncFunctionPointer by means of which the function is to be called must
be exported as well.
For now, the symbol is exported by manually appending the relevant
suffix to the mangled name of the function.1 parent db8183d commit ed9efa2
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
723 | 727 | | |
724 | 728 | | |
725 | 729 | | |
| |||
0 commit comments