File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ library that can be used via FFI. It is compiled like this:
28
28
# Run unit tests
29
29
(cd libwasmvm && cargo test)
30
30
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
32
32
# version you have installed.
33
33
make build-libwasmvm
34
34
@@ -107,11 +107,11 @@ go build -tags "nolink_libwasmvm"
107
107
See [ COMPILER_VERSIONS.md] ( docs/COMPILER_VERSIONS.md ) for information on Go and
108
108
Rust compiler support.
109
109
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.
111
111
This is then linked to the Go code when the final binary is built. For that
112
112
reason not all systems supported by Go are supported by this project.
113
113
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
115
115
on Windows support with very low priority (#288 ).
116
116
117
117
[ #288 ] : https://github.com/CosmWasm/wasmvm/pull/288
You can’t perform that action at this time.
0 commit comments