wasmparser
Advanced tools
Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "wasmparser", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Binary WebAssembly file parser.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/WasmParser.js", |
@@ -349,3 +349,3 @@ /* Copyright 2017 Mozilla Foundation | ||
if (section.id == SectionCode.Custom) { | ||
this.writeString(section.name); | ||
this.writeString(section.name); | ||
} | ||
@@ -698,3 +698,3 @@ this._state = EmitterState.RawDataSection; | ||
default: | ||
throw new Error(`Unexpected name entry type ${entry.type}`); | ||
throw new Error(`Unexpected name entry type ${entry.type}`); | ||
} | ||
@@ -731,3 +731,3 @@ this.patchVarUint32(payloadLengthPatchable, this._position - start); | ||
default: | ||
throw new Error(`Unexpected reloc entry type ${entry.type}`); | ||
throw new Error(`Unexpected reloc entry type ${entry.type}`); | ||
} | ||
@@ -734,0 +734,0 @@ } |
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
328695