Skip to content

Commit 67feeb3

Browse files
Apply suggestion from @vados-cosmonic
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 2d24a20 commit 67feeb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/language-support/using-http-in-components

component-model/src/language-support/using-http-in-components/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ cargo build --release --target wasm32-wasip2
8585
```
8686

8787

88-
The resulting `.wasm` file will be compiled in `target/wasm32-wasip2/release/wasm-http-hello-world.wasm`.
88+
The `.wasm` binary for the component can be found at `target/wasm32-wasip2/release/wasm-http-hello-world.wasm`.
8989

9090

9191
To run the component, we can use [`wasmtime`](https://github.com/bytecodealliance/wasmtime/), a reference implementation host that supports the Component Model.

0 commit comments

Comments
 (0)