wasmparser
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -0,1 +1,8 @@ | ||
## [2.2.3](https://github.com/wasdk/wasmparser/compare/v2.2.2...v2.2.3) (2020-06-21) | ||
### Bug Fixes | ||
* correct import from "WasmParser" in "WasmDis.ts" ([8abb34b](https://github.com/wasdk/wasmparser/commit/8abb34b59ec0820259587db07cac95a94a54958e)) | ||
## [2.2.2](https://github.com/wasdk/wasmparser/compare/v2.2.1...v2.2.2) (2020-06-16) | ||
@@ -2,0 +9,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { BinaryReader } from "./WasmParser.js"; | ||
import { BinaryReader } from "./WasmParser"; | ||
export interface IExportMetadata { | ||
@@ -3,0 +3,0 @@ getFunctionExportNames(index: number): string[]; |
@@ -1,2 +0,2 @@ | ||
import { BinaryReader } from "./WasmParser.js"; | ||
import { BinaryReader } from "./WasmParser"; | ||
export interface IExportMetadata { | ||
@@ -3,0 +3,0 @@ getFunctionExportNames(index: number): string[]; |
@@ -15,3 +15,3 @@ /* Copyright 2016 Mozilla Foundation | ||
*/ | ||
import { OperatorCodeNames, bytesToString, NULL_FUNCTION_INDEX, isTypeIndex, } from "./WasmParser.js"; | ||
import { OperatorCodeNames, bytesToString, NULL_FUNCTION_INDEX, isTypeIndex, } from "./WasmParser"; | ||
const NAME_SECTION_NAME = "name"; | ||
@@ -18,0 +18,0 @@ const INVALID_NAME_SYMBOLS_REGEX = /[^0-9A-Za-z!#$%&'*+.:<=>?@^_`|~\/\-]/; |
{ | ||
"name": "wasmparser", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Binary WebAssembly file parser.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -49,3 +49,3 @@ /* Copyright 2016 Mozilla Foundation | ||
ILocalNameEntry, | ||
} from "./WasmParser.js"; | ||
} from "./WasmParser"; | ||
@@ -52,0 +52,0 @@ const NAME_SECTION_NAME = "name"; |
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
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
979673
41
19128