wasmparser
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -0,1 +1,14 @@ | ||
# [5.3.0](https://github.com/wasdk/wasmparser/compare/v5.2.0...v5.3.0) (2021-09-20) | ||
### Bug Fixes | ||
* escape export name strings §6.3.3 ([1c0d874](https://github.com/wasdk/wasmparser/commit/1c0d874bde1544c03661ccfa63575be321eb6f73)) | ||
### Features | ||
* add tests for escaped export name strings ([8c27bdf](https://github.com/wasdk/wasmparser/commit/8c27bdf516ab91d63595d0b283e57a9e7762d4fc)) | ||
* update GC proposal support to "milestone 4" ([5d63bb6](https://github.com/wasdk/wasmparser/commit/5d63bb6b441ff064abf13559ca308b16c222c18f)) | ||
# [5.2.0](https://github.com/wasdk/wasmparser/compare/v5.1.1...v5.2.0) (2021-05-31) | ||
@@ -2,0 +15,0 @@ |
@@ -409,6 +409,6 @@ export declare const enum SectionCode { | ||
i8x16_narrow_i16x8_u = 64870, | ||
f32x4_ceil = 103, | ||
f32x4_floor = 104, | ||
f32x4_trunc = 105, | ||
f32x4_nearest = 106, | ||
f32x4_ceil = 64871, | ||
f32x4_floor = 64872, | ||
f32x4_trunc = 64873, | ||
f32x4_nearest = 64874, | ||
i8x16_shl = 64875, | ||
@@ -549,2 +549,4 @@ i8x16_shr_s = 64876, | ||
struct_set = 64262, | ||
struct_new = 64263, | ||
struct_new_default = 64264, | ||
array_new_with_rtt = 64273, | ||
@@ -558,2 +560,6 @@ array_new_default_with_rtt = 64274, | ||
array_copy = 64280, | ||
array_init = 64281, | ||
array_init_static = 64282, | ||
array_new = 64283, | ||
array_new_default = 64284, | ||
i31_new = 64288, | ||
@@ -566,5 +572,9 @@ i31_get_s = 64289, | ||
ref_test = 64320, | ||
ref_test_static = 64324, | ||
ref_cast = 64321, | ||
ref_cast_static = 64325, | ||
br_on_cast = 64322, | ||
br_on_cast_static = 64326, | ||
br_on_cast_fail = 64323, | ||
br_on_cast_static_fail = 64327, | ||
ref_is_func = 64336, | ||
@@ -613,2 +623,5 @@ ref_is_data = 64337, | ||
array = -34, | ||
func_subtype = -35, | ||
struct_subtype = -36, | ||
array_subtype = -37, | ||
empty_block_type = -64 | ||
@@ -830,2 +843,3 @@ } | ||
mutability?: boolean; | ||
supertype?: number; | ||
} | ||
@@ -920,4 +934,7 @@ export interface ISectionInformation { | ||
private readFuncType; | ||
private readFuncSubtype; | ||
private readStructType; | ||
private readStructSubtype; | ||
private readArrayType; | ||
private readArraySubtype; | ||
private readResizableLimits; | ||
@@ -924,0 +941,0 @@ private readTableType; |
@@ -409,6 +409,6 @@ export declare const enum SectionCode { | ||
i8x16_narrow_i16x8_u = 64870, | ||
f32x4_ceil = 103, | ||
f32x4_floor = 104, | ||
f32x4_trunc = 105, | ||
f32x4_nearest = 106, | ||
f32x4_ceil = 64871, | ||
f32x4_floor = 64872, | ||
f32x4_trunc = 64873, | ||
f32x4_nearest = 64874, | ||
i8x16_shl = 64875, | ||
@@ -549,2 +549,4 @@ i8x16_shr_s = 64876, | ||
struct_set = 64262, | ||
struct_new = 64263, | ||
struct_new_default = 64264, | ||
array_new_with_rtt = 64273, | ||
@@ -558,2 +560,6 @@ array_new_default_with_rtt = 64274, | ||
array_copy = 64280, | ||
array_init = 64281, | ||
array_init_static = 64282, | ||
array_new = 64283, | ||
array_new_default = 64284, | ||
i31_new = 64288, | ||
@@ -566,5 +572,9 @@ i31_get_s = 64289, | ||
ref_test = 64320, | ||
ref_test_static = 64324, | ||
ref_cast = 64321, | ||
ref_cast_static = 64325, | ||
br_on_cast = 64322, | ||
br_on_cast_static = 64326, | ||
br_on_cast_fail = 64323, | ||
br_on_cast_static_fail = 64327, | ||
ref_is_func = 64336, | ||
@@ -613,2 +623,5 @@ ref_is_data = 64337, | ||
array = -34, | ||
func_subtype = -35, | ||
struct_subtype = -36, | ||
array_subtype = -37, | ||
empty_block_type = -64 | ||
@@ -830,2 +843,3 @@ } | ||
mutability?: boolean; | ||
supertype?: number; | ||
} | ||
@@ -920,4 +934,7 @@ export interface ISectionInformation { | ||
private readFuncType; | ||
private readFuncSubtype; | ||
private readStructType; | ||
private readStructSubtype; | ||
private readArrayType; | ||
private readArraySubtype; | ||
private readResizableLimits; | ||
@@ -924,0 +941,0 @@ private readTableType; |
{ | ||
"name": "wasmparser", | ||
"version": "5.2.0", | ||
"version": "5.3.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 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
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
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
1042362
27
19829