Skip to content

Commit

Permalink
Update feature matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Sep 21, 2019
1 parent 451b458 commit c09e0e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Blocks of changes will separated by version increments.

## **[Unreleased]**

- [#817](https://github.com/wasmerio/wasmer/pull/817) Add document for tracking features across backends and language integrations, [docs/feature_matrix.md]
- [#790](https://github.com/wasmerio/wasmer/pull/790) Fix flaky test failure with LLVM, switch to large code model.
- [#788](https://github.com/wasmerio/wasmer/pull/788) Use union merge on the changelog file.
- [#785](https://github.com/wasmerio/wasmer/pull/785) Include Apache license file for spectests.
Expand Down
11 changes: 7 additions & 4 deletions docs/feature_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

|   | Singlepass | Cranelift | LLVM |
| - | - | - | - |
| Caching | No | Yes | Yes |
| SIMD | No | No | Yes |
| Multi-value return | No | No | No |
| Caching ||||
| SIMD ||||
| Multi-value return ||||
| Metering ||||


## Language integration
Expand All @@ -16,5 +17,7 @@ TODO: define a set of features that are relevant and mark them here
Current ideas:

- WASI FS API
- Callbacks? (not even in Rust yet)
- Callbacks
- Exiting early in hostcall
- Metering
- Caching

0 comments on commit c09e0e0

Please sign in to comment.