diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-17 10:13:46 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-17 10:13:46 +0000 |
commit | b02e09aaa9d199a84f4f02b9ee860550424da0e0 (patch) | |
tree | d9e58e32b8b478ee47873f6a967ef770fb26c390 /test | |
parent | update (diff) | |
download | luatablegen-b02e09aaa9d199a84f4f02b9ee860550424da0e0.tar.gz luatablegen-b02e09aaa9d199a84f4f02b9ee860550424da0e0.zip |
update
Diffstat (limited to 'test')
-rw-r--r-- | test/wasm.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/wasm.xml b/test/wasm.xml index eb1048c..f0affc8 100644 --- a/test/wasm.xml +++ b/test/wasm.xml @@ -12,7 +12,7 @@ <Type_Section_Entry count="self::Count" type="self::Type_Section_Entry" name="entries" luatype="table"/> </Type_Section> <Import_Section name="W_Import_Section" count="1" type="" isaggregate="true" unordered="true" luatype="table"> - <ID name="id" type="uint8" encoding="leb128u" issign="true" luatype="table">2</ID> + <ID name="id" type="uint8" encoding="leb128u" issign="true" luatype="integer">2</ID> <PayloadLength name="payloadlength" type="uint32" encoding="leb128u" luatype="integer"/> <NameLength name="namelength" type="uint32" encoding="leb128u" luatype="integer"/> <Name name="name" type="string" size="self::NameLength" luatype="string"/> @@ -76,8 +76,8 @@ </Element_Section> <Code_Section name="W_Code_Section" count="1" isaggregate="true" unordered="true" luatype="table"> <ID name="id" type="uint8" encoding="leb128u" issign="true" luatype="integer">10</ID> - <PayloadLength name="payloadlength" type="uint32" encoding="leb128u" luatype="table"/> - <NameLength name="namelength" type="uint32" encoding="leb128u" luatype="table"/> + <PayloadLength name="payloadlength" type="uint32" encoding="leb128u" luatype="integer"/> + <NameLength name="namelength" type="uint32" encoding="leb128u" luatype="integer"/> <Name name="name" type="string" size="self::NameLength" luatype="string"/> <Count name="count" encoding="leb128u" type="uint32" count="1" luatype="integer"/> <Bodies name="bodies" type="self::Function_Body" count="self::Count" luatype="table"/> |