Check for i32x4.trunc_sat_f64x2_u_zero in diagnostics.html

wasm source:

    (module
      (func (export "a") (param v128) (result v128) (i32x4.trunc_sat_f64x2_u_zero (local.get 0)))
    )
pull/9807/head
Benedikt Werner 2021-09-15 05:18:33 +02:00
parent d083c5fd85
commit 1e968ffe76
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ function wasmInfo() {
if (!info.mvp) return info;
info.simd = {
'i32x4.dot_i16x8_s': WebAssembly.validate(Uint8Array.of(0, 97, 115, 109, 1, 0, 0, 0, 1, 5, 1, 96, 0, 1, 123, 3, 2, 1, 0, 7, 8, 1, 4, 116, 101, 115, 116, 0, 0, 10, 15, 1, 13, 0, 65, 0, 253, 17, 65, 0, 253, 17, 253, 186, 1, 11))
'i32x4.dot_i16x8_s': WebAssembly.validate(Uint8Array.of(0, 97, 115, 109, 1, 0, 0, 0, 1, 5, 1, 96, 0, 1, 123, 3, 2, 1, 0, 7, 8, 1, 4, 116, 101, 115, 116, 0, 0, 10, 15, 1, 13, 0, 65, 0, 253, 17, 65, 0, 253, 17, 253, 186, 1, 11)),
'i32x4.trunc_sat_f64x2_u_zero': WebAssembly.validate(Uint8Array.of(0, 97, 115, 109, 1, 0, 0, 0, 1, 6, 1, 96, 1, 123, 1, 123, 3, 2, 1, 0, 7, 5, 1, 1, 97, 0, 0, 10, 9, 1, 7, 0, 32, 0, 253, 253, 1, 11)),
};
if (info.SharedArrayBuffer !== 'function') return info;