mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
24 lines
416 B
Markdown
24 lines
416 B
Markdown
# Feature Table
|
|
|
|
## Compiler Backend
|
|
|
|
| | Singlepass | Cranelift | LLVM |
|
|
| - | - | - | - |
|
|
| Caching | ❌ | ✅ | ✅ |
|
|
| SIMD | ❌ | ❌ | ✅ |
|
|
| Multi-value return | ❌ | ❌ | ❌ |
|
|
| Metering | ✅ | ✅ | ❓ |
|
|
|
|
|
|
## Language integration
|
|
|
|
TODO: define a set of features that are relevant and mark them here
|
|
|
|
Current ideas:
|
|
|
|
- WASI FS API
|
|
- Callbacks
|
|
- Exiting early in hostcall
|
|
- Metering
|
|
- Caching
|