wasmparser
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -0,1 +1,8 @@ | ||
## [3.2.1](https://github.com/wasdk/wasmparser/compare/v3.2.0...v3.2.1) (2020-10-23) | ||
### Bug Fixes | ||
* print opcodes in errors in hexadecimal form ([687ba47](https://github.com/wasdk/wasmparser/commit/687ba47c0cafb5cec040d1bee7796d37f9627071)) | ||
# [3.2.0](https://github.com/wasdk/wasmparser/compare/v3.1.3...v3.2.0) (2020-10-13) | ||
@@ -2,0 +9,0 @@ |
export { SectionCode, OperatorCode, OperatorCodeNames, ExternalKind, Type, RelocType, LinkingType, NameType, BinaryReaderState, Int64, BinaryReader, bytesToString, IModuleHeader, IResizableLimits, ITableType, IMemoryType, IGlobalType, IGlobalVariable, IElementSegment, IElementSegmentBody, IDataSegment, IDataSegmentBody, ImportEntryType, IImportEntry, IExportEntry, INameEntry, INaming, IModuleNameEntry, IFunctionNameEntry, ILocalName, ILocalNameEntry, ILinkingEntry, IRelocHeader, IRelocEntry, ISourceMappingURL, IStartEntry, IFunctionEntry, IFunctionType, ISectionInformation, ILocals, IFunctionInformation, IMemoryAddress, IOperatorInformation, IBinaryReaderData, } from "./WasmParser.js"; | ||
export { Emitter } from "./WasmEmitter.js"; | ||
export { BinaryReaderTransform } from "./WasmParserTransform.js"; | ||
export { DefaultNameResolver, NumericNameResolver, WasmDisassembler, LabelMode, IDisassemblerResult, INameResolver, } from "./WasmDis.js"; |
@@ -17,6 +17,2 @@ "use strict"; | ||
Object.defineProperty(exports, "bytesToString", { enumerable: true, get: function () { return WasmParser_js_1.bytesToString; } }); | ||
var WasmEmitter_js_1 = require("./WasmEmitter.js"); | ||
Object.defineProperty(exports, "Emitter", { enumerable: true, get: function () { return WasmEmitter_js_1.Emitter; } }); | ||
var WasmParserTransform_js_1 = require("./WasmParserTransform.js"); | ||
Object.defineProperty(exports, "BinaryReaderTransform", { enumerable: true, get: function () { return WasmParserTransform_js_1.BinaryReaderTransform; } }); | ||
var WasmDis_js_1 = require("./WasmDis.js"); | ||
@@ -23,0 +19,0 @@ Object.defineProperty(exports, "DefaultNameResolver", { enumerable: true, get: function () { return WasmDis_js_1.DefaultNameResolver; } }); |
export { SectionCode, OperatorCode, OperatorCodeNames, ExternalKind, Type, RelocType, LinkingType, NameType, BinaryReaderState, Int64, BinaryReader, bytesToString, IModuleHeader, IResizableLimits, ITableType, IMemoryType, IGlobalType, IGlobalVariable, IElementSegment, IElementSegmentBody, IDataSegment, IDataSegmentBody, ImportEntryType, IImportEntry, IExportEntry, INameEntry, INaming, IModuleNameEntry, IFunctionNameEntry, ILocalName, ILocalNameEntry, ILinkingEntry, IRelocHeader, IRelocEntry, ISourceMappingURL, IStartEntry, IFunctionEntry, IFunctionType, ISectionInformation, ILocals, IFunctionInformation, IMemoryAddress, IOperatorInformation, IBinaryReaderData, } from "./WasmParser.js"; | ||
export { Emitter } from "./WasmEmitter.js"; | ||
export { BinaryReaderTransform } from "./WasmParserTransform.js"; | ||
export { DefaultNameResolver, NumericNameResolver, WasmDisassembler, LabelMode, IDisassemblerResult, INameResolver, } from "./WasmDis.js"; |
// Just re-exporting everything. | ||
export { SectionCode, OperatorCode, OperatorCodeNames, ExternalKind, Type, RelocType, LinkingType, NameType, BinaryReaderState, Int64, BinaryReader, bytesToString, } from "./WasmParser.js"; | ||
export { Emitter } from "./WasmEmitter.js"; | ||
export { BinaryReaderTransform } from "./WasmParserTransform.js"; | ||
export { DefaultNameResolver, NumericNameResolver, WasmDisassembler, LabelMode, } from "./WasmDis.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "wasmparser", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Binary WebAssembly file parser.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -48,4 +48,2 @@ // Just re-exporting everything. | ||
} from "./WasmParser.js"; | ||
export { Emitter } from "./WasmEmitter.js"; | ||
export { BinaryReaderTransform } from "./WasmParserTransform.js"; | ||
export { | ||
@@ -52,0 +50,0 @@ DefaultNameResolver, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
821516
26
16085