From f537bdcc9f1cdefa2210ca21231f895c97720cb4 Mon Sep 17 00:00:00 2001 From: Le Yao Date: Mon, 28 Jun 2021 09:39:57 +0800 Subject: [PATCH] Update modsecurity2wasm.md Signed-off-by: Le Yao --- modsecurity2wasm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modsecurity2wasm.md b/modsecurity2wasm.md index 0db58360..cc8620ce 100644 --- a/modsecurity2wasm.md +++ b/modsecurity2wasm.md @@ -18,11 +18,11 @@ cd emsdk # Fetch the latest version of the emsdk (not needed the first time you clone) git pull -# Download and install the latest SDK tools. -./emsdk install latest +# Download and install the SDK tools (version used by envoy). +./emsdk install 2.0.7 # Make the "latest" SDK "active" for the current user. (writes .emscripten file) -./emsdk activate latest +./emsdk activate 2.0.7 # Activate PATH and other environment variables in the current terminal source ./emsdk_env.sh