Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove most exported functions from generated JavaScript
This is currently done in an blunt way via awk. Proper solution would be for Emscripten to have a way to expose two layers: C[++] functions that needs to be externally visible to other dlopened modules and C[++] functions that needs to be exposed to the JS side
- Loading branch information