Skip to content

Commit c0ce086

Browse files
committed
Update readme with wasm/wasi targets
Signed-off-by: Tyler Rockwood <[email protected]>
1 parent dbc6891 commit c0ce086

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ register_toolchains(
183183
"@zig_sdk//toolchain:darwin_arm64",
184184
"@zig_sdk//toolchain:windows_amd64",
185185
"@zig_sdk//toolchain:windows_arm64",
186+
"@zig_sdk//toolchain:wasip1_wasm",
186187
)
187188
```
188189

@@ -291,7 +292,9 @@ Go, the following Go-style toolchain aliases are created:
291292
|---------------- | -------- |
292293
|`x86_64` | `amd64` |
293294
|`aarch64` | `arm64` |
295+
|`wasm32` | `wasm` |
294296
|`macos` | `darwin` |
297+
|`wasi` | `wasip1` |
295298

296299
For example, the toolchain `linux_amd64_gnu.2.28` is aliased to
297300
`x86_64-linux-gnu.2.28`. To find out which toolchains can be registered or

0 commit comments

Comments
 (0)