auto-commit for 419f22ef-909a-4d7d-ab8a-e053a891ce1f

This commit is contained in:
emergent-agent-e1
2025-10-24 02:46:57 +00:00
parent 41853ac979
commit c0604aafc1
1555 changed files with 1555 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"./I32.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":31,"index":31}}],"key":"ikN86rEl4iiI0LTuWW+GK2l0Ues=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"isize\", {\n enumerable: true,\n get: function () {\n return isize;\n }\n });\n var _I32Js = require(_dependencyMap[0], \"./I32.js\");\n /**\n * @name ISize\n * @description\n * A System default signed number, typically used in RPC to report non-consensus\n * data. It is a wrapper for [[I32]] as a WASM default (as generated by Rust bindings).\n * It is not to be used, since it creates consensus mismatches.\n */\n class isize extends _I32Js.i32 {\n constructor(registry, value) {\n super(registry, value);\n throw new Error('The `isize` type should not be used. Since it is platform-specific, it creates incompatibilities between native (generally i64) and WASM (always i32) code. Use one of the `i32` or `i64` types explicitly.');\n }\n }\n});","lineCount":27,"map":[[7,2,9,0,"Object"],[7,8,9,0],[7,9,9,0,"defineProperty"],[7,23,9,0],[7,24,9,0,"exports"],[7,31,9,0],[8,4,9,0,"enumerable"],[8,14,9,0],[9,4,9,0,"get"],[9,7,9,0],[9,18,9,0,"get"],[9,19,9,0],[10,6,9,0],[10,13,9,0,"isize"],[10,18,9,0],[11,4,9,0],[12,2,9,0],[13,2,1,0],[13,6,1,0,"_I32Js"],[13,12,1,0],[13,15,1,0,"require"],[13,22,1,0],[13,23,1,0,"_dependencyMap"],[13,37,1,0],[14,2,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[21,2,9,7],[21,8,9,13,"isize"],[21,13,9,18],[21,22,9,27,"i32"],[21,28,9,30],[21,29,9,30,"i32"],[21,32,9,30],[21,33,9,31],[22,4,10,4,"constructor"],[22,15,10,15,"constructor"],[22,16,10,16,"registry"],[22,24,10,24],[22,26,10,26,"value"],[22,31,10,31],[22,33,10,33],[23,6,11,8],[23,11,11,13],[23,12,11,14,"registry"],[23,20,11,22],[23,22,11,24,"value"],[23,27,11,29],[23,28,11,30],[24,6,12,8],[24,12,12,14],[24,16,12,18,"Error"],[24,21,12,23],[24,22,12,24],[24,227,12,229],[24,228,12,230],[25,4,13,4],[26,2,14,0],[27,0,14,1],[27,3]],"functionMap":{"names":["<global>","isize","isize#constructor"],"mappings":"AAA;OCQ;ICC;KDG;CDC"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.getLocalAssetUri = getLocalAssetUri;\n function getLocalAssetUri(hash, type) {\n // noop on web\n return null;\n }\n});","lineCount":12,"map":[[7,2,1,0,"exports"],[7,9,1,0],[7,10,1,0,"getLocalAssetUri"],[7,26,1,0],[7,29,1,0,"getLocalAssetUri"],[7,45,1,0],[8,2,1,7],[8,11,1,16,"getLocalAssetUri"],[8,27,1,32,"getLocalAssetUri"],[8,28,1,33,"hash"],[8,32,1,37],[8,34,1,39,"type"],[8,38,1,43],[8,40,1,45],[9,4,2,4],[10,4,3,4],[10,11,3,11],[10,15,3,15],[11,2,4,0],[12,0,4,1],[12,3]],"functionMap":{"names":["<global>","getLocalAssetUri"],"mappings":"AAA,OC;CDG"},"hasCjsExports":false},"type":"js/module"}]}