Skip to content

Commit 8446462

Browse files
authored
Add docs badges (#1379)
* Add wasmtime docs badge * Add cranelift docs badge, closes #1160
1 parent d54611d commit 8446462

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<a href="https://github.com/bytecodealliance/wasmtime/actions?query=workflow%3ACI"><img src="https://github.com/bytecodealliance/wasmtime/workflows/CI/badge.svg" alt="build status" /></a>
1313
<a href="https://bytecodealliance.zulipchat.com/#narrow/stream/217126-wasmtime"><img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" alt="zulip chat" /></a>
1414
<img src="https://img.shields.io/badge/rustc-1.37+-green.svg" alt="min rustc" />
15+
<a href="https://docs.rs/wasmtime"><img src="https://docs.rs/wasmtime/badge.svg" alt="Documentation Status" /></a>
1516
</p>
1617

1718
<h3>

cranelift/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ into executable machine code.
1212
[![Fuzzit Status](https://app.fuzzit.dev/badge?org_id=bytecodealliance)](https://app.fuzzit.dev/orgs/bytecodealliance/dashboard)
1313
[![Chat](https://img.shields.io/badge/chat-zulip-brightgreen.svg)](https://bytecodealliance.zulipchat.com/#narrow/stream/217117-cranelift/topic/general)
1414
![Minimum rustc 1.37](https://img.shields.io/badge/rustc-1.37+-green.svg)
15+
[![Documentation Status](https://docs.rs/cranelift/badge.svg)](https://docs.rs/cranelift)
1516

1617
For more information, see [the documentation](docs/index.md).
1718

0 commit comments

Comments
 (0)