From b80ddc2a9cd4b3b9ae6417e4dcad5b27a159b164 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 7 Apr 2020 11:58:13 +0200 Subject: [PATCH] doc(interface-types) Add `record` instructions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f680523..9605470 100644 --- a/README.md +++ b/README.md @@ -88,5 +88,7 @@ Here is the instructions that are implemented by this crate: | `string.lift_memory` | ✅ | ✅ | ✅ | `#memidx` is not supported; `#encoding` is not supported but UTF-8 is assumed | | `string.lower_memory` | ✅ | ✅ | ✅ | `#memidx` is not supported; `#encoding` is not supported but UTF-8 is assumed | | `string.size` | ✅ | ✅ | ✅ | `#encoding` is not supported but UTF-8 is assumed | +| `record.lift` | ✅ | ✅ | ✅ | | +| `record.lower` | ✅ | ✅ | ✅ | | | `call-adapter` | ❌ | ❌ | ❌ | | | `defer-call-core` | ❌ | ❌ | ❌ | |