File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Caution: This is currently quite experimental and not generally usable yet!
5
5
## What is this?
6
6
7
7
This is a "reference sysroot", which is meant to be part of a common C ABI
8
- that can be shared across C libraries and compilers. While it's intened to
8
+ that can be shared across C libraries and compilers. While it's intended to
9
9
(eventually) be usable in its own right, we fully expect other
10
10
implementations to be used in practice by many different systems, though
11
11
we do hope that in those cases, this library defines a useful ABI that can
@@ -19,7 +19,7 @@ Obtain a WebAssembly-supporting C compiler, and then run:
19
19
make WASM_CC=/path/to/wasm/supporting/c/compiler
20
20
```
21
21
22
- This makes a directory called "sysroot", by default. See the top of the Makfile
22
+ This makes a directory called "sysroot", by default. See the top of the Makefile
23
23
for customization options.
24
24
25
25
To use the sysroot, use the ` --sysroot= ` option:
You can’t perform that action at this time.
0 commit comments