flst / upstream /emscripten /test /js_optimizer /emitDCEGraph-prefixing.js
arudradey's picture
Upload folder using huggingface_hub
00df61d verified
Raw
History Blame Contribute Delete
576 Bytes
// wasm backend notation has one fewer _ in the wasm
__GLOBAL__I_000101(); // var use
var __GLOBAL__I_000101 = Module["__GLOBAL__I_000101"] = () => wasmExports["_GLOBAL__I_000101"]();
__ATINIT__.push({ func: function() { __GLOBAL__I_iostream() } }); // var use inside other scope
var __GLOBAL__I_iostream = Module["__GLOBAL__I_iostream"] = () => wasmExports["_GLOBAL__I_iostream.cpp"]();
Module["__DUB"](); // module use
var __DUB = Module["__DUB"] = () => wasmExports["_DUB"]();
var __UNUSED = Module["__UNUSED"] = () => wasmExports["_UNUSED"]();
var wasmImports = {
};