forked from wasmerio/wasmer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mark McCaskey
committed
Sep 19, 2019
1 parent
299fac9
commit 451b458
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Feature Table | ||
|
||
## Compiler Backend | ||
|
||
| | Singlepass | Cranelift | LLVM | | ||
| - | - | - | - | | ||
| Caching | No | Yes | Yes | | ||
| SIMD | No | No | Yes | | ||
| Multi-value return | No | No | No | | ||
|
||
|
||
## Language integration | ||
|
||
TODO: define a set of features that are relevant and mark them here | ||
|
||
Current ideas: | ||
|
||
- WASI FS API | ||
- Callbacks? (not even in Rust yet) | ||
- Exiting early in hostcall |