aboutsummaryrefslogtreecommitdiff
path: root/src/shell_sharedlib.js
AgeCommit message (Expand)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 through...Alon Zakai
2013-09-03forward parent Module to side moduleAlon Zakai
2011-12-05partial support for runtime linking of separately-compiled modules (only func...Alon Zakai
2011-12-02various fixes from js strict mode testingAlon Zakai
2011-06-26Fixed function indexing issues between parent and child;max99x
2011-06-25Added basic support for dynamic module loading.max99x