summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2022-08-16 11:15:23 -0700
committerGitHub <noreply@github.com>2022-08-16 11:15:23 -0700
commitb8e97f9b933fb7f264cb698c56558b9a19b8d869 (patch)
tree933bd0bcd276909c0d2c0e4270e52fdbc5a8e583 /README.md
parent77731926458d03181660adf0d7f18bdc28381984 (diff)
downloadwabt-b8e97f9b933fb7f264cb698c56558b9a19b8d869.tar.gz
wabt-b8e97f9b933fb7f264cb698c56558b9a19b8d869.tar.bz2
wabt-b8e97f9b933fb7f264cb698c56558b9a19b8d869.zip
README.md: change emcc -> emscripten (#1542)
The name of the target is `emscripten-release`, for example.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5daca95d..111c1249 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,7 @@ There are many make targets available for other configurations as well. They
are generated from every combination of a compiler, build type and
configuration.
- - compilers: `gcc`, `clang`, `gcc-i686`, `emcc`
+ - compilers: `gcc`, `clang`, `gcc-i686`, `emscripten`
- build types: `debug`, `release`
- configurations: empty, `asan`, `msan`, `lsan`, `ubsan`, `fuzz`, `no-tests`