• D
    Remove DefineStruct and Fix Unit Tests · 44e34285
    Daniel Larimer 提交于
    In original design all messages passed between contracts would consist
    of well defined types, these types would be used with code generation to
    parse message data and then pass rich Wren objects to user defined
    message handlers.  The switch to Web Assembly made this irrelevent and
    counter productive.
    
    Going forward applications will be able to define and publish their own
    ABI and serialization techniques. This will make the core platform simpler.
    
    Fixed code caching
    44e34285
TypeParser.cpp 5.6 KB