Skip to content

Commit

Permalink
Update daprdocs/content/en/reference/components-reference/supported-b…
Browse files Browse the repository at this point in the history
…indings/wasm.md

Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Brendan Burns <[email protected]>
  • Loading branch information
brendandburns and msfussell authored Aug 2, 2023
1 parent 285c97a commit cfc99b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Dapr uses [wazero](https://wazero.io) to run these binaries, because it has no
dependencies. This allows use of WebAssembly with no installation process
except Dapr itself.

The WASM output binding supports making HTTP client calls using the [wasi-http](https://github.com/WebAssembly/wasi-http) specification.
The Wasm output binding supports making HTTP client calls using the [wasi-http](https://github.com/WebAssembly/wasi-http) specification.
You can find example code for making HTTP calls in a variety of languages here:
* [Golang](https://github.com/dev-wasm/dev-wasm-go/tree/main/http)
* [C](https://github.com/dev-wasm/dev-wasm-c/tree/main/http)
Expand Down

0 comments on commit cfc99b8

Please sign in to comment.