We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc6891 commit c0ce086Copy full SHA for c0ce086
README.md
@@ -183,6 +183,7 @@ register_toolchains(
183
"@zig_sdk//toolchain:darwin_arm64",
184
"@zig_sdk//toolchain:windows_amd64",
185
"@zig_sdk//toolchain:windows_arm64",
186
+ "@zig_sdk//toolchain:wasip1_wasm",
187
)
188
```
189
@@ -291,7 +292,9 @@ Go, the following Go-style toolchain aliases are created:
291
292
|---------------- | -------- |
293
|`x86_64` | `amd64` |
294
|`aarch64` | `arm64` |
295
+|`wasm32` | `wasm` |
296
|`macos` | `darwin` |
297
+|`wasi` | `wasip1` |
298
299
For example, the toolchain `linux_amd64_gnu.2.28` is aliased to
300
`x86_64-linux-gnu.2.28`. To find out which toolchains can be registered or
0 commit comments