Skip to content

Commit a3675c0

Browse files
committed
stockfish.wasm: Bump 0.10.0
1 parent fbf0294 commit a3675c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function wasmThreadsSupported() {
109109

110110
## Building
111111

112-
Assuming [em++](https://github.com/kripken/emscripten) (`^2.0.10`) is available:
112+
Assuming [em++](https://github.com/kripken/emscripten) (`^2.0.13`) is available:
113113

114114
```
115115
npm run-script prepare

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stockfish.wasm",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "WebAssembly port of the strong chess engine Stockfish",
55
"keywords": ["chess", "stockfish", "emscripten", "lichess", "webassembly"],
66
"author": "Niklas Fiekas <niklas.fiekas@backscattering.de>",

0 commit comments

Comments
 (0)