Skip to content

Commit

Permalink
Add link to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Jan 9, 2025
1 parent d6a6ada commit 5ed9a5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pykwasm/src/pykwasm/kdist/wasm-semantics/binary-parser.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Wasm Binary Parser

This file defines a Wasm binary parser.
This file defines a Wasm binary parser based on this
[spec](https://webassembly.github.io/spec/core/binary/index.html).
To begin, we define constant macros which drive the parser process.

```k
Expand Down

0 comments on commit 5ed9a5f

Please sign in to comment.