@mediapipe/tasks-audio 0.1.0-alpha-4 → 0.1.0-alpha-5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/audio.d.ts +0 -10
- package/audio_bundle.js +1 -1
- package/package.json +1 -1
- package/wasm/audio_wasm_internal.js +178 -161
- package/wasm/audio_wasm_internal.wasm +0 -0
- package/wasm/audio_wasm_nosimd_internal.js +178 -161
- package/wasm/audio_wasm_nosimd_internal.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Build
|
|
1
|
+
// Build 518889570
|
|
2
2
|
|
|
3
3
|
var ModuleFactory = (() => {
|
|
4
4
|
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
|
|
@@ -466,10 +466,10 @@ function createWasm() {
|
|
|
466
466
|
function receiveInstance(instance, module) {
|
|
467
467
|
var exports = instance.exports;
|
|
468
468
|
Module["asm"] = exports;
|
|
469
|
-
wasmMemory = Module["asm"]["
|
|
469
|
+
wasmMemory = Module["asm"]["Ua"];
|
|
470
470
|
updateGlobalBufferAndViews(wasmMemory.buffer);
|
|
471
|
-
wasmTable = Module["asm"]["
|
|
472
|
-
addOnInit(Module["asm"]["
|
|
471
|
+
wasmTable = Module["asm"]["Wa"];
|
|
472
|
+
addOnInit(Module["asm"]["Va"]);
|
|
473
473
|
removeRunDependency("wasm-instantiate");
|
|
474
474
|
}
|
|
475
475
|
addRunDependency("wasm-instantiate");
|
|
@@ -520,7 +520,7 @@ var tempDouble;
|
|
|
520
520
|
var tempI64;
|
|
521
521
|
|
|
522
522
|
var ASM_CONSTS = {
|
|
523
|
-
|
|
523
|
+
548626: () => {
|
|
524
524
|
let init_once = true;
|
|
525
525
|
if (init_once) {
|
|
526
526
|
const cachedFindCanvasEventTarget = findCanvasEventTarget;
|
|
@@ -546,7 +546,7 @@ var ASM_CONSTS = {
|
|
|
546
546
|
init_once = false;
|
|
547
547
|
}
|
|
548
548
|
},
|
|
549
|
-
|
|
549
|
+
549411: () => {
|
|
550
550
|
return typeof wasmOffsetConverter !== "undefined";
|
|
551
551
|
}
|
|
552
552
|
};
|
|
@@ -555,49 +555,53 @@ function JsOnEmptyPacketListener(output_stream_name, timestamp) {
|
|
|
555
555
|
Module._wrapEmptyPacketListenerOutput(output_stream_name, timestamp);
|
|
556
556
|
}
|
|
557
557
|
|
|
558
|
+
function JsOnVectorFinishedListener(output_stream_name, timestamp) {
|
|
559
|
+
Module._wrapSimpleListenerOutput(output_stream_name, undefined, true, timestamp);
|
|
560
|
+
}
|
|
561
|
+
|
|
558
562
|
function JsOnSimpleListenerBool(output_stream_name, out_data, timestamp) {
|
|
559
563
|
Module._wrapSimpleListenerOutput(output_stream_name, out_data, timestamp);
|
|
560
564
|
}
|
|
561
565
|
|
|
562
|
-
function JsOnVectorListenerBool(output_stream_name, out_data,
|
|
563
|
-
Module._wrapSimpleListenerOutput(output_stream_name, out_data,
|
|
566
|
+
function JsOnVectorListenerBool(output_stream_name, out_data, timestamp) {
|
|
567
|
+
Module._wrapSimpleListenerOutput(output_stream_name, out_data, false, timestamp);
|
|
564
568
|
}
|
|
565
569
|
|
|
566
570
|
function JsOnSimpleListenerInt(output_stream_name, out_data, timestamp) {
|
|
567
571
|
Module._wrapSimpleListenerOutput(output_stream_name, out_data, timestamp);
|
|
568
572
|
}
|
|
569
573
|
|
|
570
|
-
function JsOnVectorListenerInt(output_stream_name, out_data,
|
|
571
|
-
Module._wrapSimpleListenerOutput(output_stream_name, out_data,
|
|
574
|
+
function JsOnVectorListenerInt(output_stream_name, out_data, timestamp) {
|
|
575
|
+
Module._wrapSimpleListenerOutput(output_stream_name, out_data, false, timestamp);
|
|
572
576
|
}
|
|
573
577
|
|
|
574
578
|
function JsOnSimpleListenerDouble(output_stream_name, out_data, timestamp) {
|
|
575
579
|
Module._wrapSimpleListenerOutput(output_stream_name, out_data, timestamp);
|
|
576
580
|
}
|
|
577
581
|
|
|
578
|
-
function JsOnVectorListenerDouble(output_stream_name, out_data,
|
|
579
|
-
Module._wrapSimpleListenerOutput(output_stream_name, out_data,
|
|
582
|
+
function JsOnVectorListenerDouble(output_stream_name, out_data, timestamp) {
|
|
583
|
+
Module._wrapSimpleListenerOutput(output_stream_name, out_data, false, timestamp);
|
|
580
584
|
}
|
|
581
585
|
|
|
582
586
|
function JsOnSimpleListenerFloat(output_stream_name, out_data, timestamp) {
|
|
583
587
|
Module._wrapSimpleListenerOutput(output_stream_name, out_data, timestamp);
|
|
584
588
|
}
|
|
585
589
|
|
|
586
|
-
function JsOnVectorListenerFloat(output_stream_name, out_data,
|
|
587
|
-
Module._wrapSimpleListenerOutput(output_stream_name, out_data,
|
|
590
|
+
function JsOnVectorListenerFloat(output_stream_name, out_data, timestamp) {
|
|
591
|
+
Module._wrapSimpleListenerOutput(output_stream_name, out_data, false, timestamp);
|
|
588
592
|
}
|
|
589
593
|
|
|
590
594
|
function JsOnSimpleListenerString(output_stream_name, out_data, timestamp) {
|
|
591
595
|
Module._wrapSimpleListenerOutput(output_stream_name, UTF8ToString(out_data), timestamp);
|
|
592
596
|
}
|
|
593
597
|
|
|
594
|
-
function JsOnVectorListenerString(output_stream_name, out_data,
|
|
595
|
-
Module._wrapSimpleListenerOutput(output_stream_name, UTF8ToString(out_data),
|
|
598
|
+
function JsOnVectorListenerString(output_stream_name, out_data, timestamp) {
|
|
599
|
+
Module._wrapSimpleListenerOutput(output_stream_name, UTF8ToString(out_data), false, timestamp);
|
|
596
600
|
}
|
|
597
601
|
|
|
598
|
-
function JsOnVectorListenerProto(output_stream_name, proto_ptr, proto_size, make_deep_copy,
|
|
602
|
+
function JsOnVectorListenerProto(output_stream_name, proto_ptr, proto_size, make_deep_copy, timestamp) {
|
|
599
603
|
const newProtoArray = make_deep_copy ? Module.HEAPU8.slice(proto_ptr, proto_ptr + proto_size) : new Uint8Array(Module.HEAPU8.buffer, proto_ptr, proto_size);
|
|
600
|
-
Module._wrapSimpleListenerOutput(output_stream_name, newProtoArray,
|
|
604
|
+
Module._wrapSimpleListenerOutput(output_stream_name, newProtoArray, false, timestamp);
|
|
601
605
|
}
|
|
602
606
|
|
|
603
607
|
function JsWrapSimpleListeners() {
|
|
@@ -5739,6 +5743,10 @@ var WebGPU = {
|
|
|
5739
5743
|
}
|
|
5740
5744
|
return constants;
|
|
5741
5745
|
},
|
|
5746
|
+
makePipelineLayout: function(layoutPtr) {
|
|
5747
|
+
if (!layoutPtr) return "auto";
|
|
5748
|
+
return WebGPU.mgrPipelineLayout.get(layoutPtr);
|
|
5749
|
+
},
|
|
5742
5750
|
makeProgrammableStageDescriptor: function(ptr) {
|
|
5743
5751
|
if (!ptr) return undefined;
|
|
5744
5752
|
return {
|
|
@@ -5960,308 +5968,317 @@ var GLctx;
|
|
|
5960
5968
|
WebGPU.initManagers();
|
|
5961
5969
|
|
|
5962
5970
|
var asmLibraryArg = {
|
|
5963
|
-
"
|
|
5964
|
-
"
|
|
5965
|
-
"
|
|
5966
|
-
"
|
|
5967
|
-
"
|
|
5968
|
-
"
|
|
5969
|
-
"
|
|
5970
|
-
"
|
|
5971
|
-
"
|
|
5972
|
-
"
|
|
5973
|
-
"
|
|
5974
|
-
"
|
|
5975
|
-
"
|
|
5976
|
-
"
|
|
5971
|
+
"Ta": HaveOffsetConverter,
|
|
5972
|
+
"Sa": JsOnEmptyPacketListener,
|
|
5973
|
+
"L": JsOnSimpleListenerBinaryArray,
|
|
5974
|
+
"Ra": JsOnSimpleListenerBool,
|
|
5975
|
+
"Qa": JsOnSimpleListenerDouble,
|
|
5976
|
+
"Pa": JsOnSimpleListenerFloat,
|
|
5977
|
+
"Oa": JsOnSimpleListenerInt,
|
|
5978
|
+
"Na": JsOnSimpleListenerString,
|
|
5979
|
+
"h": JsOnVectorFinishedListener,
|
|
5980
|
+
"Ma": JsOnVectorListenerBool,
|
|
5981
|
+
"La": JsOnVectorListenerDouble,
|
|
5982
|
+
"Ka": JsOnVectorListenerFloat,
|
|
5983
|
+
"Ja": JsOnVectorListenerInt,
|
|
5984
|
+
"Ia": JsOnVectorListenerProto,
|
|
5985
|
+
"Ha": JsOnVectorListenerString,
|
|
5977
5986
|
"f": JsWrapErrorListener,
|
|
5978
5987
|
"b": JsWrapSimpleListeners,
|
|
5979
|
-
"
|
|
5980
|
-
"
|
|
5981
|
-
"
|
|
5982
|
-
"
|
|
5983
|
-
"
|
|
5984
|
-
"
|
|
5985
|
-
"
|
|
5986
|
-
"
|
|
5987
|
-
"
|
|
5988
|
-
"
|
|
5989
|
-
"
|
|
5990
|
-
"
|
|
5991
|
-
"
|
|
5992
|
-
"
|
|
5988
|
+
"K": ___syscall_fcntl64,
|
|
5989
|
+
"Ga": ___syscall_ioctl,
|
|
5990
|
+
"J": ___syscall_openat,
|
|
5991
|
+
"Fa": ___syscall_stat64,
|
|
5992
|
+
"Aa": __dlinit,
|
|
5993
|
+
"za": __dlopen_js,
|
|
5994
|
+
"ya": __dlsym_js,
|
|
5995
|
+
"xa": __emscripten_get_now_is_monotonic,
|
|
5996
|
+
"wa": __gmtime_js,
|
|
5997
|
+
"va": __localtime_js,
|
|
5998
|
+
"ua": __mktime_js,
|
|
5999
|
+
"ta": __mmap_js,
|
|
6000
|
+
"sa": __munmap_js,
|
|
6001
|
+
"ra": __tzset_js,
|
|
5993
6002
|
"a": _abort,
|
|
5994
|
-
"
|
|
5995
|
-
"
|
|
5996
|
-
"
|
|
6003
|
+
"I": _emscripten_asm_const_int,
|
|
6004
|
+
"qa": _emscripten_date_now,
|
|
6005
|
+
"pa": _emscripten_get_heap_max,
|
|
5997
6006
|
"e": _emscripten_get_now,
|
|
5998
|
-
"
|
|
5999
|
-
"
|
|
6000
|
-
"
|
|
6001
|
-
"
|
|
6002
|
-
"
|
|
6003
|
-
"
|
|
6004
|
-
"
|
|
6005
|
-
"
|
|
6006
|
-
"
|
|
6007
|
-
"
|
|
6008
|
-
"
|
|
6009
|
-
"
|
|
6010
|
-
"
|
|
6011
|
-
"
|
|
6012
|
-
"
|
|
6013
|
-
"
|
|
6014
|
-
"
|
|
6015
|
-
"
|
|
6016
|
-
"
|
|
6017
|
-
"
|
|
6018
|
-
"
|
|
6019
|
-
"
|
|
6007
|
+
"oa": _emscripten_memcpy_big,
|
|
6008
|
+
"na": _emscripten_pc_get_function,
|
|
6009
|
+
"ma": _emscripten_resize_heap,
|
|
6010
|
+
"la": _emscripten_stack_snapshot,
|
|
6011
|
+
"ka": _emscripten_stack_unwind_buffer,
|
|
6012
|
+
"ja": _emscripten_webgl_create_context,
|
|
6013
|
+
"ia": _emscripten_webgl_destroy_context,
|
|
6014
|
+
"ha": _emscripten_webgl_get_context_attributes,
|
|
6015
|
+
"H": _emscripten_webgl_get_current_context,
|
|
6016
|
+
"ga": _emscripten_webgl_init_context_attributes,
|
|
6017
|
+
"fa": _emscripten_webgl_make_context_current,
|
|
6018
|
+
"Ea": _environ_get,
|
|
6019
|
+
"Da": _environ_sizes_get,
|
|
6020
|
+
"G": _exit,
|
|
6021
|
+
"s": _fd_close,
|
|
6022
|
+
"Ca": _fd_read,
|
|
6023
|
+
"Q": _fd_seek,
|
|
6024
|
+
"r": _fd_write,
|
|
6025
|
+
"ea": _getentropy,
|
|
6026
|
+
"q": _glActiveTexture,
|
|
6027
|
+
"F": _glAttachShader,
|
|
6028
|
+
"da": _glBindAttribLocation,
|
|
6020
6029
|
"g": _glBindBuffer,
|
|
6021
|
-
"
|
|
6030
|
+
"m": _glBindFramebuffer,
|
|
6022
6031
|
"d": _glBindTexture,
|
|
6023
|
-
"
|
|
6024
|
-
"
|
|
6025
|
-
"
|
|
6026
|
-
"
|
|
6027
|
-
"
|
|
6028
|
-
"
|
|
6029
|
-
"
|
|
6030
|
-
"
|
|
6031
|
-
"
|
|
6032
|
-
"
|
|
6033
|
-
"
|
|
6034
|
-
"
|
|
6035
|
-
"
|
|
6036
|
-
"
|
|
6037
|
-
"
|
|
6038
|
-
"
|
|
6039
|
-
"
|
|
6040
|
-
"
|
|
6041
|
-
"
|
|
6042
|
-
"
|
|
6043
|
-
"
|
|
6044
|
-
"
|
|
6045
|
-
"
|
|
6046
|
-
"
|
|
6047
|
-
"
|
|
6048
|
-
"
|
|
6049
|
-
"
|
|
6050
|
-
"
|
|
6032
|
+
"E": _glBufferData,
|
|
6033
|
+
"P": _glClientWaitSync,
|
|
6034
|
+
"ca": _glCompileShader,
|
|
6035
|
+
"ba": _glCreateProgram,
|
|
6036
|
+
"aa": _glCreateShader,
|
|
6037
|
+
"D": _glDeleteFramebuffers,
|
|
6038
|
+
"$": _glDeleteProgram,
|
|
6039
|
+
"C": _glDeleteShader,
|
|
6040
|
+
"i": _glDeleteSync,
|
|
6041
|
+
"B": _glDeleteTextures,
|
|
6042
|
+
"A": _glDisableVertexAttribArray,
|
|
6043
|
+
"_": _glDrawArrays,
|
|
6044
|
+
"z": _glEnableVertexAttribArray,
|
|
6045
|
+
"y": _glFenceSync,
|
|
6046
|
+
"l": _glFinish,
|
|
6047
|
+
"p": _glFramebufferTexture2D,
|
|
6048
|
+
"x": _glGenBuffers,
|
|
6049
|
+
"Z": _glGenFramebuffers,
|
|
6050
|
+
"o": _glGenTextures,
|
|
6051
|
+
"k": _glGetError,
|
|
6052
|
+
"w": _glGetIntegerv,
|
|
6053
|
+
"v": _glGetString,
|
|
6054
|
+
"Y": _glGetUniformLocation,
|
|
6055
|
+
"X": _glLinkProgram,
|
|
6056
|
+
"n": _glPixelStorei,
|
|
6057
|
+
"u": _glReadPixels,
|
|
6058
|
+
"W": _glShaderSource,
|
|
6059
|
+
"V": _glTexImage2D,
|
|
6051
6060
|
"c": _glTexParameteri,
|
|
6052
|
-
"
|
|
6053
|
-
"
|
|
6054
|
-
"
|
|
6055
|
-
"
|
|
6056
|
-
"
|
|
6057
|
-
"
|
|
6058
|
-
"
|
|
6059
|
-
"
|
|
6060
|
-
"
|
|
6061
|
-
"
|
|
6061
|
+
"U": _glTexStorage2D,
|
|
6062
|
+
"T": _glUniform1i,
|
|
6063
|
+
"S": _glUseProgram,
|
|
6064
|
+
"t": _glVertexAttribPointer,
|
|
6065
|
+
"R": _glViewport,
|
|
6066
|
+
"Ba": _proc_exit,
|
|
6067
|
+
"j": _strftime,
|
|
6068
|
+
"O": _strftime_l,
|
|
6069
|
+
"N": _wgpuTextureDestroy,
|
|
6070
|
+
"M": _wgpuTextureRelease
|
|
6062
6071
|
};
|
|
6063
6072
|
|
|
6064
6073
|
var asm = createWasm();
|
|
6065
6074
|
|
|
6066
6075
|
var ___wasm_call_ctors = Module["___wasm_call_ctors"] = function() {
|
|
6067
|
-
return (___wasm_call_ctors = Module["___wasm_call_ctors"] = Module["asm"]["
|
|
6076
|
+
return (___wasm_call_ctors = Module["___wasm_call_ctors"] = Module["asm"]["Va"]).apply(null, arguments);
|
|
6068
6077
|
};
|
|
6069
6078
|
|
|
6070
6079
|
var _free = Module["_free"] = function() {
|
|
6071
|
-
return (_free = Module["_free"] = Module["asm"]["
|
|
6080
|
+
return (_free = Module["_free"] = Module["asm"]["Xa"]).apply(null, arguments);
|
|
6072
6081
|
};
|
|
6073
6082
|
|
|
6074
6083
|
var _malloc = Module["_malloc"] = function() {
|
|
6075
|
-
return (_malloc = Module["_malloc"] = Module["asm"]["
|
|
6084
|
+
return (_malloc = Module["_malloc"] = Module["asm"]["Ya"]).apply(null, arguments);
|
|
6076
6085
|
};
|
|
6077
6086
|
|
|
6078
6087
|
var _configureAudio = Module["_configureAudio"] = function() {
|
|
6079
|
-
return (_configureAudio = Module["_configureAudio"] = Module["asm"]["
|
|
6088
|
+
return (_configureAudio = Module["_configureAudio"] = Module["asm"]["Za"]).apply(null, arguments);
|
|
6080
6089
|
};
|
|
6081
6090
|
|
|
6082
6091
|
var _addAudioToInputStream = Module["_addAudioToInputStream"] = function() {
|
|
6083
|
-
return (_addAudioToInputStream = Module["_addAudioToInputStream"] = Module["asm"]["
|
|
6092
|
+
return (_addAudioToInputStream = Module["_addAudioToInputStream"] = Module["asm"]["_a"]).apply(null, arguments);
|
|
6084
6093
|
};
|
|
6085
6094
|
|
|
6086
6095
|
var _registerModelResourcesGraphService = Module["_registerModelResourcesGraphService"] = function() {
|
|
6087
|
-
return (_registerModelResourcesGraphService = Module["_registerModelResourcesGraphService"] = Module["asm"]["
|
|
6096
|
+
return (_registerModelResourcesGraphService = Module["_registerModelResourcesGraphService"] = Module["asm"]["$a"]).apply(null, arguments);
|
|
6088
6097
|
};
|
|
6089
6098
|
|
|
6090
6099
|
var ___errno_location = Module["___errno_location"] = function() {
|
|
6091
|
-
return (___errno_location = Module["___errno_location"] = Module["asm"]["
|
|
6100
|
+
return (___errno_location = Module["___errno_location"] = Module["asm"]["ab"]).apply(null, arguments);
|
|
6092
6101
|
};
|
|
6093
6102
|
|
|
6094
6103
|
var _bindTextureToStream = Module["_bindTextureToStream"] = function() {
|
|
6095
|
-
return (_bindTextureToStream = Module["_bindTextureToStream"] = Module["asm"]["
|
|
6104
|
+
return (_bindTextureToStream = Module["_bindTextureToStream"] = Module["asm"]["bb"]).apply(null, arguments);
|
|
6096
6105
|
};
|
|
6097
6106
|
|
|
6098
6107
|
var _addBoundTextureToStream = Module["_addBoundTextureToStream"] = function() {
|
|
6099
|
-
return (_addBoundTextureToStream = Module["_addBoundTextureToStream"] = Module["asm"]["
|
|
6108
|
+
return (_addBoundTextureToStream = Module["_addBoundTextureToStream"] = Module["asm"]["cb"]).apply(null, arguments);
|
|
6100
6109
|
};
|
|
6101
6110
|
|
|
6102
6111
|
var _addDoubleToInputStream = Module["_addDoubleToInputStream"] = function() {
|
|
6103
|
-
return (_addDoubleToInputStream = Module["_addDoubleToInputStream"] = Module["asm"]["
|
|
6112
|
+
return (_addDoubleToInputStream = Module["_addDoubleToInputStream"] = Module["asm"]["db"]).apply(null, arguments);
|
|
6104
6113
|
};
|
|
6105
6114
|
|
|
6106
6115
|
var _addFloatToInputStream = Module["_addFloatToInputStream"] = function() {
|
|
6107
|
-
return (_addFloatToInputStream = Module["_addFloatToInputStream"] = Module["asm"]["
|
|
6116
|
+
return (_addFloatToInputStream = Module["_addFloatToInputStream"] = Module["asm"]["eb"]).apply(null, arguments);
|
|
6108
6117
|
};
|
|
6109
6118
|
|
|
6110
6119
|
var _addBoolToInputStream = Module["_addBoolToInputStream"] = function() {
|
|
6111
|
-
return (_addBoolToInputStream = Module["_addBoolToInputStream"] = Module["asm"]["
|
|
6120
|
+
return (_addBoolToInputStream = Module["_addBoolToInputStream"] = Module["asm"]["fb"]).apply(null, arguments);
|
|
6112
6121
|
};
|
|
6113
6122
|
|
|
6114
6123
|
var _addIntToInputStream = Module["_addIntToInputStream"] = function() {
|
|
6115
|
-
return (_addIntToInputStream = Module["_addIntToInputStream"] = Module["asm"]["
|
|
6124
|
+
return (_addIntToInputStream = Module["_addIntToInputStream"] = Module["asm"]["gb"]).apply(null, arguments);
|
|
6116
6125
|
};
|
|
6117
6126
|
|
|
6118
6127
|
var _addStringToInputStream = Module["_addStringToInputStream"] = function() {
|
|
6119
|
-
return (_addStringToInputStream = Module["_addStringToInputStream"] = Module["asm"]["
|
|
6128
|
+
return (_addStringToInputStream = Module["_addStringToInputStream"] = Module["asm"]["hb"]).apply(null, arguments);
|
|
6120
6129
|
};
|
|
6121
6130
|
|
|
6122
6131
|
var _addFlatHashMapToInputStream = Module["_addFlatHashMapToInputStream"] = function() {
|
|
6123
|
-
return (_addFlatHashMapToInputStream = Module["_addFlatHashMapToInputStream"] = Module["asm"]["
|
|
6132
|
+
return (_addFlatHashMapToInputStream = Module["_addFlatHashMapToInputStream"] = Module["asm"]["ib"]).apply(null, arguments);
|
|
6124
6133
|
};
|
|
6125
6134
|
|
|
6126
6135
|
var _addProtoToInputStream = Module["_addProtoToInputStream"] = function() {
|
|
6127
|
-
return (_addProtoToInputStream = Module["_addProtoToInputStream"] = Module["asm"]["
|
|
6136
|
+
return (_addProtoToInputStream = Module["_addProtoToInputStream"] = Module["asm"]["jb"]).apply(null, arguments);
|
|
6137
|
+
};
|
|
6138
|
+
|
|
6139
|
+
var _addEmptyPacketToInputStream = Module["_addEmptyPacketToInputStream"] = function() {
|
|
6140
|
+
return (_addEmptyPacketToInputStream = Module["_addEmptyPacketToInputStream"] = Module["asm"]["kb"]).apply(null, arguments);
|
|
6128
6141
|
};
|
|
6129
6142
|
|
|
6130
6143
|
var _addBoolToInputSidePacket = Module["_addBoolToInputSidePacket"] = function() {
|
|
6131
|
-
return (_addBoolToInputSidePacket = Module["_addBoolToInputSidePacket"] = Module["asm"]["
|
|
6144
|
+
return (_addBoolToInputSidePacket = Module["_addBoolToInputSidePacket"] = Module["asm"]["lb"]).apply(null, arguments);
|
|
6132
6145
|
};
|
|
6133
6146
|
|
|
6134
6147
|
var _addDoubleToInputSidePacket = Module["_addDoubleToInputSidePacket"] = function() {
|
|
6135
|
-
return (_addDoubleToInputSidePacket = Module["_addDoubleToInputSidePacket"] = Module["asm"]["
|
|
6148
|
+
return (_addDoubleToInputSidePacket = Module["_addDoubleToInputSidePacket"] = Module["asm"]["mb"]).apply(null, arguments);
|
|
6136
6149
|
};
|
|
6137
6150
|
|
|
6138
6151
|
var _addFloatToInputSidePacket = Module["_addFloatToInputSidePacket"] = function() {
|
|
6139
|
-
return (_addFloatToInputSidePacket = Module["_addFloatToInputSidePacket"] = Module["asm"]["
|
|
6152
|
+
return (_addFloatToInputSidePacket = Module["_addFloatToInputSidePacket"] = Module["asm"]["nb"]).apply(null, arguments);
|
|
6140
6153
|
};
|
|
6141
6154
|
|
|
6142
6155
|
var _addIntToInputSidePacket = Module["_addIntToInputSidePacket"] = function() {
|
|
6143
|
-
return (_addIntToInputSidePacket = Module["_addIntToInputSidePacket"] = Module["asm"]["
|
|
6156
|
+
return (_addIntToInputSidePacket = Module["_addIntToInputSidePacket"] = Module["asm"]["ob"]).apply(null, arguments);
|
|
6144
6157
|
};
|
|
6145
6158
|
|
|
6146
6159
|
var _addStringToInputSidePacket = Module["_addStringToInputSidePacket"] = function() {
|
|
6147
|
-
return (_addStringToInputSidePacket = Module["_addStringToInputSidePacket"] = Module["asm"]["
|
|
6160
|
+
return (_addStringToInputSidePacket = Module["_addStringToInputSidePacket"] = Module["asm"]["pb"]).apply(null, arguments);
|
|
6148
6161
|
};
|
|
6149
6162
|
|
|
6150
6163
|
var _addProtoToInputSidePacket = Module["_addProtoToInputSidePacket"] = function() {
|
|
6151
|
-
return (_addProtoToInputSidePacket = Module["_addProtoToInputSidePacket"] = Module["asm"]["
|
|
6164
|
+
return (_addProtoToInputSidePacket = Module["_addProtoToInputSidePacket"] = Module["asm"]["qb"]).apply(null, arguments);
|
|
6152
6165
|
};
|
|
6153
6166
|
|
|
6154
6167
|
var _attachBoolListener = Module["_attachBoolListener"] = function() {
|
|
6155
|
-
return (_attachBoolListener = Module["_attachBoolListener"] = Module["asm"]["
|
|
6168
|
+
return (_attachBoolListener = Module["_attachBoolListener"] = Module["asm"]["rb"]).apply(null, arguments);
|
|
6156
6169
|
};
|
|
6157
6170
|
|
|
6158
6171
|
var _attachBoolVectorListener = Module["_attachBoolVectorListener"] = function() {
|
|
6159
|
-
return (_attachBoolVectorListener = Module["_attachBoolVectorListener"] = Module["asm"]["
|
|
6172
|
+
return (_attachBoolVectorListener = Module["_attachBoolVectorListener"] = Module["asm"]["sb"]).apply(null, arguments);
|
|
6160
6173
|
};
|
|
6161
6174
|
|
|
6162
6175
|
var _attachDoubleListener = Module["_attachDoubleListener"] = function() {
|
|
6163
|
-
return (_attachDoubleListener = Module["_attachDoubleListener"] = Module["asm"]["
|
|
6176
|
+
return (_attachDoubleListener = Module["_attachDoubleListener"] = Module["asm"]["tb"]).apply(null, arguments);
|
|
6164
6177
|
};
|
|
6165
6178
|
|
|
6166
6179
|
var _attachDoubleVectorListener = Module["_attachDoubleVectorListener"] = function() {
|
|
6167
|
-
return (_attachDoubleVectorListener = Module["_attachDoubleVectorListener"] = Module["asm"]["
|
|
6180
|
+
return (_attachDoubleVectorListener = Module["_attachDoubleVectorListener"] = Module["asm"]["ub"]).apply(null, arguments);
|
|
6168
6181
|
};
|
|
6169
6182
|
|
|
6170
6183
|
var _attachFloatListener = Module["_attachFloatListener"] = function() {
|
|
6171
|
-
return (_attachFloatListener = Module["_attachFloatListener"] = Module["asm"]["
|
|
6184
|
+
return (_attachFloatListener = Module["_attachFloatListener"] = Module["asm"]["vb"]).apply(null, arguments);
|
|
6172
6185
|
};
|
|
6173
6186
|
|
|
6174
6187
|
var _attachFloatVectorListener = Module["_attachFloatVectorListener"] = function() {
|
|
6175
|
-
return (_attachFloatVectorListener = Module["_attachFloatVectorListener"] = Module["asm"]["
|
|
6188
|
+
return (_attachFloatVectorListener = Module["_attachFloatVectorListener"] = Module["asm"]["wb"]).apply(null, arguments);
|
|
6176
6189
|
};
|
|
6177
6190
|
|
|
6178
6191
|
var _attachIntListener = Module["_attachIntListener"] = function() {
|
|
6179
|
-
return (_attachIntListener = Module["_attachIntListener"] = Module["asm"]["
|
|
6192
|
+
return (_attachIntListener = Module["_attachIntListener"] = Module["asm"]["xb"]).apply(null, arguments);
|
|
6180
6193
|
};
|
|
6181
6194
|
|
|
6182
6195
|
var _attachIntVectorListener = Module["_attachIntVectorListener"] = function() {
|
|
6183
|
-
return (_attachIntVectorListener = Module["_attachIntVectorListener"] = Module["asm"]["
|
|
6196
|
+
return (_attachIntVectorListener = Module["_attachIntVectorListener"] = Module["asm"]["yb"]).apply(null, arguments);
|
|
6184
6197
|
};
|
|
6185
6198
|
|
|
6186
6199
|
var _attachStringListener = Module["_attachStringListener"] = function() {
|
|
6187
|
-
return (_attachStringListener = Module["_attachStringListener"] = Module["asm"]["
|
|
6200
|
+
return (_attachStringListener = Module["_attachStringListener"] = Module["asm"]["zb"]).apply(null, arguments);
|
|
6188
6201
|
};
|
|
6189
6202
|
|
|
6190
6203
|
var _attachStringVectorListener = Module["_attachStringVectorListener"] = function() {
|
|
6191
|
-
return (_attachStringVectorListener = Module["_attachStringVectorListener"] = Module["asm"]["
|
|
6204
|
+
return (_attachStringVectorListener = Module["_attachStringVectorListener"] = Module["asm"]["Ab"]).apply(null, arguments);
|
|
6192
6205
|
};
|
|
6193
6206
|
|
|
6194
6207
|
var _attachProtoListener = Module["_attachProtoListener"] = function() {
|
|
6195
|
-
return (_attachProtoListener = Module["_attachProtoListener"] = Module["asm"]["
|
|
6208
|
+
return (_attachProtoListener = Module["_attachProtoListener"] = Module["asm"]["Bb"]).apply(null, arguments);
|
|
6196
6209
|
};
|
|
6197
6210
|
|
|
6198
6211
|
var _attachProtoVectorListener = Module["_attachProtoVectorListener"] = function() {
|
|
6199
|
-
return (_attachProtoVectorListener = Module["_attachProtoVectorListener"] = Module["asm"]["
|
|
6212
|
+
return (_attachProtoVectorListener = Module["_attachProtoVectorListener"] = Module["asm"]["Cb"]).apply(null, arguments);
|
|
6213
|
+
};
|
|
6214
|
+
|
|
6215
|
+
var _getGraphConfig = Module["_getGraphConfig"] = function() {
|
|
6216
|
+
return (_getGraphConfig = Module["_getGraphConfig"] = Module["asm"]["Db"]).apply(null, arguments);
|
|
6200
6217
|
};
|
|
6201
6218
|
|
|
6202
6219
|
var _clearSubgraphs = Module["_clearSubgraphs"] = function() {
|
|
6203
|
-
return (_clearSubgraphs = Module["_clearSubgraphs"] = Module["asm"]["
|
|
6220
|
+
return (_clearSubgraphs = Module["_clearSubgraphs"] = Module["asm"]["Eb"]).apply(null, arguments);
|
|
6204
6221
|
};
|
|
6205
6222
|
|
|
6206
6223
|
var _pushBinarySubgraph = Module["_pushBinarySubgraph"] = function() {
|
|
6207
|
-
return (_pushBinarySubgraph = Module["_pushBinarySubgraph"] = Module["asm"]["
|
|
6224
|
+
return (_pushBinarySubgraph = Module["_pushBinarySubgraph"] = Module["asm"]["Fb"]).apply(null, arguments);
|
|
6208
6225
|
};
|
|
6209
6226
|
|
|
6210
6227
|
var _pushTextSubgraph = Module["_pushTextSubgraph"] = function() {
|
|
6211
|
-
return (_pushTextSubgraph = Module["_pushTextSubgraph"] = Module["asm"]["
|
|
6228
|
+
return (_pushTextSubgraph = Module["_pushTextSubgraph"] = Module["asm"]["Gb"]).apply(null, arguments);
|
|
6212
6229
|
};
|
|
6213
6230
|
|
|
6214
6231
|
var _changeBinaryGraph = Module["_changeBinaryGraph"] = function() {
|
|
6215
|
-
return (_changeBinaryGraph = Module["_changeBinaryGraph"] = Module["asm"]["
|
|
6232
|
+
return (_changeBinaryGraph = Module["_changeBinaryGraph"] = Module["asm"]["Hb"]).apply(null, arguments);
|
|
6216
6233
|
};
|
|
6217
6234
|
|
|
6218
6235
|
var _changeTextGraph = Module["_changeTextGraph"] = function() {
|
|
6219
|
-
return (_changeTextGraph = Module["_changeTextGraph"] = Module["asm"]["
|
|
6236
|
+
return (_changeTextGraph = Module["_changeTextGraph"] = Module["asm"]["Ib"]).apply(null, arguments);
|
|
6220
6237
|
};
|
|
6221
6238
|
|
|
6222
6239
|
var _processGl = Module["_processGl"] = function() {
|
|
6223
|
-
return (_processGl = Module["_processGl"] = Module["asm"]["
|
|
6240
|
+
return (_processGl = Module["_processGl"] = Module["asm"]["Jb"]).apply(null, arguments);
|
|
6224
6241
|
};
|
|
6225
6242
|
|
|
6226
6243
|
var _process = Module["_process"] = function() {
|
|
6227
|
-
return (_process = Module["_process"] = Module["asm"]["
|
|
6244
|
+
return (_process = Module["_process"] = Module["asm"]["Kb"]).apply(null, arguments);
|
|
6228
6245
|
};
|
|
6229
6246
|
|
|
6230
6247
|
var _bindTextureToCanvas = Module["_bindTextureToCanvas"] = function() {
|
|
6231
|
-
return (_bindTextureToCanvas = Module["_bindTextureToCanvas"] = Module["asm"]["
|
|
6248
|
+
return (_bindTextureToCanvas = Module["_bindTextureToCanvas"] = Module["asm"]["Lb"]).apply(null, arguments);
|
|
6232
6249
|
};
|
|
6233
6250
|
|
|
6234
6251
|
var _requestShaderRefreshOnGraphChange = Module["_requestShaderRefreshOnGraphChange"] = function() {
|
|
6235
|
-
return (_requestShaderRefreshOnGraphChange = Module["_requestShaderRefreshOnGraphChange"] = Module["asm"]["
|
|
6252
|
+
return (_requestShaderRefreshOnGraphChange = Module["_requestShaderRefreshOnGraphChange"] = Module["asm"]["Mb"]).apply(null, arguments);
|
|
6236
6253
|
};
|
|
6237
6254
|
|
|
6238
6255
|
var _waitUntilIdle = Module["_waitUntilIdle"] = function() {
|
|
6239
|
-
return (_waitUntilIdle = Module["_waitUntilIdle"] = Module["asm"]["
|
|
6256
|
+
return (_waitUntilIdle = Module["_waitUntilIdle"] = Module["asm"]["Nb"]).apply(null, arguments);
|
|
6240
6257
|
};
|
|
6241
6258
|
|
|
6242
6259
|
var _setAutoRenderToScreen = Module["_setAutoRenderToScreen"] = function() {
|
|
6243
|
-
return (_setAutoRenderToScreen = Module["_setAutoRenderToScreen"] = Module["asm"]["
|
|
6260
|
+
return (_setAutoRenderToScreen = Module["_setAutoRenderToScreen"] = Module["asm"]["Ob"]).apply(null, arguments);
|
|
6244
6261
|
};
|
|
6245
6262
|
|
|
6246
6263
|
var _emscripten_builtin_memalign = Module["_emscripten_builtin_memalign"] = function() {
|
|
6247
|
-
return (_emscripten_builtin_memalign = Module["_emscripten_builtin_memalign"] = Module["asm"]["
|
|
6264
|
+
return (_emscripten_builtin_memalign = Module["_emscripten_builtin_memalign"] = Module["asm"]["Pb"]).apply(null, arguments);
|
|
6248
6265
|
};
|
|
6249
6266
|
|
|
6250
6267
|
var stackSave = Module["stackSave"] = function() {
|
|
6251
|
-
return (stackSave = Module["stackSave"] = Module["asm"]["
|
|
6268
|
+
return (stackSave = Module["stackSave"] = Module["asm"]["Qb"]).apply(null, arguments);
|
|
6252
6269
|
};
|
|
6253
6270
|
|
|
6254
6271
|
var stackRestore = Module["stackRestore"] = function() {
|
|
6255
|
-
return (stackRestore = Module["stackRestore"] = Module["asm"]["
|
|
6272
|
+
return (stackRestore = Module["stackRestore"] = Module["asm"]["Rb"]).apply(null, arguments);
|
|
6256
6273
|
};
|
|
6257
6274
|
|
|
6258
6275
|
var stackAlloc = Module["stackAlloc"] = function() {
|
|
6259
|
-
return (stackAlloc = Module["stackAlloc"] = Module["asm"]["
|
|
6276
|
+
return (stackAlloc = Module["stackAlloc"] = Module["asm"]["Sb"]).apply(null, arguments);
|
|
6260
6277
|
};
|
|
6261
6278
|
|
|
6262
|
-
var ___start_em_js = Module["___start_em_js"] =
|
|
6279
|
+
var ___start_em_js = Module["___start_em_js"] = 545196;
|
|
6263
6280
|
|
|
6264
|
-
var ___stop_em_js = Module["___stop_em_js"] =
|
|
6281
|
+
var ___stop_em_js = Module["___stop_em_js"] = 548626;
|
|
6265
6282
|
|
|
6266
6283
|
Module["addRunDependency"] = addRunDependency;
|
|
6267
6284
|
|
|
Binary file
|