update stockfish.wasm (emcc 1.38.36, follow official sf)

pull/5205/head
Niklas Fiekas 2019-06-19 00:07:05 +02:00
parent a311bcddf6
commit b45e5d274d
3 changed files with 6 additions and 6 deletions

View File

@ -211,7 +211,7 @@ export function view(ctrl: AnalyseCtrl): VNode {
let max = navigator.hardwareConcurrency;
if (!max) return;
if (max > 2) max--; // don't overload your computer, you dummy
if (max > 8 && ceval.wasmxSupported) max = 8; // hard limit for now
if (max > 4 && ceval.wasmxSupported) max = 4; // hard limit for now
return h('div.setting', [
h('label', { attrs: { 'for': id } }, noarg('cpus')),
h('input#' + id, {

View File

@ -27,7 +27,7 @@
"stockfish-mv.wasm": "^0.2.0",
"stockfish.js": "^10.0.1",
"stockfish.pexe": "^10.1.0",
"stockfish.wasm": "^0.5.4",
"stockfish.wasm": "^0.5.5",
"tablesort": "^5.0.0"
}
}

View File

@ -5909,10 +5909,10 @@ stockfish.pexe@^10.1.0:
resolved "https://registry.yarnpkg.com/stockfish.pexe/-/stockfish.pexe-10.1.0.tgz#5c585f2b974fdc13bf9928bf2878ba09ce7d9691"
integrity sha512-dn0X7NrpFxg8Uz+bMy0gsi5hGejHb8cBsSjFKblqO1FXbpMxdRWt1IdXKDrJ0h6r4mBHkZkn6HGv5rnrxLbJ5A==
stockfish.wasm@^0.5.4:
version "0.5.4"
resolved "https://registry.yarnpkg.com/stockfish.wasm/-/stockfish.wasm-0.5.4.tgz#e4c2ccb54a93021629b504511fc93821ac0d3bbc"
integrity sha512-Ei8sEzCLaqN907zIvXeSUxFG+4gJJH0XdxMolcsdBVDVhlNTEFvkWH+8fVM8kbt3mvoGp8lBqEVWk7TPdEqeUw==
stockfish.wasm@^0.5.5:
version "0.5.5"
resolved "https://registry.yarnpkg.com/stockfish.wasm/-/stockfish.wasm-0.5.5.tgz#53980e8ef5d3315b9aded9808801e3c28cb21791"
integrity sha512-vcaQfjg+vcyFGZhlkfKHg/vif0xFYdKGiiR3ars4aYxb7bkBF/F7wiI753XAu+hrLCHGlm78sDYNa/reekJd8Q==
stream-browserify@^2.0.0:
version "2.0.2"