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
e361458901
commit
15914c2d14
|
@ -29,7 +29,7 @@ version `wasi_snapshot_preview1` (a.k.a. `wasip1`), often abbreviated to `wasi`.
|
|||
> **Note:** If compiling in Go 1.21+, this is `GOOS=wasip1 GOARCH=wasm`. In TinyGo, Rust, and Zig, this is the target `wasm32-wasi`.
|
||||
|
||||
You can also re-use an existing binary. For example, [Wasm Language Runtimes](https://github.com/vmware-labs/webassembly-language-runtimes)
|
||||
distributes interpreters including PHP, Python and Ruby, already compiled to
|
||||
distributes interpreters (including PHP, Python, and Ruby) already compiled to
|
||||
WASI.
|
||||
|
||||
Wasm binaries are loaded from a URL. For example, a URL "file://rewrite.wasm"
|
||||
|
|
Loading…
Reference in New Issue