File tree Expand file tree Collapse file tree
component-model/src/language-support Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ Follow the [TinyGo installation instructions](https://tinygo.org/getting-started
1313
1414Additionally, install the ` wasm-tools ` CLI tool from the [ wasm-tools repository] ( https://github.com/bytecodealliance/wasm-tools/releases ) .
1515
16+ > [ !WARNING]
17+ > ` wit-bindgen-go ` comes with its own ` wasm-tools ` vendored version, but tinygo still requires you to install it.
18+ > Even if unlikely, this could lead to version mismatch when using older versions of ` wasm-tools ` .
19+ > Please make sure to keep your local ` wasm-tools ` udpated, should you encounter any issues.
20+ >
21+ > If using the Rust toolchain to install ` wasm-tools ` , it can be installed like so:
22+ > ` cargo install --locked wasm-tools@1.235.0 --force `
23+ > or via cargo binstall:
24+ > ` cargo binstall wasm-tools@1.235.0 `
25+
1626To verify the installation, run the following commands:
1727
1828```
You can’t perform that action at this time.
0 commit comments