Skip to content

Commit 036249f

Browse files
author
Alex Casalboni
committed
remove wasm-tools warning for Golang
1 parent 571f250 commit 036249f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • component-model/src/language-support

component-model/src/language-support/go.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ Follow the [TinyGo installation instructions](https://tinygo.org/getting-started
1313

1414
Additionally, install the `wasm-tools` CLI tool from the [wasm-tools repository](https://github.com/bytecodealliance/wasm-tools/releases).
1515

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-
2216
To verify the installation, run the following commands:
2317

2418
```

0 commit comments

Comments
 (0)