From 25ba3cab94ec01a8783bb1fbde5ad467915a213d Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 11 May 2021 11:41:28 +0200 Subject: [PATCH] doc(ecosystem) Update embedding features list --- ecosystem/wasmer/wasmer-features.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ecosystem/wasmer/wasmer-features.md b/ecosystem/wasmer/wasmer-features.md index e7d309a..0135e62 100644 --- a/ecosystem/wasmer/wasmer-features.md +++ b/ecosystem/wasmer/wasmer-features.md @@ -75,9 +75,9 @@ Here are some of the features in each of those: | | Rust | C / C++ | Go | Python | Ruby | | :--- | :--- | :--- | :--- | :--- | :--- | -| Terminate in host call | ✅ | ⬜ | ⬜ | ⬜ | ⬜ | -| WASI | ✅ | ✅ | ✅ | ✅ | ⬜ | +| Terminate in host call | ✅ | ⬜ | ✅ | ✅ | ✅ | +| WASI | ✅ | ✅ | ✅ | ✅ | ✅ | | WASI FS API | ✅ | ⬜ | ⬜ | ⬜ | ⬜ | -| Serialize/Deserialize | ✅ | ✅ | ✅ | ✅ | ⬜ | +| Serialize/Deserialize | ✅ | ✅ | ✅ | ✅ | ✅ | | Metering | ✅ | ⬜ | ⬜ | ⬜ | ⬜ |