Buckets:
| // Copyright 2018 The Emscripten Authors. All rights reserved. | |
| // Emscripten is available under two separate licenses, the MIT license and the | |
| // University of Illinois/NCSA Open Source License. Both these licenses can be | |
| // found in the LICENSE file. | |
| EMSCRIPTEN_KEEPALIVE extern "C" void finish() { | |
| REPORT_RESULT(1); | |
| } | |
| int main() { | |
| EM_ASM({ | |
| setTimeout(function() { | |
| // hijack run dep logic to see when the metadata is loaded ok. | |
| var real = Module["removeRunDependency"]; | |
| Module["removeRunDependency"] = function(id) { | |
| real(id); | |
| if (id === "more.js.metadata") { | |
| Module["_finish"](); | |
| } | |
| }; | |
| function loadChildScript(name, then) { | |
| var js = document.createElement("script"); | |
| if (then) js.onload = then; | |
| js.src = name; | |
| document.body.appendChild(js); | |
| } | |
| loadChildScript("more.js"); | |
| }, 1); | |
| }); | |
| } | |
Xet Storage Details
- Size:
- 938 Bytes
- Xet hash:
- 839b72659039bde52439cd31a7151a17bd8b9d48175d0a5b6c8d05adec31194b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.