You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: component-model/src/language-support/go.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ We now have an add component that satisfies our `example` world, exporting the `
103
103
we can confirm using another `wasm-tools` command:
104
104
105
105
```sh
106
-
$ wasm-tools component wit add.component.wit
106
+
$ wasm-tools component wit add.component.wasm
107
107
package root:component
108
108
109
109
world root {
@@ -168,7 +168,7 @@ Our new steps use a low-level tool, [`wit-bindgen`](https://github.com/bytecodea
168
168
First, install [a release of `wit-bindgen`](https://github.com/bytecodealliance/wit-bindgen/releases), updating the environment variables for your desired version, architecture and OS:
0 commit comments