소스 검색

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
 ____________________