Skip to content

Commit

Permalink
Add feature matrix document
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Sep 19, 2019
1 parent 299fac9 commit 451b458
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/feature_matrix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Feature Table

## Compiler Backend

|   | Singlepass | Cranelift | LLVM |
| - | - | - | - |
| Caching | No | Yes | Yes |
| SIMD | No | No | Yes |
| Multi-value return | No | No | No |


## Language integration

TODO: define a set of features that are relevant and mark them here

Current ideas:

- WASI FS API
- Callbacks? (not even in Rust yet)
- Exiting early in hostcall

0 comments on commit 451b458

Please sign in to comment.