emscripten-core / emscripten-fastcomp

LLVM plus Emscripten's asm.js backend
Other
182 stars 111 forks source link

Convert runPostSet into a regular static constructor #245

Closed sbc100 closed 5 years ago

sbc100 commented 5 years ago

Rename the function to __apply_relocations which can be an internal detail. emscripten doesn't need to know about this other than it should be the first of the static constructors.