Skip to content

Commit

Permalink
doc(bridge) Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Dec 9, 2019
1 parent cf74e0e commit b918631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasmer/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ import "unsafe"
// [Wasmer] is the WebAssembly runtime used by this package to run
// WebAssembly modules. It is written in [Rust]. The runtime exposes a C
// API through [the `wasmer-runtime-c-api` crate][wasmer-runtime-c-api],
// which is also written in Rust but compiles to a C compatible shared
// which is also written in Rust but compiles to C compatible shared
// libraries. C and C++ headers are also automatically built at
// compile-time. [Wasmer releases][wasmer-releases] come with
// pre-compiled `.dylib` and `.so` shared libraries. It is also possible
// to re-compile specific shared libraries with this project. In this
// package, they are located in the root as
// `libwasmer_runtime_c_api\..*`.
//
// Go provides [cgo] that enabled the creation of Go packages that
// Go provides [cgo] that enables the creation of Go packages that
// call C code. This package uses cgo to communicate with Wasmer through
// C.
//
Expand Down

0 comments on commit b918631

Please sign in to comment.