浏览代码

Some progress has been made for the ewasm target

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 4 年之前
父节点
当前提交
36694d25ca
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/status.rst

+ 2 - 2
docs/status.rst

@@ -51,8 +51,8 @@ Please use the latest master version of burrow, as ewasm support is still maturi
 
 Some language features have not been fully implemnented yet on ewasm:
 
-- The built in function ``abi.encode()``, ``abi.encodeWithSelector()``, ``abi.encodeWithSignature()``, and ``abi.encodePacked()``
-- Contract storage variables types ``string`` and ``bytes`` are not implemented
+- The built in function ``abi.encodePacked()``
+- Contract storage variables types ``string``, ``bytes`` and function types are not implemented
 
 Hyperledger Sawtooth
 ____________________