Buckets:
| /** | |
| * @license | |
| * Copyright 2015 The Emscripten Authors | |
| * SPDX-License-Identifier: MIT | |
| */ | |
| #if PTHREADS | |
| #error "Internal error! PTHREADS should not be enabled when including library_pthread_stub.js." | |
| #endif | |
| var LibraryPThreadStub = { | |
| // =================================================================================== | |
| // Stub implementation for pthread.h when not compiling with pthreads support enabled. | |
| // =================================================================================== | |
| emscripten_is_main_browser_thread: () => | |
| #if MINIMAL_RUNTIME | |
| typeof WorkerGlobalScope == 'undefined' | |
| #else | |
| !ENVIRONMENT_IS_WORKER | |
| #endif | |
| , | |
| }; | |
| addToLibrary(LibraryPThreadStub); | |
Xet Storage Details
- Size:
- 695 Bytes
- Xet hash:
- a7e9fb43ebc02187f46f84935a4fdbdbb3ff0df479205a9c3a6ca9164e16d633
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.