Skip to content

Commit 5c9a38c

Browse files
authored
Update README.md
1 parent f995585 commit 5c9a38c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library that can be used via FFI. It is compiled like this:
2828
# Run unit tests
2929
(cd libwasmvm && cargo test)
3030

31-
# Create release build for your current system. Uses whatever default Rust
31+
# Create a release build for your current system. Uses whatever default Rust
3232
# version you have installed.
3333
make build-libwasmvm
3434

@@ -107,11 +107,11 @@ go build -tags "nolink_libwasmvm"
107107
See [COMPILER_VERSIONS.md](docs/COMPILER_VERSIONS.md) for information on Go and
108108
Rust compiler support.
109109

110-
The Rust implementation of the VM is compiled to a library called libwasmvm.
110+
The Rust implementation of the VM is compiled into a library called libwasmvm.
111111
This is then linked to the Go code when the final binary is built. For that
112112
reason not all systems supported by Go are supported by this project.
113113

114-
Linux (tested on Ubuntu, Debian, Alpine) and macOS is supported. We are working
114+
Linux (tested on Ubuntu, Debian, Alpine) and macOS are supported. We are working
115115
on Windows support with very low priority (#288).
116116

117117
[#288]: https://github.com/CosmWasm/wasmvm/pull/288

0 commit comments

Comments
 (0)