Buckets:
| /** | |
| * @license | |
| * Copyright 2020 The Emscripten Authors | |
| * SPDX-License-Identifier: MIT | |
| */ | |
| addToLibrary({ | |
| emscripten_get_exported_function__deps: ['$addFunction', '$UTF8ToString'], | |
| emscripten_get_exported_function: (name) => { | |
| name = UTF8ToString(name); | |
| // Wasm backend does not use C name mangling on exports, | |
| // so adjust for that manually. | |
| if (name[0] == '_') name = name.slice(1); | |
| var exportedFunc = wasmExports[name]; | |
| if (exportedFunc) { | |
| // Note: addFunction automatically caches the created function pointer. | |
| return addFunction(exportedFunc); | |
| } | |
| #if ASSERTIONS | |
| err(`No exported function found by name "{exportedFunc}"`); | |
| #endif | |
| // implicit return 0; | |
| } | |
| }); | |
Xet Storage Details
- Size:
- 718 Bytes
- Xet hash:
- 1dc9e3c6dc8b8406e8c541406bcc9aef6bfb994f394c437c8ef004b1f2924088
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.