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
15914c2d14
commit
234d19f291
|
@ -32,7 +32,7 @@ You can also re-use an existing binary. For example, [Wasm Language Runtimes](ht
|
||||||
distributes interpreters (including PHP, Python, and Ruby) already compiled to
|
distributes interpreters (including PHP, Python, and Ruby) already compiled to
|
||||||
WASI.
|
WASI.
|
||||||
|
|
||||||
Wasm binaries are loaded from a URL. For example, a URL "file://rewrite.wasm"
|
Wasm binaries are loaded from a URL. For example, the URL `file://rewrite.wasm`
|
||||||
loads "rewrite.wasm" from the current directory of the process. On Kubernetes,
|
loads "rewrite.wasm" from the current directory of the process. On Kubernetes,
|
||||||
see [mounting volumes to the Dapr sidecar]({{< ref kubernetes-volume-mounts.md >}})
|
see [mounting volumes to the Dapr sidecar]({{< ref kubernetes-volume-mounts.md >}})
|
||||||
to configure a filesystem mount that can contain Wasm binaries.
|
to configure a filesystem mount that can contain Wasm binaries.
|
||||||
|
|
Loading…
Reference in New Issue