From 7afeb98288f7cbb59113404f4f00733111126070 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 10 Aug 2023 16:29:30 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a0c276..849f370 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Clone `https://github.com/emscripten-core/emsdk.git` to `${HOME}/git/emsdk`, and run the following commands in the cloned directory: git checkout 3.1.44 - ./emsdk install latest - ./emsdk activate latest + ./emsdk install 3.1.44 + ./emsdk activate 3.1.44 Now you can use emsdk by sourcing the `emsdk_env.sh` file and using emcc/em++. The Makefile in `wasm_build/` should now "just work" with `make`.