arudradey's picture
download
raw
556 Bytes
/*
* Copyright 2025 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.
*
* Define the `__c_longjmp` Wasm EH tag which is used to implement setjmp/longjmp
* in LLVM.
*/
#ifdef __wasm_exception_handling__
#ifdef __wasm64__
#define PTR i64
#else
#define PTR i32
#endif
.globl __c_longjmp
.tagtype __c_longjmp PTR
__c_longjmp:
#endif // !__wasm_exception_handling__

Xet Storage Details

Size:
556 Bytes
·
Xet hash:
6067d9f79126c8c801b74666459e6f470db7887967269815704b535c5dcb5b51

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.