diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-03-05 21:45:44 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-03-05 21:45:44 +0100 |
commit | 1ea7de2ba46b58b4afe3e65b95d8a45160218a5c (patch) | |
tree | 5bbaab50e4f645094ee92ca2c6f509347763ed77 | |
parent | 90233c3cf84453424f1de6dd68f19255ece26f1d (diff) | |
download | juicebox-asm-1ea7de2ba46b58b4afe3e65b95d8a45160218a5c.tar.gz juicebox-asm-1ea7de2ba46b58b4afe3e65b95d8a45160218a5c.zip |
Add gh action badges
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |