auto-commit for 155cdee4-7b20-4acf-ad4d-053760ff258d

This commit is contained in:
emergent-agent-e1
2025-10-24 02:48:32 +00:00
parent 02778c9714
commit 8d0ee162c0
1845 changed files with 1845 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"../u8a/eq.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":37,"index":37}}],"key":"lLZdpApIdWUbXY5uuabsVLAfWTk=","exportNames":["*"],"imports":1}},{"name":"./u8a.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":38},"end":{"line":2,"column":33,"index":71}}],"key":"6qAyAXc9QopYCuzEaC5OSaOUf9I=","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 exports.isWasm = isWasm;\n var _u8aEqJs = require(_dependencyMap[0], \"../u8a/eq.js\");\n var _u8aJs = require(_dependencyMap[1], \"./u8a.js\");\n const WASM_MAGIC = new Uint8Array([0, 97, 115, 109]); // \\0asm\n /**\n * @name isWasm\n * @summary Tests if the input has a WASM header\n * @description\n * Checks to see if the input Uint8Array contains a valid WASM header\n */\n function isWasm(value) {\n return (0, _u8aJs.isU8a)(value) && (0, _u8aEqJs.u8aEq)(value.subarray(0, 4), WASM_MAGIC);\n }\n});","lineCount":20,"map":[[7,2,10,0,"exports"],[7,9,10,0],[7,10,10,0,"isWasm"],[7,16,10,0],[7,19,10,0,"isWasm"],[7,25,10,0],[8,2,1,0],[8,6,1,0,"_u8aEqJs"],[8,14,1,0],[8,17,1,0,"require"],[8,24,1,0],[8,25,1,0,"_dependencyMap"],[8,39,1,0],[9,2,2,0],[9,6,2,0,"_u8aJs"],[9,12,2,0],[9,15,2,0,"require"],[9,22,2,0],[9,23,2,0,"_dependencyMap"],[9,37,2,0],[10,2,3,0],[10,8,3,6,"WASM_MAGIC"],[10,18,3,16],[10,21,3,19],[10,25,3,23,"Uint8Array"],[10,35,3,33],[10,36,3,34],[10,37,3,35],[10,38,3,36],[10,40,3,38],[10,42,3,40],[10,44,3,42],[10,47,3,45],[10,49,3,47],[10,52,3,50],[10,53,3,51],[10,54,3,52],[10,55,3,53],[10,56,3,54],[11,2,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,2,10,7],[17,11,10,16,"isWasm"],[17,17,10,22,"isWasm"],[17,18,10,23,"value"],[17,23,10,28],[17,25,10,30],[18,4,11,4],[18,11,11,11],[18,15,11,11,"isU8a"],[18,21,11,16],[18,22,11,16,"isU8a"],[18,27,11,16],[18,29,11,17,"value"],[18,34,11,22],[18,35,11,23],[18,39,11,27],[18,43,11,27,"u8aEq"],[18,51,11,32],[18,52,11,32,"u8aEq"],[18,57,11,32],[18,59,11,33,"value"],[18,64,11,38],[18,65,11,39,"subarray"],[18,73,11,47],[18,74,11,48],[18,75,11,49],[18,77,11,51],[18,78,11,52],[18,79,11,53],[18,81,11,55,"WASM_MAGIC"],[18,91,11,65],[18,92,11,66],[19,2,12,0],[20,0,12,1],[20,3]],"functionMap":{"names":["<global>","isWasm"],"mappings":"AAA;OCS;CDE"},"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