UNPKG

chrome-devtools-frontend

Version:
57 lines (55 loc) 965 B
// Just re-exporting everything. export { DefaultNameResolver, IDisassemblerResult, INameResolver, LabelMode, NumericNameResolver, WasmDisassembler, } from "./WasmDis.js"; export { BinaryReader, BinaryReaderState, bytesToString, ExternalKind, IBinaryReaderData, IDataSegment, IDataSegmentBody, IElementSegment, IElementSegmentBody, IExportEntry, IFunctionEntry, IFunctionInformation, IFunctionNameEntry, IGlobalType, IGlobalVariable, IImportEntry, ILinkingEntry, ILocalName, ILocalNameEntry, ILocals, IMemoryAddress, IMemoryType, IModuleHeader, IModuleNameEntry, ImportEntryType, INameEntry, INaming, Int64, IOperatorInformation, IRelocEntry, IRelocHeader, IResizableLimits, ISectionInformation, ISourceMappingURL, IStartEntry, ITableType, ITypeEntry, LinkingType, NameType, OperatorCode, OperatorCodeNames, RelocType, SectionCode, Type, } from "./WasmParser.js";