Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
wchar_t strings to JS when building with -fshort-wchar. Closes #1565.
|
|
|
|
string functions .length, .charCodeAt and .fromCharCode do not operate on Unicode code points, but UTF-16-encoded Unicode code units.
|
|
stringToUTF32 following azakai's suggestion on naming convention.
|
|
Unix) strings to and from JS, and add a test.
|
|
print out what the current value of TOTAL_MEMORY was the application was built with, to help estimate how much memory might be needed.
|
|
|
|
|
|
- remove default exit status prints
- added EXITSTATUS global to enable exit callbacks to determine the status
|
|
|
|
|
|
|
|
update test_ccall to not use a postrun hook
|
|
|
|
returns. we can't rely on that, the status must be signaled through an event to support both sync / async applications.
- consolidate exit functionality
- moved exitRuntime to callMain
|
|
eliminate default Module global
|
|
|
|
|
|
and need to be consistent with later Math.imul uses
|
|
|
|
assert on bad pointer in Pointer_stringify
|
|
|
|
|
|
|
|
|
|
|
|
constructions.
|
|
|
|
stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB)
|
|
|
|
|
|
|
|
|
|
|
|
similar as possible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|