Skip to content

Commit

Permalink
Add book to README and change banner on book
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrgilbert committed Jun 6, 2024
1 parent 6737985 commit 0f24e07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@

# whamm! #
![build](https://github.com/ejrgilbert/whamm/actions/workflows/rust.yml/badge.svg)
[![book](https://img.shields.io/badge/book-WIP-4d76ae.svg)](https://ejrgilbert.github.io/whamm/intro.html)

## Debugging Wasm? Put some `whamm!` on it! ##

`whamm!` is a tool for "Wasm Application Monitoring and Manipulation"<sup>[1](#silent_h)</sup>, a DSL inspired by the D language.

## Tutorials ##
## Getting Started ##
Take a look at the official [`whamm!` book](https://ejrgilbert.github.io/whamm/intro.html) for how to get started with this language.

### Tutorials ###

To run basic build:
```shell
Expand Down
7 changes: 6 additions & 1 deletion docs/book.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[book]
title = "`whamm!`"
description = "An introduction to the `whamm!` DSL."
authors = ["ahuoguo", "ejrgilbert"]
language = "en"
multilingual = false
src = "src"
title = "Whamm DSL"

[output.html]
git-repository-url = "https://github.com/ejrgilbert/whamm/tree/master/docs"
edit-url-template = "https://github.com/ejrgilbert/whamm/edit/master/docs/{path}"

0 comments on commit 0f24e07

Please sign in to comment.