mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-02 10:01:33 +00:00
Add minor documentation updates
This commit is contained in:
@ -78,7 +78,7 @@
|
||||
//!
|
||||
//! # Additional Notes:
|
||||
//!
|
||||
//! The `wasmer-runtime` is build to support compiler multiple backends.
|
||||
//! `wasmer-runtime` is built to support multiple compiler backends.
|
||||
//! Currently, we support the Singlepass, [Cranelift], and LLVM compilers
|
||||
//! with the [`wasmer-singlepass-backend`], [`wasmer-clif-backend`], and
|
||||
//! wasmer-llvm-backend crates, respectively.
|
||||
@ -145,7 +145,7 @@ pub mod units {
|
||||
}
|
||||
|
||||
pub mod types {
|
||||
//! Various types.
|
||||
//! Types used in the Wasm runtime and conversion functions.
|
||||
pub use wasmer_runtime_core::types::*;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user