MCPcopy
hub / github.com/plasma-umass/browsix / doBrowserLoad

Function doBrowserLoad

src/ld.js:8344–8348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8342 removeRunDependency('memory initializer');
8343 }
8344 function doBrowserLoad() {
8345 Module['readAsync'](memoryInitializer, applyMemoryInitializer, function() {
8346 throw 'could not load memory initializer ' + memoryInitializer;
8347 });
8348 }
8349 if (Module['memoryInitializerRequest']) {
8350 // a network request has already been created, just use that
8351 function useRequest() {

Callers 2

useRequestFunction · 0.85
ld.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected