emscripten-core / emscripten-core/emscripten
Error out if ASYNCIFY_EXPORTS or ASYNCIFY_IMPORTS are not found
Open
asyncify
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
A few users and I have run into the situation where either you mistype a function name or it's not actually exported or imported so JSPI is not applied, but the compile still completes successfully.
It'd be much faster to debug if this errored out instead.
Contributor guide
Assessment
This issue has not been assessed yet.