diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-01 20:59:10 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-01 20:59:10 +0000 |
commit | 5fa4284fbeba36a89f226b24bd302af98eba6c3d (patch) | |
tree | 5f75009e5f4ce440b79be651569272d34b17efbe /resources | |
parent | update (diff) | |
download | faultreiber-5fa4284fbeba36a89f226b24bd302af98eba6c3d.tar.gz faultreiber-5fa4284fbeba36a89f226b24bd302af98eba6c3d.zip |
update
Diffstat (limited to 'resources')
-rw-r--r-- | resources/wasm.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/wasm.xml b/resources/wasm.xml index 09366be..c174429 100644 --- a/resources/wasm.xml +++ b/resources/wasm.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<wasm:Structure xmlns:wasm="http://www.w3.org/2001/XMLSchema"> +<FT> <Read> <Magic_Number name="magic_number" type="uint32" count="1"></Magic_Number> <Version name="version" type="uint32" count="1"></Version> @@ -46,7 +46,6 @@ <Count name="count" encoding="leb128u" type="uint32" count="1"/> <Entries name="entries" type="self::Data_Segment" count="self::Count"/> </Data_Section> - <Custom_Section name="W_Custom_Section" count="1" isaggregate="true"></Custom_Section> </Read> <Definition> <Init_Expr name="init_expr_t" isaggregate="true"> @@ -122,4 +121,4 @@ <Data name="data" type="uchar" count="self::Size"/> </Data_Segment> </Definition> -</wasm:Structure> +</FT> |