wasmer/docs/feature_matrix.md

21 lines
381 B
Markdown
Raw Normal View History

2019-09-19 17:39:47 +00:00
# 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