Skip to content

Commit f033734

Browse files
Update component-model/src/language-support/go.md
Co-authored-by: Victor Adossi <[email protected]>
1 parent 9add2d3 commit f033734

File tree

1 file changed

+2
-1
lines changed
  • component-model/src/language-support

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ Under the hood, TinyGo invokes `wasm-tools`
268268
to embed the WIT file to the module and componentize it.
269269

270270
```console
271-
tinygo build -target=wasip2 -o adder.wasm \
271+
tinygo build -target=wasip2 \
272+
-o adder.wasm \
272273
--wit-package docs:[email protected] \
273274
--wit-world adder main.go
274275
```

0 commit comments

Comments
 (0)