doc(interface-types) Add strign.size in the list of supported instructions.

This commit is contained in:
Ivan Enderlin 2020-03-24 15:35:01 +01:00
parent 55a5b97443
commit 63f824a240

View File

@ -87,5 +87,6 @@ Here is the instructions that are implemented by this crate:
| `i64.from_u64` | ✅ | ✅ | ✅ | |
| `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 |
| `call-adapter` | ❌ | ❌ | ❌ | |
| `defer-call-core` | ❌ | ❌ | ❌ | |