File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ import "unsafe"
11
11
// [Wasmer] is the WebAssembly runtime used by this package to run
12
12
// WebAssembly modules. It is written in [Rust]. The runtime exposes a C
13
13
// API through [the `wasmer-runtime-c-api` crate][wasmer-runtime-c-api],
14
- // which is also written in Rust but compiles to a C compatible shared
14
+ // which is also written in Rust but compiles to C compatible shared
15
15
// libraries. C and C++ headers are also automatically built at
16
16
// compile-time. [Wasmer releases][wasmer-releases] come with
17
17
// pre-compiled `.dylib` and `.so` shared libraries. It is also possible
18
18
// to re-compile specific shared libraries with this project. In this
19
19
// package, they are located in the root as
20
20
// `libwasmer_runtime_c_api\..*`.
21
21
//
22
- // Go provides [cgo] that enabled the creation of Go packages that
22
+ // Go provides [cgo] that enables the creation of Go packages that
23
23
// call C code. This package uses cgo to communicate with Wasmer through
24
24
// C.
25
25
//
You can’t perform that action at this time.
0 commit comments