You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
155
158
Other targets *can* be specified but are unlikely to work as the glue needed to
156
159
fetch their sysroots/compiler-rt (i.e. `libclang_rt.builtins-...`) is not yet
157
160
implemented.
158
161
162
+
[`tests/extra_targets`](tests/extra_targets) contains some examples that use the extra toolchains configured in this repo's workspace.
163
+
159
164
### Manually
160
165
161
166
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