arudradey's picture
download
raw
616 Bytes
/**
* @license
* Copyright 2013 The Emscripten Authors
* SPDX-License-Identifier: MIT
*
* This file gets implicitly injected as a `--pre-js` file when
* emcc is run with `--emrun`
*/
// Route URL GET parameters to argc+argv
if (globalThis.window) {
Module['arguments'] = window.location.search.slice(1).trim().split('&');
for (let i = 0; i < Module['arguments'].length; ++i) {
Module['arguments'][i] = decodeURI(Module['arguments'][i]);
}
// If no args were passed arguments = [''], in which case kill the single empty string.
if (!Module['arguments'][0]) {
Module['arguments'] = [];
}
}

Xet Storage Details

Size:
616 Bytes
·
Xet hash:
5b5145f2111fc17abb701c054d0dd7fc99980cbc43ca9c61795a493d1886a6d9

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