From c5db156b250e666dd0af90806940b021c1fa2071 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 12 Mar 2020 13:57:57 +0100 Subject: [PATCH] doc(interface-types) Update the state of supported instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8f3490..3e7ccdf 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Here is the instructions that are implemented: |-|-|-|-|-|-| | `arg.get` | ✅ | ✅ | ✅ | ✅ | ✅ | | `call-core` | ✅ | ✅ | ✅ | ✅ | ✅ | -| `memory-to-string` | ❌ | ❌ | ❌ | ❌ | ❌ | -| `string-to-memory` | ❌ | ❌ | ❌ | ❌ | ❌ | +| `memory-to-string` | ✅ | ✅ | ✅ | ✅ | ✅ | +| `string-to-memory` | ✅ | ✅ | ✅ | ✅ | ✅ | | `call-adapter` | ❌ | ❌ | ❌ | ❌ | ❌ | | `defer-call-core` | ❌ | ❌ | ❌ | ❌ | ❌ | | `i32-to-s8` | ✅ | ✅ | ✅ | ✅ | ✅ |