Stops using "ex." to abbreviate "for example" (#827)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -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!
|
||||
|
||||
@@ -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!
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user