You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* More tests working with MINIMAL_RUNTIME in Wasm backend. ASan support to MINIMAL_RUNTIME.
* LSan works too
* Enable more of the core test suite to build on MINIMAL_RUNTIME.
* More core test suite working in MINIMAL_RUNTIME.
* Add missing printf deps in MINIMAL_RUNTIME
* Stack functions are not a JS library function in Wasm backend.
* Cleanup
* cleanup
* assert() behind ASSERTIONS.
* Fix Closure + Wasm2JS build.
* Flake and fix dladdr
* Revise fflush() behavior in MINIMAL_RUNTIME
* Drop memcpy and memset by default
* Fix deletion of DEFAULT_LIBRARY_FUNCS_TO_INCLUDE exports
* Fix location of MINIMAL_RUNTIME reading
* Clear DEFAULT_LIBRARY_FUNCS_TO_INCLUDE for MINIMAL_RUNTIME
* Rename _get_executable_name to _getExecutableName.
if(!fetchAttrSynchronous)xhr.timeout=timeoutMsecs;// XHR timeout field is only accessible in async XHRs, and must be set after .open() but before .send().
327
327
xhr.url_=url_;// Save the url for debugging purposes (and for comparing to the responseURL that server side advertised)
328
+
#if ASSERTIONS
328
329
assert(!fetchAttrStreamData,'streaming uses moz-chunked-arraybuffer which is no longer supported; TODO: rewrite using fetch()');
0 commit comments