From 877d3519152fbaf8a95a40c96ef1ab3899932a9d Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 12 Dec 2023 15:34:00 +0900 Subject: [PATCH] Update README.md with newer used emsdk --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 849f370..5d9c6df 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ to [jumpartifact.com/demo0](https://jumpartifact.com/demo0/). 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 3.1.44 - ./emsdk activate 3.1.44 + git checkout 3.1.50 + ./emsdk install 3.1.50 + ./emsdk activate 3.1.50 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`.