Skip to content

Commit

Permalink
Fix footnote on README
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrgilbert committed May 23, 2024
1 parent ad3aeb2 commit 94b7225
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

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

`whamm!` is a tool for "Wasm Application Monitoring and Manipulation"[^1], a DSL inspired by the D language.

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

## Tutorials ##

Expand Down Expand Up @@ -66,4 +64,6 @@ To be added:
Example:
`wasi:http:send_req:alt`
`wasm:bytecode:call:alt`
`wasm:fn:enter:before`
`wasm:fn:enter:before`

<a name="silent_h">1</a>: The 'h' is silent.

0 comments on commit 94b7225

Please sign in to comment.