Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinh Tran committed Nov 15, 2023
1 parent a0ecb79 commit 1237a09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/toolchain-to-rebuild-std/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ TODO: Write up on how the toolchain bootrapping process works.

To build an end-user rust_library target for specific target, run

```
```shell
bazel build //hello_lib --platforms=//:aarch64-apple-darwin
```

for `aarch64-apple-darwin` or

```
```shell
bazel build //hello_lib --platforms=//:wasm32-wasi
```

Expand All @@ -23,12 +23,12 @@ that the standard library is rebuilt for the given platform.

To only rebuild std, run

```
```shell
bazel build @stdlbs//:std --platforms=//:aarch64-apple-darwin
```

or

```
```shell
bazel build @stdlbs//:std --platforms=//:wasm32-wasi
```
```

0 comments on commit 1237a09

Please sign in to comment.