wasmparser
Advanced tools
Comparing version 5.7.0 to 5.8.0
@@ -0,1 +1,8 @@ | ||
# [5.8.0](https://github.com/wasdk/wasmparser/compare/v5.7.0...v5.8.0) (2023-09-28) | ||
### Features | ||
* change Wasm GC encoding ([#137](https://github.com/wasdk/wasmparser/issues/137)) ([c316e7d](https://github.com/wasdk/wasmparser/commit/c316e7dfb555dee561f16b928a64fafa370aa7b2)) | ||
# [5.7.0](https://github.com/wasdk/wasmparser/compare/v5.6.0...v5.7.0) (2023-06-16) | ||
@@ -2,0 +9,0 @@ |
@@ -236,5 +236,5 @@ export declare const enum SectionCode { | ||
ref_func = 210, | ||
ref_as_non_null = 211, | ||
br_on_null = 212, | ||
ref_eq = 213, | ||
ref_eq = 211, | ||
ref_as_non_null = 212, | ||
br_on_null = 213, | ||
br_on_non_null = 214, | ||
@@ -564,67 +564,33 @@ memory_atomic_notify = 65024, | ||
i32x4_dot_i8x16_i7x16_add_s = 1036563, | ||
struct_new_with_rtt = 64257, | ||
struct_new_default_with_rtt = 64258, | ||
struct_get = 64259, | ||
struct_get_s = 64260, | ||
struct_get_u = 64261, | ||
struct_set = 64262, | ||
struct_new = 64263, | ||
struct_new_default = 64264, | ||
array_fill = 64271, | ||
array_new_with_rtt = 64273, | ||
array_new_default_with_rtt = 64274, | ||
array_get = 64275, | ||
array_get_s = 64276, | ||
array_get_u = 64277, | ||
array_set = 64278, | ||
array_len_ = 64279, | ||
array_len = 64281, | ||
array_copy = 64280, | ||
array_new_fixed = 64282, | ||
array_new = 64283, | ||
array_new_default = 64284, | ||
array_new_data = 64285, | ||
array_init_from_data = 64286, | ||
array_new_elem = 64287, | ||
i31_new = 64288, | ||
i31_get_s = 64289, | ||
i31_get_u = 64290, | ||
rtt_canon = 64304, | ||
rtt_sub = 64305, | ||
rtt_fresh_sub = 64306, | ||
ref_test = 64320, | ||
ref_cast = 64321, | ||
br_on_cast_ = 64322, | ||
br_on_cast_fail_ = 64323, | ||
ref_test_ = 64324, | ||
ref_cast_ = 64325, | ||
br_on_cast__ = 64326, | ||
br_on_cast_fail__ = 64327, | ||
ref_test_null = 64328, | ||
ref_cast_null = 64329, | ||
br_on_cast_null_ = 64330, | ||
br_on_cast_fail_null_ = 64331, | ||
ref_cast_nop = 64332, | ||
br_on_cast = 64334, | ||
br_on_cast_fail = 64335, | ||
ref_is_func_ = 64336, | ||
ref_is_data_ = 64337, | ||
ref_is_i31_ = 64338, | ||
ref_is_array_ = 64339, | ||
array_init_data = 64340, | ||
array_init_elem = 64341, | ||
ref_as_func_ = 64344, | ||
ref_as_data_ = 64345, | ||
ref_as_i31_ = 64346, | ||
ref_as_array_ = 64347, | ||
br_on_func_ = 64352, | ||
br_on_data_ = 64353, | ||
br_on_i31_ = 64354, | ||
br_on_non_func_ = 64355, | ||
br_on_non_data_ = 64356, | ||
br_on_non_i31_ = 64357, | ||
br_on_array_ = 64358, | ||
br_on_non_array_ = 64359, | ||
extern_internalize = 64368, | ||
extern_externalize = 64369 | ||
struct_new = 64256, | ||
struct_new_default = 64257, | ||
struct_get = 64258, | ||
struct_get_s = 64259, | ||
struct_get_u = 64260, | ||
struct_set = 64261, | ||
array_new = 64262, | ||
array_new_default = 64263, | ||
array_new_fixed = 64264, | ||
array_new_data = 64265, | ||
array_new_elem = 64266, | ||
array_get = 64267, | ||
array_get_s = 64268, | ||
array_get_u = 64269, | ||
array_set = 64270, | ||
array_len = 64271, | ||
array_fill = 64272, | ||
array_copy = 64273, | ||
array_init_data = 64274, | ||
array_init_elem = 64275, | ||
ref_test = 64276, | ||
ref_test_null = 64277, | ||
ref_cast = 64278, | ||
ref_cast_null = 64279, | ||
br_on_cast = 64280, | ||
br_on_cast_fail = 64281, | ||
extern_internalize = 64282, | ||
extern_externalize = 64283, | ||
ref_i31 = 64284, | ||
i31_get_s = 64285, | ||
i31_get_u = 64286 | ||
} | ||
@@ -646,4 +612,7 @@ export declare const OperatorCodeNames: string[]; | ||
v128 = -5, | ||
i8 = -6, | ||
i16 = -7, | ||
i8 = -8, | ||
i16 = -9, | ||
nullfuncref = -13, | ||
nullref = -15, | ||
nullexternref = -14, | ||
funcref = -16, | ||
@@ -653,10 +622,7 @@ externref = -17, | ||
eqref = -19, | ||
ref_null = -20, | ||
ref = -21, | ||
i31ref = -22, | ||
nullexternref = -23, | ||
nullfuncref = -24, | ||
structref = -25, | ||
arrayref = -26, | ||
nullref = -27, | ||
i31ref = -20, | ||
structref = -21, | ||
arrayref = -22, | ||
ref = -28, | ||
ref_null = -29, | ||
func = -32, | ||
@@ -666,4 +632,4 @@ struct = -33, | ||
subtype = -48, | ||
rec_group = -49, | ||
subtype_final = -50, | ||
subtype_final = -49, | ||
rec_group = -50, | ||
empty_block_type = -64 | ||
@@ -670,0 +636,0 @@ } |
@@ -236,5 +236,5 @@ export declare const enum SectionCode { | ||
ref_func = 210, | ||
ref_as_non_null = 211, | ||
br_on_null = 212, | ||
ref_eq = 213, | ||
ref_eq = 211, | ||
ref_as_non_null = 212, | ||
br_on_null = 213, | ||
br_on_non_null = 214, | ||
@@ -564,67 +564,33 @@ memory_atomic_notify = 65024, | ||
i32x4_dot_i8x16_i7x16_add_s = 1036563, | ||
struct_new_with_rtt = 64257, | ||
struct_new_default_with_rtt = 64258, | ||
struct_get = 64259, | ||
struct_get_s = 64260, | ||
struct_get_u = 64261, | ||
struct_set = 64262, | ||
struct_new = 64263, | ||
struct_new_default = 64264, | ||
array_fill = 64271, | ||
array_new_with_rtt = 64273, | ||
array_new_default_with_rtt = 64274, | ||
array_get = 64275, | ||
array_get_s = 64276, | ||
array_get_u = 64277, | ||
array_set = 64278, | ||
array_len_ = 64279, | ||
array_len = 64281, | ||
array_copy = 64280, | ||
array_new_fixed = 64282, | ||
array_new = 64283, | ||
array_new_default = 64284, | ||
array_new_data = 64285, | ||
array_init_from_data = 64286, | ||
array_new_elem = 64287, | ||
i31_new = 64288, | ||
i31_get_s = 64289, | ||
i31_get_u = 64290, | ||
rtt_canon = 64304, | ||
rtt_sub = 64305, | ||
rtt_fresh_sub = 64306, | ||
ref_test = 64320, | ||
ref_cast = 64321, | ||
br_on_cast_ = 64322, | ||
br_on_cast_fail_ = 64323, | ||
ref_test_ = 64324, | ||
ref_cast_ = 64325, | ||
br_on_cast__ = 64326, | ||
br_on_cast_fail__ = 64327, | ||
ref_test_null = 64328, | ||
ref_cast_null = 64329, | ||
br_on_cast_null_ = 64330, | ||
br_on_cast_fail_null_ = 64331, | ||
ref_cast_nop = 64332, | ||
br_on_cast = 64334, | ||
br_on_cast_fail = 64335, | ||
ref_is_func_ = 64336, | ||
ref_is_data_ = 64337, | ||
ref_is_i31_ = 64338, | ||
ref_is_array_ = 64339, | ||
array_init_data = 64340, | ||
array_init_elem = 64341, | ||
ref_as_func_ = 64344, | ||
ref_as_data_ = 64345, | ||
ref_as_i31_ = 64346, | ||
ref_as_array_ = 64347, | ||
br_on_func_ = 64352, | ||
br_on_data_ = 64353, | ||
br_on_i31_ = 64354, | ||
br_on_non_func_ = 64355, | ||
br_on_non_data_ = 64356, | ||
br_on_non_i31_ = 64357, | ||
br_on_array_ = 64358, | ||
br_on_non_array_ = 64359, | ||
extern_internalize = 64368, | ||
extern_externalize = 64369 | ||
struct_new = 64256, | ||
struct_new_default = 64257, | ||
struct_get = 64258, | ||
struct_get_s = 64259, | ||
struct_get_u = 64260, | ||
struct_set = 64261, | ||
array_new = 64262, | ||
array_new_default = 64263, | ||
array_new_fixed = 64264, | ||
array_new_data = 64265, | ||
array_new_elem = 64266, | ||
array_get = 64267, | ||
array_get_s = 64268, | ||
array_get_u = 64269, | ||
array_set = 64270, | ||
array_len = 64271, | ||
array_fill = 64272, | ||
array_copy = 64273, | ||
array_init_data = 64274, | ||
array_init_elem = 64275, | ||
ref_test = 64276, | ||
ref_test_null = 64277, | ||
ref_cast = 64278, | ||
ref_cast_null = 64279, | ||
br_on_cast = 64280, | ||
br_on_cast_fail = 64281, | ||
extern_internalize = 64282, | ||
extern_externalize = 64283, | ||
ref_i31 = 64284, | ||
i31_get_s = 64285, | ||
i31_get_u = 64286 | ||
} | ||
@@ -646,4 +612,7 @@ export declare const OperatorCodeNames: string[]; | ||
v128 = -5, | ||
i8 = -6, | ||
i16 = -7, | ||
i8 = -8, | ||
i16 = -9, | ||
nullfuncref = -13, | ||
nullref = -15, | ||
nullexternref = -14, | ||
funcref = -16, | ||
@@ -653,10 +622,7 @@ externref = -17, | ||
eqref = -19, | ||
ref_null = -20, | ||
ref = -21, | ||
i31ref = -22, | ||
nullexternref = -23, | ||
nullfuncref = -24, | ||
structref = -25, | ||
arrayref = -26, | ||
nullref = -27, | ||
i31ref = -20, | ||
structref = -21, | ||
arrayref = -22, | ||
ref = -28, | ||
ref_null = -29, | ||
func = -32, | ||
@@ -666,4 +632,4 @@ struct = -33, | ||
subtype = -48, | ||
rec_group = -49, | ||
subtype_final = -50, | ||
subtype_final = -49, | ||
rec_group = -50, | ||
empty_block_type = -64 | ||
@@ -670,0 +636,0 @@ } |
{ | ||
"name": "wasmparser", | ||
"version": "5.7.0", | ||
"version": "5.8.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
1106225
20524