We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571f250 commit 036249fCopy full SHA for 036249f
1 file changed
component-model/src/language-support/go.md
@@ -13,12 +13,6 @@ Follow the [TinyGo installation instructions](https://tinygo.org/getting-started
13
14
Additionally, install the `wasm-tools` CLI tool from the [wasm-tools repository](https://github.com/bytecodealliance/wasm-tools/releases).
15
16
-> [!WARNING]
17
-> Due to some upstream issues, only `wasm-tools` versions 1.225.0 or earlier can be used with `wit-bindgen-go`
18
->
19
-> If using the Rust toolchain to install `wasm-tools`, it can be installed like so:
20
-> `cargo install --locked wasm-tools@1.225.0 --force`
21
-
22
To verify the installation, run the following commands:
23
24
```
0 commit comments