Skip to content

Commit a89ddef

Browse files
committed
misc: update the README
1 parent 1d0aa6e commit a89ddef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,16 @@ Also note that the order of the triples in `extra_targets` influences how toolch
151151
[t-res]: https://docs.bazel.build/versions/main/toolchains.html#toolchain-resolution
152152
[extra-target-pitfalls-comment]: WORKSPACE#L31-L63
153153

154-
Currently only the `wasm32-unknown-wasi` extra target is fully implemented/tested.
154+
Currently only the following extra targets are implemented/tested at all:
155+
- `wasm32-unknown-wasi`
156+
- `wasm32-unknown-none`
157+
155158
Other targets *can* be specified but are unlikely to work as the glue needed to
156159
fetch their sysroots/compiler-rt (i.e. `libclang_rt.builtins-...`) is not yet
157160
implemented.
158161

162+
[`tests/extra_targets`](tests/extra_targets) contains some examples that use the extra toolchains configured in this repo's workspace.
163+
159164
### Manually
160165

161166
For other targets (or if you just want to make modifications to the toolchains that the machinery in this repo produces) you can set up a toolchain manually. The process for doing so looks something like this:

0 commit comments

Comments
 (0)