Commit Graph

16 Commits (deepcrayonfish)

Author SHA1 Message Date
Benedikt Werner 1e968ffe76
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)))
    )
2021-09-15 05:18:33 +02:00
Niklas Fiekas 051ffd6f2d update ceval diagnostics 2021-09-04 16:59:52 +02:00
Niklas Fiekas 0cbfe53ec3 add enable-nnue to diagnostics 2021-05-07 18:18:37 +02:00
Nicolas CARPi 5ae8237809 Fix some typos in the code and comments 2021-04-24 14:15:20 +02:00
Niklas Fiekas d011d5f58a detect specific simd instruction 2021-02-22 15:59:48 +01:00
Niklas Fiekas 3a36b260a0 update diagnostics 2021-02-22 15:30:18 +01:00
Niklas Fiekas 1374ea5ee4 prettier: format all files 2021-02-06 14:52:33 +01:00
Thibault Duplessis 3f1e39f619 remove support for Firefox 60 2020-10-02 22:07:54 +02:00
Niklas Fiekas b8b3ce4ea5 detect broken wasm on kiwi browser (fixes #6490) 2020-05-07 17:54:51 +02:00
Niklas Fiekas b24eb7bf7d connect to a random socket server and stick to it 2020-03-17 18:20:21 +01:00
Niklas Fiekas d463de28c7 update stockfish.wasm (v0.6.1, growable memory) 2020-01-16 00:22:19 +01:00
Niklas Fiekas c40772dee6 make localStorage pubsub more robust (fixes #5832)
Safari sometimes fires the StorageEvent in the same document as well.
Move lichess.StrongSocket.sri to lichess.sri and use the unique id to
filter events.
2019-12-29 12:03:31 +01:00
Niklas Fiekas 87178fdb9f add navigator.deviceMemory to diagnostics 2019-11-12 00:32:21 +01:00
Niklas Fiekas 6a52b4ec58 add navigator.permissions to diagnostics 2019-10-26 17:25:27 +02:00
Niklas Fiekas 62f0b03c91 add some more diagnostics 2019-07-27 18:16:17 +02:00
Niklas Fiekas e9c6dbc8f1 quick and dirty script to collect diagnostics 2019-07-27 17:54:10 +02:00