We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5e51a commit 570f52fCopy full SHA for 570f52f
README.md
@@ -370,12 +370,12 @@ https://github.com/bytecodealliance/wit-bindgen/commit/86e8ae2b8b97f11b73b273345
370
### Guest: TinyGo
371
372
The **new** TinyGo WIT bindings generator is currently in development at the
373
-[wasm-tools-go](https://github.com/bytecodealliance/wasm-tools-go) repository.
+[go.bytecodealliance.org](https://github.com/bytecodealliance/go-modules) repository.
374
375
To install the `wit-bindgen-go` CLI, run:
376
377
```sh
378
-go install github.com/bytecodealliance/wasm-tools-go/cmd/wit-bindgen-go
+go install go.bytecodealliance.org/cmd/wit-bindgen-go@latest
379
```
380
> Note: it requires `wasm-tools` to be installed.
381
0 commit comments