projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22267f6
)
[WebAssembly][NFC] Fix typos.
author
Hiroshi Yamauchi
<hiroshi@home>
Mon, 17 Apr 2023 20:24:49 +0000
(13:24 -0700)
committer
Hiroshi Yamauchi
<hiroshi@home>
Mon, 17 Apr 2023 21:28:33 +0000
(14:28 -0700)
Differential Revision: https://reviews.llvm.org/
D148567
llvm/lib/Target/WebAssembly/README.txt
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/WebAssembly/README.txt
b/llvm/lib/Target/WebAssembly/README.txt
index ab1cd8f0f84a26d3309c2da20a1ee3867f056f8b..8dc2d7fcc7335edc2522c4e30f91dab69a5d9958 100644
(file)
--- a/
llvm/lib/Target/WebAssembly/README.txt
+++ b/
llvm/lib/Target/WebAssembly/README.txt
@@
-17,7
+17,7
@@
includes standard libraries, tools, and packaging for producing WebAssembly
applications that can run in browsers and other environments.
wasi-sdk provides a more minimal C/C++ SDK based on clang, llvm and a libc based
-on musl, for producing WebAssem
mbly applic
tions that use the WASI ABI.
+on musl, for producing WebAssem
bly applica
tions that use the WASI ABI.
Rust provides WebAssembly support integrated into Cargo. There are two
main options: