Skip to content

Commit 08f6720

Browse files
Update component-model/src/language-support/c.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent ac9f43b commit 08f6720

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • component-model/src/language-support

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ the [instructions here](https://github.com/bytecodealliance/wasmtime/tree/main/c
269269
Now, you can adapt preview1 to preview2 to build a component:
270270
271271
```console
272-
wasm-tools component new adder.wasm --adapt wasi_snapshot_preview1.wasm \
272+
wasm-tools component new \
273+
adder.wasm \
274+
--adapt wasi_snapshot_preview1.wasm \
273275
-o adder.component.wasm
274276
```
275277

0 commit comments

Comments
 (0)