mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
This commit is contained in:
parent
bd1aff5d0e
commit
74e85ee6fe
|
@ -16,7 +16,7 @@ extension.
|
|||
The Wasm Binding allows you to invoke a program compiled to Wasm by passing
|
||||
commandline args or environment variables to it, similar to how you would with
|
||||
a normal subprocess. For example, you can satisfy an invocation using Python,
|
||||
even though Dapr is written in go and running on a platform that doesn't have
|
||||
even though Dapr is written in Go and is running on a platform that doesn't have
|
||||
Python installed!
|
||||
|
||||
The Wasm binary must be a program compiled with the WebAssembly System
|
||||
|
|
Loading…
Reference in New Issue