stockfish.wasm
Advanced tools
Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "stockfish.wasm", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "WebAssembly port of the strong chess engine Stockfish", | ||
@@ -5,0 +5,0 @@ "keywords": ["chess", "stockfish", "emscripten", "lichess", "webassembly"], |
@@ -24,3 +24,2 @@ // Copyright 2015 The Emscripten Authors. All rights reserved. | ||
var DYNAMICTOP_PTR = 0; | ||
var TOTAL_MEMORY = 0; | ||
var DYNAMIC_BASE = 0; | ||
@@ -89,3 +88,2 @@ | ||
// Initialize the global "process"-wide fields: | ||
Module['TOTAL_MEMORY'] = TOTAL_MEMORY = e.data.TOTAL_MEMORY; | ||
Module['DYNAMIC_BASE'] = DYNAMIC_BASE = e.data.DYNAMIC_BASE; | ||
@@ -92,0 +90,0 @@ Module['DYNAMICTOP_PTR'] = DYNAMICTOP_PTR = e.data.DYNAMICTOP_PTR; |
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 not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
569943
721
6