From afbca5a152d0cbbb9be76839187f86c4c64c7c8f Mon Sep 17 00:00:00 2001 From: Zhi An Ng Date: Mon, 24 May 2021 10:35:36 -0700 Subject: [PATCH] Require Emscripten 2.0.18 Change-Id: I04fe7041fcd82d08416c37a6e95c36acb70c39dc --- README.webp_js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.webp_js b/README.webp_js index af111b1d..3d453a20 100644 --- a/README.webp_js +++ b/README.webp_js @@ -50,7 +50,7 @@ Web-Assembly (WASM) version: See webp_js/index_wasm.html for a simple demo page using the WASM version of the library. - You will need a fairly recent version of Emscripten (at least 1.37.8, + You will need a fairly recent version of Emscripten (at least 2.0.18, latest-upstream is recommended) and of your WASM-enabled browser to run this version.