Stops using "ex." to abbreviate "for example" (#827)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2022-10-24 10:51:48 +08:00
committed by GitHub
parent 1a9b174631
commit 1cbb496c26
43 changed files with 145 additions and 143 deletions

View File

@@ -3,7 +3,6 @@
This example shows how to pass strings in and out of a Wasm function defined
in Rust, built with `cargo build --release --target wasm32-unknown-unknown`
Ex.
```bash
$ go run greet.go wazero
Hello, wazero!

View File

@@ -3,7 +3,6 @@
This example shows how to pass strings in and out of a Wasm function defined
in TinyGo, built with `tinygo build -o greet.wasm -scheduler=none -target=wasi greet.go`
Ex.
```bash
$ go run greet.go wazero
wasm >> Hello, wazero!

View File

@@ -3,7 +3,6 @@
This example shows how to pass strings in and out of a Wasm function defined in
Zig, built with `zig build`.
Ex.
```bash
$ go run greet.go wazero
wasm >> Hello, wazero!