From f9bef056bad84c94febd8e498794c82192d61680 Mon Sep 17 00:00:00 2001 From: Mark McCaskey <5770194+MarkMcCaskey@users.noreply.github.com> Date: Tue, 19 Nov 2019 09:48:51 -0800 Subject: [PATCH] Fix github issue link in feature matrix --- docs/feature_matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_matrix.md b/docs/feature_matrix.md index 81602762b..54aa9810b 100644 --- a/docs/feature_matrix.md +++ b/docs/feature_matrix.md @@ -18,7 +18,7 @@ | - | :-: | :-: | :-: | | Cranelift Backend | ✅ | ✅ | ✅ | | LLVM Backend | ✅ | ✅ | ✅ | -| Singlepass Backend | [#347](https://github.com/wasmerio/wasmer/issues/347) | ✅ | ✅ | +| Singlepass Backend | ✅ | ✅ | [#347](https://github.com/wasmerio/wasmer/issues/347) | | WASI | ✅ | ✅ | ✅* | * `poll_fd` is not fully implemented for Windows yet