aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-03-05 21:45:44 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-03-05 21:45:44 +0100
commit1ea7de2ba46b58b4afe3e65b95d8a45160218a5c (patch)
tree5bbaab50e4f645094ee92ca2c6f509347763ed77
parent90233c3cf84453424f1de6dd68f19255ece26f1d (diff)
downloadjuicebox-asm-1ea7de2ba46b58b4afe3e65b95d8a45160218a5c.tar.gz
juicebox-asm-1ea7de2ba46b58b4afe3e65b95d8a45160218a5c.zip
Add gh action badges
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9727b14..e5f7014 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,14 @@
# juicebox-asm
+[![Rust][wf-badge]][wf-output] [![Rustdoc][doc-badge]][doc-html]
+
+[wf-output]: https://github.com/johannst/juicebox-asm/actions/workflows/tests.yml
+[wf-badge]: https://github.com/johannst/juicebox-asm/actions/workflows/tests.yml/badge.svg
+[doc-html]: https://johannst.github.io/juicebox-asm
+[doc-badge]: https://img.shields.io/badge/juicebox__asm-rustdoc-blue.svg?style=flat&logo=rust
+
+[![tests]()]()
+
An `x64` jit assembler for learning purpose with the following two main goals:
- Learn about x64 instruction encoding.
- Learn how to use the rust type system to disallow invalid operands.