Merge pull request #922 from wasmerio/add-os-section-to-fetaure-matrix

Add OS compatibility section to feature matrix
This commit is contained in:
Syrus Akbary 2019-10-31 12:13:11 -07:00 committed by GitHub
commit efc7385855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,16 @@
| WASI | ✅ | ✅ | ✅ | | WASI | ✅ | ✅ | ✅ |
| WASMER_BACKTRACE | ✅ | ⬜ | ⬜ | | WASMER_BACKTRACE | ✅ | ⬜ | ⬜ |
## Operating System
|   | GNU Linux | Mac OSX | Windows NT |
| - | :-: | :-: | :-: |
| Cranelift Backend | ✅ | ✅ | ✅ |
| LLVM Backend | ✅ | ✅ | ✅ |
| Singlepass Backend | [#347](https://github.com/wasmerio/wasmer/issues/347) | ✅ | ✅ |
| WASI | ✅ | ✅ | ✅* |
* `poll_fd` is not fully implemented for Windows yet
## Language integration ## Language integration
TODO: define a set of features that are relevant and mark them here TODO: define a set of features that are relevant and mark them here