arudradey's picture
download
raw
498 Bytes
/*
* Copyright 2020 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.
*/
#include <emscripten.h>
#include <emscripten/stack.h>
void emscripten_scan_stack(em_scan_func func) {
uintptr_t base = emscripten_stack_get_base();
uintptr_t end = emscripten_stack_get_current();
func((void*)end, (void*)base);
}

Xet Storage Details

Size:
498 Bytes
·
Xet hash:
06643a2695d442846e08072f5dc5aa07280b40060e0dffaccab34f7f60e5404b

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