Skip to content

Commit

Permalink
Merge pull request #9 from anton-rs/cl/book-vm-support
Browse files Browse the repository at this point in the history
feat(book): Supported targets
  • Loading branch information
clabby authored Nov 24, 2023
2 parents 81ecde4 + 0ad6b27 commit 97af0a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- [Introduction](./intro.md)
- [Fault Proof Program Development](./fpp-dev/intro.md)
- [Environment](./fpp-dev/env.md)
- [Supported Targets](./fpp-dev/targets.md)
- [Prologue](./fpp-dev/prologue.md)
- [Execution](./fpp-dev/execution.md)
- [Epilogue](./fpp-dev/epilogue.md)
Expand Down
13 changes: 13 additions & 0 deletions book/src/fpp-dev/targets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Supported Targets

Kona seeks to support all FPVM targets that LLVM and `rustc` can offer introductory support for. Below is a matrix of features that Kona offers
for each FPVM target:

| Target | Build Pipeline | IO | malloc | Program Stages |
|------------------------|----------------|----|--------|----------------|
| `cannon` & `cannon-rs` |||||
| `asterisc` |||||

If there is a feature that you would like to see supported, please [open an issue][new-issue] or [consider contributing][contributing]!

{{#include ../links.md}}

0 comments on commit 97af0a5

Please sign in to comment.