aboutsummaryrefslogtreecommitdiff
path: root/src/shell_sharedlib.js
AgeCommit message (Collapse)Author
2013-09-03free H_BASE on cleanupAnthony Pesch
2013-09-03clean up shared modules when dlclose()dAlon Zakai
2013-09-03use a separate stack in each asm module; fixes asm2g.test_dlfcn_stack_forwardAlon Zakai
2013-09-03support function pointer calls across asm modules by passing them all ↵Alon Zakai
through invoke (for now), and have a global function table in the Runtime, which modules register their functions to
2013-09-03forward parent Module to side moduleAlon Zakai
2011-12-05partial support for runtime linking of separately-compiled modules (only ↵Alon Zakai
functions)
2011-12-02various fixes from js strict mode testingAlon Zakai
2011-06-26Fixed function indexing issues between parent and child;max99x
Child no longer includes library, using the parent's instead.
2011-06-25Added basic support for dynamic module loading.max99x