mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
Merge #919
919: Add start of language intergrations table to feature matrix r=MarkMcCaskey a=MarkMcCaskey Co-authored-by: Mark McCaskey <mark@wasmer.io>
This commit is contained in:
commit
36d1c6a638
@ -11,6 +11,7 @@
|
||||
| OSR | 🔄 | ❓ | ❓ |
|
||||
| SIMD | ⬜ | ⬜ | ✅ |
|
||||
| WASI | ✅ | ✅ | ✅ |
|
||||
| WASMER_BACKTRACE | ✅ | ⬜ | ⬜ |
|
||||
|
||||
## Language integration
|
||||
|
||||
@ -18,8 +19,13 @@ 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
|
||||
|
||||
;; TODO: expand this table, it's focused on new features that we haven't implemented yet and doesn't list all language integrations
|
||||
| | Rust | C / C++ | Go | Python | Ruby |
|
||||
| - | :-: | :-: | :-: | :-: | :-: |
|
||||
| Terminate in host call | ✅ | ⬜ | ⬜ | ⬜ | ⬜ |
|
||||
| WASI | ✅ | ✅ | 🔄 | ⬜ | ⬜ |
|
||||
| WASI FS API | ✅ | ⬜ | ⬜ | ⬜ | ⬜ |
|
||||
|
Loading…
Reference in New Issue
Block a user