wasmparser
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -0,1 +1,8 @@ | ||
## [5.0.1](https://github.com/wasdk/wasmparser/compare/v5.0.0...v5.0.1) (2021-03-04) | ||
### Bug Fixes | ||
* **simd:** update SIMD opcodes ([648fff5](https://github.com/wasdk/wasmparser/commit/648fff52d2a186fb6bee97dc1f37b97640e26fbf)) | ||
# [5.0.0](https://github.com/wasdk/wasmparser/compare/v4.0.0...v5.0.0) (2021-02-24) | ||
@@ -2,0 +9,0 @@ |
@@ -308,4 +308,2 @@ export declare const enum SectionCode { | ||
v128_store = 64779, | ||
v128_load32_zero = 65020, | ||
v128_load64_zero = 65021, | ||
v128_const = 64780, | ||
@@ -382,5 +380,18 @@ i8x16_shuffle = 64781, | ||
v128_bitselect = 64850, | ||
v128_any_true = 64851, | ||
v128_load8_lane = 64852, | ||
v128_load16_lane = 64853, | ||
v128_load32_lane = 64854, | ||
v128_load64_lane = 64855, | ||
v128_store8_lane = 64856, | ||
v128_store16_lane = 64857, | ||
v128_store32_lane = 64858, | ||
v128_store64_lane = 64859, | ||
v128_load32_zero = 64860, | ||
v128_load64_zero = 64861, | ||
f32x4_demote_f64x2_zero = 64862, | ||
f64x2_promote_low_f32x4 = 64863, | ||
i8x16_abs = 64864, | ||
i8x16_neg = 64865, | ||
i8x16_any_true = 64866, | ||
i8x16_popcnt = 64866, | ||
i8x16_all_true = 64867, | ||
@@ -390,2 +401,6 @@ i8x16_bitmask = 64868, | ||
i8x16_narrow_i16x8_u = 64870, | ||
f32x4_ceil = 103, | ||
f32x4_floor = 104, | ||
f32x4_trunc = 105, | ||
f32x4_nearest = 106, | ||
i8x16_shl = 64875, | ||
@@ -400,2 +415,4 @@ i8x16_shr_s = 64876, | ||
i8x16_sub_sat_u = 64883, | ||
f64x2_ceil = 64884, | ||
f64x2_floor = 64885, | ||
i8x16_min_s = 64886, | ||
@@ -405,6 +422,11 @@ i8x16_min_u = 64887, | ||
i8x16_max_u = 64889, | ||
f64x2_trunc = 64890, | ||
i8x16_avgr_u = 64891, | ||
i16x8_extadd_pairwise_i8x16_s = 64892, | ||
i16x8_extadd_pairwise_i8x16_u = 64893, | ||
i32x4_extadd_pairwise_i16x8_s = 64894, | ||
i32x4_extadd_pairwise_i16x8_u = 64895, | ||
i16x8_abs = 64896, | ||
i16x8_neg = 64897, | ||
i16x8_any_true = 64898, | ||
i16x8_q15mulr_sat_s = 64898, | ||
i16x8_all_true = 64899, | ||
@@ -414,6 +436,6 @@ i16x8_bitmask = 64900, | ||
i16x8_narrow_i32x4_u = 64902, | ||
i16x8_widen_low_i8x16_s = 64903, | ||
i16x8_widen_high_i8x16_s = 64904, | ||
i16x8_widen_low_i8x16_u = 64905, | ||
i16x8_widen_high_i8x16_u = 64906, | ||
i16x8_extend_low_i8x16_s = 64903, | ||
i16x8_extend_high_i8x16_s = 64904, | ||
i16x8_extend_low_i8x16_u = 64905, | ||
i16x8_extend_high_i8x16_u = 64906, | ||
i16x8_shl = 64907, | ||
@@ -428,2 +450,3 @@ i16x8_shr_s = 64908, | ||
i16x8_sub_sat_u = 64915, | ||
f64x2_nearest = 64916, | ||
i16x8_mul = 64917, | ||
@@ -435,11 +458,14 @@ i16x8_min_s = 64918, | ||
i16x8_avgr_u = 64923, | ||
i16x8_extmul_low_i8x16_s = 64924, | ||
i16x8_extmul_high_i8x16_s = 64925, | ||
i16x8_extmul_low_i8x16_u = 64926, | ||
i16x8_extmul_high_i8x16_u = 64927, | ||
i32x4_abs = 64928, | ||
i32x4_neg = 64929, | ||
i32x4_any_true = 64930, | ||
i32x4_all_true = 64931, | ||
i32x4_bitmask = 64932, | ||
i32x4_widen_low_i16x8_s = 64935, | ||
i32x4_widen_high_i16x8_s = 64936, | ||
i32x4_widen_low_i16x8_u = 64937, | ||
i32x4_widen_high_i16x8_u = 64938, | ||
i32x4_extend_low_i16x8_s = 64935, | ||
i32x4_extend_high_i16x8_s = 64936, | ||
i32x4_extend_low_i16x8_u = 64937, | ||
i32x4_extend_high_i16x8_u = 64938, | ||
i32x4_shl = 64939, | ||
@@ -456,3 +482,14 @@ i32x4_shr_s = 64940, | ||
i32x4_dot_i16x8_s = 64954, | ||
i32x4_extmul_low_i16x8_s = 64956, | ||
i32x4_extmul_high_i16x8_s = 64957, | ||
i32x4_extmul_low_i16x8_u = 64958, | ||
i32x4_extmul_high_i16x8_u = 64959, | ||
i64x2_abs = 64960, | ||
i64x2_neg = 64961, | ||
i64x2_all_true = 64963, | ||
i64x2_bitmask = 64964, | ||
i64x2_extend_low_i32x4_s = 64967, | ||
i64x2_extend_high_i32x4_s = 64968, | ||
i64x2_extend_low_i32x4_u = 64969, | ||
i64x2_extend_high_i32x4_u = 64970, | ||
i64x2_shl = 64971, | ||
@@ -464,2 +501,12 @@ i64x2_shr_s = 64972, | ||
i64x2_mul = 64981, | ||
i64x2_eq = 64982, | ||
i64x2_ne = 64983, | ||
i64x2_lt_s = 64984, | ||
i64x2_gt_s = 64985, | ||
i64x2_le_s = 64986, | ||
i64x2_ge_s = 64987, | ||
i64x2_extmul_low_i32x4_s = 64988, | ||
i64x2_extmul_high_i32x4_s = 64989, | ||
i64x2_extmul_low_i32x4_u = 64990, | ||
i64x2_extmul_high_i32x4_u = 64991, | ||
f32x4_abs = 64992, | ||
@@ -491,2 +538,6 @@ f32x4_neg = 64993, | ||
f32x4_convert_i32x4_u = 65019, | ||
i32x4_trunc_sat_f64x2_s_zero = 65020, | ||
i32x4_trunc_sat_f64x2_u_zero = 65021, | ||
f64x2_convert_low_i32x4_s = 65022, | ||
f64x2_convert_low_i32x4_u = 65023, | ||
struct_new_with_rtt = 64257, | ||
@@ -493,0 +544,0 @@ struct_new_default_with_rtt = 64258, |
@@ -308,4 +308,2 @@ export declare const enum SectionCode { | ||
v128_store = 64779, | ||
v128_load32_zero = 65020, | ||
v128_load64_zero = 65021, | ||
v128_const = 64780, | ||
@@ -382,5 +380,18 @@ i8x16_shuffle = 64781, | ||
v128_bitselect = 64850, | ||
v128_any_true = 64851, | ||
v128_load8_lane = 64852, | ||
v128_load16_lane = 64853, | ||
v128_load32_lane = 64854, | ||
v128_load64_lane = 64855, | ||
v128_store8_lane = 64856, | ||
v128_store16_lane = 64857, | ||
v128_store32_lane = 64858, | ||
v128_store64_lane = 64859, | ||
v128_load32_zero = 64860, | ||
v128_load64_zero = 64861, | ||
f32x4_demote_f64x2_zero = 64862, | ||
f64x2_promote_low_f32x4 = 64863, | ||
i8x16_abs = 64864, | ||
i8x16_neg = 64865, | ||
i8x16_any_true = 64866, | ||
i8x16_popcnt = 64866, | ||
i8x16_all_true = 64867, | ||
@@ -390,2 +401,6 @@ i8x16_bitmask = 64868, | ||
i8x16_narrow_i16x8_u = 64870, | ||
f32x4_ceil = 103, | ||
f32x4_floor = 104, | ||
f32x4_trunc = 105, | ||
f32x4_nearest = 106, | ||
i8x16_shl = 64875, | ||
@@ -400,2 +415,4 @@ i8x16_shr_s = 64876, | ||
i8x16_sub_sat_u = 64883, | ||
f64x2_ceil = 64884, | ||
f64x2_floor = 64885, | ||
i8x16_min_s = 64886, | ||
@@ -405,6 +422,11 @@ i8x16_min_u = 64887, | ||
i8x16_max_u = 64889, | ||
f64x2_trunc = 64890, | ||
i8x16_avgr_u = 64891, | ||
i16x8_extadd_pairwise_i8x16_s = 64892, | ||
i16x8_extadd_pairwise_i8x16_u = 64893, | ||
i32x4_extadd_pairwise_i16x8_s = 64894, | ||
i32x4_extadd_pairwise_i16x8_u = 64895, | ||
i16x8_abs = 64896, | ||
i16x8_neg = 64897, | ||
i16x8_any_true = 64898, | ||
i16x8_q15mulr_sat_s = 64898, | ||
i16x8_all_true = 64899, | ||
@@ -414,6 +436,6 @@ i16x8_bitmask = 64900, | ||
i16x8_narrow_i32x4_u = 64902, | ||
i16x8_widen_low_i8x16_s = 64903, | ||
i16x8_widen_high_i8x16_s = 64904, | ||
i16x8_widen_low_i8x16_u = 64905, | ||
i16x8_widen_high_i8x16_u = 64906, | ||
i16x8_extend_low_i8x16_s = 64903, | ||
i16x8_extend_high_i8x16_s = 64904, | ||
i16x8_extend_low_i8x16_u = 64905, | ||
i16x8_extend_high_i8x16_u = 64906, | ||
i16x8_shl = 64907, | ||
@@ -428,2 +450,3 @@ i16x8_shr_s = 64908, | ||
i16x8_sub_sat_u = 64915, | ||
f64x2_nearest = 64916, | ||
i16x8_mul = 64917, | ||
@@ -435,11 +458,14 @@ i16x8_min_s = 64918, | ||
i16x8_avgr_u = 64923, | ||
i16x8_extmul_low_i8x16_s = 64924, | ||
i16x8_extmul_high_i8x16_s = 64925, | ||
i16x8_extmul_low_i8x16_u = 64926, | ||
i16x8_extmul_high_i8x16_u = 64927, | ||
i32x4_abs = 64928, | ||
i32x4_neg = 64929, | ||
i32x4_any_true = 64930, | ||
i32x4_all_true = 64931, | ||
i32x4_bitmask = 64932, | ||
i32x4_widen_low_i16x8_s = 64935, | ||
i32x4_widen_high_i16x8_s = 64936, | ||
i32x4_widen_low_i16x8_u = 64937, | ||
i32x4_widen_high_i16x8_u = 64938, | ||
i32x4_extend_low_i16x8_s = 64935, | ||
i32x4_extend_high_i16x8_s = 64936, | ||
i32x4_extend_low_i16x8_u = 64937, | ||
i32x4_extend_high_i16x8_u = 64938, | ||
i32x4_shl = 64939, | ||
@@ -456,3 +482,14 @@ i32x4_shr_s = 64940, | ||
i32x4_dot_i16x8_s = 64954, | ||
i32x4_extmul_low_i16x8_s = 64956, | ||
i32x4_extmul_high_i16x8_s = 64957, | ||
i32x4_extmul_low_i16x8_u = 64958, | ||
i32x4_extmul_high_i16x8_u = 64959, | ||
i64x2_abs = 64960, | ||
i64x2_neg = 64961, | ||
i64x2_all_true = 64963, | ||
i64x2_bitmask = 64964, | ||
i64x2_extend_low_i32x4_s = 64967, | ||
i64x2_extend_high_i32x4_s = 64968, | ||
i64x2_extend_low_i32x4_u = 64969, | ||
i64x2_extend_high_i32x4_u = 64970, | ||
i64x2_shl = 64971, | ||
@@ -464,2 +501,12 @@ i64x2_shr_s = 64972, | ||
i64x2_mul = 64981, | ||
i64x2_eq = 64982, | ||
i64x2_ne = 64983, | ||
i64x2_lt_s = 64984, | ||
i64x2_gt_s = 64985, | ||
i64x2_le_s = 64986, | ||
i64x2_ge_s = 64987, | ||
i64x2_extmul_low_i32x4_s = 64988, | ||
i64x2_extmul_high_i32x4_s = 64989, | ||
i64x2_extmul_low_i32x4_u = 64990, | ||
i64x2_extmul_high_i32x4_u = 64991, | ||
f32x4_abs = 64992, | ||
@@ -491,2 +538,6 @@ f32x4_neg = 64993, | ||
f32x4_convert_i32x4_u = 65019, | ||
i32x4_trunc_sat_f64x2_s_zero = 65020, | ||
i32x4_trunc_sat_f64x2_u_zero = 65021, | ||
f64x2_convert_low_i32x4_s = 65022, | ||
f64x2_convert_low_i32x4_u = 65023, | ||
struct_new_with_rtt = 64257, | ||
@@ -493,0 +544,0 @@ struct_new_default_with_rtt = 64258, |
{ | ||
"name": "wasmparser", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"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 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
Sorry, the diff of this file is not supported yet
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
970020
18687