diff options
author | Ben Smith <binji@chromium.org> | 2022-08-16 11:15:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-16 11:15:23 -0700 |
commit | b8e97f9b933fb7f264cb698c56558b9a19b8d869 (patch) | |
tree | 933bd0bcd276909c0d2c0e4270e52fdbc5a8e583 /README.md | |
parent | 77731926458d03181660adf0d7f18bdc28381984 (diff) | |
download | wabt-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |