Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /home/picotech/domains/inventory.picotech.app/public_html/node_modules/@webassemblyjs/wasm-gen/esm/ drwxr-xr-x |
Viewing file: Select action/file-type: import * as encoder from "./encoder"; export function encodeNode(n) { switch (n.type) { case "ModuleImport": // $FlowIgnore: ModuleImport ensure that the node is well formated return encoder.encodeModuleImport(n); case "SectionMetadata": // $FlowIgnore: SectionMetadata ensure that the node is well formated return encoder.encodeSectionMetadata(n); case "CallInstruction": // $FlowIgnore: SectionMetadata ensure that the node is well formated return encoder.encodeCallInstruction(n); case "CallIndirectInstruction": // $FlowIgnore: SectionMetadata ensure that the node is well formated return encoder.encodeCallIndirectInstruction(n); case "TypeInstruction": return encoder.encodeTypeInstruction(n); case "Instr": // $FlowIgnore return encoder.encodeInstr(n); case "ModuleExport": // $FlowIgnore: SectionMetadata ensure that the node is well formated return encoder.encodeModuleExport(n); case "Global": // $FlowIgnore return encoder.encodeGlobal(n); case "Func": return encoder.encodeFuncBody(n); case "IndexInFuncSection": return encoder.encodeIndexInFuncSection(n); case "StringLiteral": return encoder.encodeStringLiteral(n); case "Elem": return encoder.encodeElem(n); default: throw new Error("Unsupported encoding for node of type: " + JSON.stringify(n.type)); } } export var encodeU32 = encoder.encodeU32; |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0046 ]-- |