wasmparser
Advanced tools
Comparing version 5.8.0 to 5.9.0
@@ -0,1 +1,8 @@ | ||
# [5.9.0](https://github.com/wasdk/wasmparser/compare/v5.8.0...v5.9.0) (2023-11-16) | ||
### Features | ||
* rename extern.internalize and extern.externalize instructions ([#138](https://github.com/wasdk/wasmparser/issues/138)) ([040e8d8](https://github.com/wasdk/wasmparser/commit/040e8d80dda7a30c31e83d2d454fe961b87e0c27)) | ||
# [5.8.0](https://github.com/wasdk/wasmparser/compare/v5.7.0...v5.8.0) (2023-09-28) | ||
@@ -2,0 +9,0 @@ |
@@ -589,4 +589,4 @@ export declare const enum SectionCode { | ||
br_on_cast_fail = 64281, | ||
extern_internalize = 64282, | ||
extern_externalize = 64283, | ||
any_convert_extern = 64282, | ||
extern_convert_any = 64283, | ||
ref_i31 = 64284, | ||
@@ -593,0 +593,0 @@ i31_get_s = 64285, |
@@ -589,4 +589,4 @@ export declare const enum SectionCode { | ||
br_on_cast_fail = 64281, | ||
extern_internalize = 64282, | ||
extern_externalize = 64283, | ||
any_convert_extern = 64282, | ||
extern_convert_any = 64283, | ||
ref_i31 = 64284, | ||
@@ -593,0 +593,0 @@ i31_get_s = 64285, |
{ | ||
"name": "wasmparser", | ||
"version": "5.8.0", | ||
"version": "5.9.0", | ||
"description": "Binary WebAssembly file parser.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1106544