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
3a0f54e2bc
commit
8c29ee1ae3
|
|
@ -9,7 +9,7 @@ aliases:
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
WebAssembly is a way to safely run code compiled in other languages. Runtimes
|
With WebAssembly, you can safely run code compiled in other languages. Runtimes
|
||||||
execute WebAssembly Modules (Wasm), which are most often binaries with a `.wasm`
|
execute WebAssembly Modules (Wasm), which are most often binaries with a `.wasm`
|
||||||
extension.
|
extension.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue