emscripten-core / emscripten-core/emscripten
Create a transition path for converting Runtime functions to library functions.
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
It would be great to be able to move most/all of our runtime function into the JS library, but we want to do this with minimal amount of breakage. At the very least we want to be able to detect user to are depending on these functions and direct them as to how to include the library version. Can we could do this automatically by analyzing their code?
Contributor guide
Assessment
This issue has not been assessed yet.