<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src/shell_sharedlib.js, branch 1.12.1</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src/shell_sharedlib.js?h=1.12.1</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src/shell_sharedlib.js?h=1.12.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-09-03T21:41:31Z</updated>
<entry>
<title>free H_BASE on cleanup</title>
<updated>2013-09-03T21:41:31Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-09-01T05:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d555f96ace2cd497ab9f66cfe6ae328d8e52b67c'/>
<id>urn:sha1:d555f96ace2cd497ab9f66cfe6ae328d8e52b67c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up shared modules when dlclose()d</title>
<updated>2013-09-03T21:41:30Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-31T04:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=beb08e214984a234c82d3a2fd7e984dffdf2f5dc'/>
<id>urn:sha1:beb08e214984a234c82d3a2fd7e984dffdf2f5dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use a separate stack in each asm module; fixes asm2g.test_dlfcn_stack_forward</title>
<updated>2013-09-03T21:41:30Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-29T22:30:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=23cb9559ff4549e133242018abc37680d4e2badd'/>
<id>urn:sha1:23cb9559ff4549e133242018abc37680d4e2badd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support function pointer calls across asm modules by passing them all through invoke (for now), and have a global function table in the Runtime, which modules register their functions to</title>
<updated>2013-09-03T21:41:29Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-29T01:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c76946b2f3cebf00a5e24c9582eb9b59f1039a6d'/>
<id>urn:sha1:c76946b2f3cebf00a5e24c9582eb9b59f1039a6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>forward parent Module to side module</title>
<updated>2013-09-03T21:41:29Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-26T21:22:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3b07ce3ad9e9975b8c09b98d53c3df53363a9134'/>
<id>urn:sha1:3b07ce3ad9e9975b8c09b98d53c3df53363a9134</id>
<content type='text'>
</content>
</entry>
<entry>
<title>partial support for runtime linking of separately-compiled modules (only functions)</title>
<updated>2011-12-05T22:09:46Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2011-12-05T22:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d2f91efe1fcf98f59a8d142880e1910ddd2ff726'/>
<id>urn:sha1:d2f91efe1fcf98f59a8d142880e1910ddd2ff726</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various fixes from js strict mode testing</title>
<updated>2011-12-02T21:37:24Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2011-12-02T21:37:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d2b0d9924aa9a3603b0b16bd957832faf503c32d'/>
<id>urn:sha1:d2b0d9924aa9a3603b0b16bd957832faf503c32d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed function indexing issues between parent and child;</title>
<updated>2011-06-25T21:24:46Z</updated>
<author>
<name>max99x</name>
<email>max99x@gmail.com</email>
</author>
<published>2011-06-25T21:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b7cd8aad767e9cb4b0555a60c489966df8dc9405'/>
<id>urn:sha1:b7cd8aad767e9cb4b0555a60c489966df8dc9405</id>
<content type='text'>
Child no longer includes library, using the parent's instead.
</content>
</entry>
<entry>
<title>Added basic support for dynamic module loading.</title>
<updated>2011-06-25T07:41:06Z</updated>
<author>
<name>max99x</name>
<email>max99x@gmail.com</email>
</author>
<published>2011-06-25T07:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4217219cd94bb814a485f18f7d041e874f3e86f5'/>
<id>urn:sha1:4217219cd94bb814a485f18f7d041e874f3e86f5</id>
<content type='text'>
</content>
</entry>
</feed>
