We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb8305 commit f537bdcCopy full SHA for f537bdc
modsecurity2wasm.md
@@ -18,11 +18,11 @@ cd emsdk
18
# Fetch the latest version of the emsdk (not needed the first time you clone)
19
git pull
20
21
-# Download and install the latest SDK tools.
22
-./emsdk install latest
+# Download and install the SDK tools (version used by envoy).
+./emsdk install 2.0.7
23
24
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
25
-./emsdk activate latest
+./emsdk activate 2.0.7
26
27
# Activate PATH and other environment variables in the current terminal
28
source ./emsdk_env.sh
0 commit comments