Skip to content

Commit f537bdc

Browse files
author
Le Yao
authored
Update modsecurity2wasm.md
Signed-off-by: Le Yao <le.yao@intel.com>
1 parent aeb8305 commit f537bdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modsecurity2wasm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ cd emsdk
1818
# Fetch the latest version of the emsdk (not needed the first time you clone)
1919
git pull
2020

21-
# Download and install the latest SDK tools.
22-
./emsdk install latest
21+
# Download and install the SDK tools (version used by envoy).
22+
./emsdk install 2.0.7
2323

2424
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
25-
./emsdk activate latest
25+
./emsdk activate 2.0.7
2626

2727
# Activate PATH and other environment variables in the current terminal
2828
source ./emsdk_env.sh

0 commit comments

Comments
 (0)