From 19b1a71c480b0a829db6946b62183f45fc344b6e Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 6 Oct 2022 14:10:03 -0700 Subject: [PATCH] webp_js/README.md,cosmetics: reflow some lines after: cb90f76b Update wasm instructions. Change-Id: I8d937d08dba98c23c4a298ba1165e4b1f553fea9 --- webp_js/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webp_js/README.md b/webp_js/README.md index 28f557dc..af99ed3f 100644 --- a/webp_js/README.md +++ b/webp_js/README.md @@ -49,11 +49,11 @@ and then navigate to http://localhost:8080 in your favorite browser. CMakeLists.txt is configured to build the WASM version when using the option WEBP_BUILD_WEBP_JS=ON. The compilation step will assemble the files -'webp_wasm.js' and 'webp_wasm.wasm' that you then need to copy to the -webp_js/ directory. +'webp_wasm.js' and 'webp_wasm.wasm' that you then need to copy to the webp_js/ +directory. -See webp_js/index_wasm.html for a simple demo page using the WASM version of -the library. +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 2.0.18, latest-upstream is recommended) and of your WASM-enabled browser to run this