mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 14:45:40 +00:00
26 lines
507 B
Markdown
26 lines
507 B
Markdown
# Feature Table
|
|
|
|
## Compiler Backend
|
|
|
|
| | Singlepass | Cranelift | LLVM |
|
|
| - | :-: | :-: | :-: |
|
|
| Caching | ⬜ | ✅ | ✅ |
|
|
| Emscripten | ✅ | ✅ | ✅ |
|
|
| Metering | ✅ | ⬜ | ✅ |
|
|
| Multi-value return | ⬜ | ⬜ | ⬜ |
|
|
| OSR | 🔄 | ❓ | ❓ |
|
|
| SIMD | ⬜ | ⬜ | ✅ |
|
|
| WASI | ✅ | ✅ | ✅ |
|
|
|
|
## 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
|