diff --git a/deps/kwasm_release b/deps/kwasm_release index f0768f09..7c3ae4e0 100644 --- a/deps/kwasm_release +++ b/deps/kwasm_release @@ -1 +1 @@ -0.1.70 +0.1.71 diff --git a/flake.lock b/flake.lock index e026bda7..34eb0f26 100644 --- a/flake.lock +++ b/flake.lock @@ -1208,16 +1208,16 @@ ] }, "locked": { - "lastModified": 1719338542, - "narHash": "sha256-fo237IvA7+qUOnzES4XM1afSZ3honH35M0yFHfVLZnk=", + "lastModified": 1719501996, + "narHash": "sha256-BCrS904/gfV2Fsihn/yXGtmTFFZfxTQ1m+0ym50RN28=", "owner": "runtimeverification", "repo": "wasm-semantics", - "rev": "91f83ca3248fc85f64a46e31d31940d5442f8ba8", + "rev": "b353017e7178731daa12cba75dc81fd69e20a81f", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.70", + "ref": "v0.1.71", "repo": "wasm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index e8cbc90c..78cfac77 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "K Semantics of MultiversX"; inputs = { - wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.70"; + wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.71"; k-framework.url = "github:runtimeverification/k/v7.1.30"; pyk.url = "github:runtimeverification/k/v7.1.30?dir=pyk"; nixpkgs.follows = "k-framework/nixpkgs"; diff --git a/kmultiversx/poetry.lock b/kmultiversx/poetry.lock index 86c8a8ce..4e1e21c9 100644 --- a/kmultiversx/poetry.lock +++ b/kmultiversx/poetry.lock @@ -996,7 +996,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pykwasm" -version = "0.1.70" +version = "0.1.71" description = "" optional = false python-versions = "^3.10" @@ -1012,8 +1012,8 @@ py-wasm = {git = "https://github.com/runtimeverification/py-wasm.git", tag = "0. [package.source] type = "git" url = "https://github.com/runtimeverification/wasm-semantics.git" -reference = "v0.1.70" -resolved_reference = "91f83ca3248fc85f64a46e31d31940d5442f8ba8" +reference = "v0.1.71" +resolved_reference = "b353017e7178731daa12cba75dc81fd69e20a81f" subdirectory = "pykwasm" [[package]] @@ -1290,4 +1290,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "631a4708382f7224cb0cbffe3349e6fef35c4f5b67f73d6534824c459f75b815" +content-hash = "1a5d74eb2f5424ebe619cecd794e5bc5f7f4ea7eb3e56625ca0a028b5b72984b" diff --git a/kmultiversx/pyproject.toml b/kmultiversx/pyproject.toml index d95851bd..0de6f2a3 100644 --- a/kmultiversx/pyproject.toml +++ b/kmultiversx/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kmultiversx" -version = "0.1.88" +version = "0.1.89" description = "Python tools for Elrond semantics" authors = [ "Runtime Verification, Inc. ", @@ -20,7 +20,7 @@ mx-semantics = "kmultiversx.kdist.plugin" [tool.poetry.dependencies] python = "^3.10" -pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.70", subdirectory = "pykwasm" } +pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.71", subdirectory = "pykwasm" } pycryptodomex = "^3.18.0" hypothesis = "^6.82.6" diff --git a/kmultiversx/src/kmultiversx/kasmer.py b/kmultiversx/src/kmultiversx/kasmer.py index d2375fd0..54338928 100644 --- a/kmultiversx/src/kmultiversx/kasmer.py +++ b/kmultiversx/src/kmultiversx/kasmer.py @@ -23,7 +23,7 @@ from kmultiversx.scenario import ( KList, - KMapBytesToBytes, + KMap, KWasmString, ListBytes, get_steps_sc_call, @@ -84,7 +84,7 @@ def deploy_test(krun: KRun, test_wasm: KInner, contract_wasms: dict[bytes, KInne token(100000), KApply('.Code', []), token(b''), - KMapBytesToBytes([]), + KMap([]), ], ) diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/data/map-bytes-to-bytes.k b/kmultiversx/src/kmultiversx/kdist/mx-semantics/data/map-bytes-to-bytes.k deleted file mode 100644 index c16ee125..00000000 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/data/map-bytes-to-bytes.k +++ /dev/null @@ -1,463 +0,0 @@ - -requires "bytes-type.k" -// requires "bytes-type.k" -requires "list-bytes.k" - -module MAP-BYTES-TO-BYTES - imports private BOOL-SYNTAX - imports private INT-SYNTAX - imports private LIST-BYTES - imports private LIST-BYTES - // imports private LIST - // imports private SET-BYTES - imports private SET - imports BYTES-TYPE - imports BYTES-TYPE - - syntax Bytes - syntax Bytes - - syntax MapBytesToBytes [hook(MAP.Map)] - syntax MapBytesToBytes ::= MapBytesToBytes MapBytesToBytes - [ left, function, hook(MAP.concat), symbol(_MapBytesToBytes_), - assoc, comm, unit(.MapBytesToBytes), element(_Bytes2Bytes|->_), - index(0), format(%1%n%2) - ] - syntax MapBytesToBytes ::= ".MapBytesToBytes" - [ function, total, hook(MAP.unit), - symbol(.MapBytesToBytes) - ] - syntax MapBytesToBytes ::= WrappedBytes "Bytes2Bytes|->" WrappedBytes - [ function, total, hook(MAP.element), - symbol(_Bytes2Bytes|->_), - injective - ] - - syntax priority _Bytes2Bytes|->_ > _MapBytesToBytes_ .MapBytesToBytes - syntax non-assoc _Bytes2Bytes|->_ - syntax WrappedBytes ::= MapBytesToBytes "[" WrappedBytes "]" - [function, hook(MAP.lookup), symbol(MapBytesToBytes:lookup)] - syntax WrappedBytes ::= MapBytesToBytes "[" WrappedBytes "]" "orDefault" WrappedBytes - [ function, total, hook(MAP.lookupOrDefault), - symbol(MapBytesToBytes:lookupOrDefault) - ] - syntax MapBytesToBytes ::= MapBytesToBytes "[" key: WrappedBytes "<-" value: WrappedBytes "]" - [ function, total, symbol(MapBytesToBytes:update), - hook(MAP.update), prefer - ] - syntax MapBytesToBytes ::= MapBytesToBytes "[" WrappedBytes "<-" "undef" "]" - [ function, total, hook(MAP.remove), - symbol(_MapBytesToBytes[_<-undef]) - ] - syntax MapBytesToBytes ::= MapBytesToBytes "-Map" MapBytesToBytes - [ function, total, hook(MAP.difference) ] - syntax MapBytesToBytes ::= updateMap(MapBytesToBytes, MapBytesToBytes) - [function, total, hook(MAP.updateAll)] - - syntax MapBytesToBytes ::= removeAll(MapBytesToBytes, Set) - [function, total, hook(MAP.removeAll)] - // syntax MapBytesToBytes ::= removeAll(MapBytesToBytes, SetBytes) - // [function, total, hook(MAP.removeAll)] - - syntax Set ::= keys(MapBytesToBytes) - [function, total, hook(MAP.keys)] - // syntax SetBytes ::= keys(MapBytesToBytes) - // [function, total, hook(MAP.keys)] - - // syntax List ::= "keys_list" "(" MapBytesToBytes ")" - // [function, hook(MAP.keys_list)] - syntax ListBytes ::= "keys_list" "(" MapBytesToBytes ")" - [function, hook(MAP.keys_list)] - - syntax Bool ::= WrappedBytes "in_keys" "(" MapBytesToBytes ")" - [function, total, hook(MAP.in_keys)] - - // syntax List ::= values(MapBytesToBytes) - // [function, hook(MAP.values)] - syntax ListBytes ::= values(MapBytesToBytes) - [function, hook(MAP.values)] - - syntax Int ::= size(MapBytesToBytes) - [function, total, hook(MAP.size), symbol(MapBytesToBytes.sizeMap)] - syntax Bool ::= MapBytesToBytes "<=Map" MapBytesToBytes - [function, total, hook(MAP.inclusion)] - syntax WrappedBytes ::= choice(MapBytesToBytes) - [function, hook(MAP.choice), symbol(MapBytesToBytes:choice)] -endmodule - -module MAP-BYTES-TO-BYTES-PRIMITIVE - imports MAP-BYTES-TO-BYTES-PRIMITIVE-CONCRETE - imports MAP-BYTES-TO-BYTES-PRIMITIVE-SYMBOLIC -endmodule - -module MAP-BYTES-TO-BYTES-PRIMITIVE-CONCRETE [concrete] - imports public BOOL - imports private K-EQUAL - imports public MAP-BYTES-TO-BYTES - - syntax Bytes ::= MapBytesToBytes "{{" Bytes "}}" - [function, symbol(MapBytesToBytes:primitiveLookup)] - syntax Bytes ::= MapBytesToBytes "{{" Bytes "}}" "orDefault" Bytes - [ function, total, symbol(MapBytesToBytes:primitiveLookupOrDefault) ] - syntax MapBytesToBytes ::= MapBytesToBytes "{{" key: Bytes "<-" value: Bytes "}}" - [ function, total, symbol(MapBytesToBytes:primitiveUpdate), - prefer - ] - syntax MapBytesToBytes ::= MapBytesToBytes "{{" Bytes "<-" "undef" "}}" - [ function, total, symbol(MapBytesToBytes:primitiveRemove) ] - syntax Bool ::= Bytes "in_keys" "{{" MapBytesToBytes "}}" - [function, total, symbol(MapBytesToBytes:primitiveInKeys)] - - rule (M:MapBytesToBytes {{ Key:Bytes }}) - => (unwrap( M[wrap(Key)] )) - rule M:MapBytesToBytes {{ Key:Bytes }} orDefault Value:Bytes - => unwrap( M[wrap(Key)] orDefault wrap(Value) ) - rule M:MapBytesToBytes {{ Key:Bytes <- Value:Bytes }} - => M[wrap(Key) <- wrap(Value)] - rule M:MapBytesToBytes {{ Key:Bytes <- undef }} - => M[wrap(Key) <- undef] - rule Key:Bytes in_keys {{ M:MapBytesToBytes }} => wrap(Key) in_keys(M) -endmodule - -module MAP-BYTES-TO-BYTES-PRIMITIVE-SYMBOLIC [symbolic] - imports public BOOL - imports private K-EQUAL - imports public MAP-BYTES-TO-BYTES - imports private MAP-BYTES-TO-BYTES-KORE-SYMBOLIC - - syntax Bytes ::= MapBytesToBytes "{{" Bytes "}}" - [function, symbol(MapBytesToBytes:primitiveLookup)] - syntax Bytes ::= MapBytesToBytes "{{" Bytes "}}" "orDefault" Bytes - [ function, total, symbol(MapBytesToBytes:primitiveLookupOrDefault) ] - syntax MapBytesToBytes ::= MapBytesToBytes "{{" key: Bytes "<-" value: Bytes "}}" - [ function, total, symbol(MapBytesToBytes:primitiveUpdate), - prefer - ] - syntax MapBytesToBytes ::= MapBytesToBytes "{{" Bytes "<-" "undef" "}}" - [ function, total, symbol(MapBytesToBytes:primitiveRemove) ] - syntax Bool ::= Bytes "in_keys" "{{" MapBytesToBytes "}}" - [function, total, symbol(MapBytesToBytes:primitiveInKeys)] - - // Definitions - // ----------- - - rule (wrap(Key) Bytes2Bytes|-> V:WrappedBytes M:MapBytesToBytes) - {{ Key:Bytes }} - => unwrap( V ) - ensures notBool Key in_keys {{ M }} - - rule (wrap(Key) Bytes2Bytes|-> V:WrappedBytes M:MapBytesToBytes) - {{ Key:Bytes }} orDefault _:Bytes - => unwrap( V ) - ensures notBool Key in_keys {{ M }} - rule M:MapBytesToBytes {{ Key:Bytes }} orDefault V:Bytes - => V - requires notBool Key in_keys {{ M }} - - rule (wrap(Key) Bytes2Bytes|-> _:WrappedBytes M:MapBytesToBytes) - {{ Key:Bytes <- Value:Bytes }} - => (wrap(Key) Bytes2Bytes|-> wrap(Value)) M - rule M:MapBytesToBytes {{ Key:Bytes <- Value:Bytes }} - => (wrap(Key) Bytes2Bytes|-> wrap(Value)) M - requires notBool Key in_keys {{ M }} - - rule (wrap(Key) Bytes2Bytes|-> _:WrappedBytes M:MapBytesToBytes) - {{ Key:Bytes <- undef }} - => M - ensures notBool Key in_keys {{ M }} - rule M:MapBytesToBytes {{ Key:Bytes <- undef }} - => M - requires notBool Key in_keys {{ M }} - - rule Key:Bytes in_keys - {{wrap(Key) Bytes2Bytes|-> _:WrappedBytes M:MapBytesToBytes}} - => true - ensures notBool Key in_keys {{ M }} - rule _Key:Bytes in_keys {{ .MapBytesToBytes }} - => false - // TODO: This may create an exponential evaluation tree, depending on how - // caching works in the backend. It should be rewritten to finish in - // O(n^2) or something like that, where n is the number of explicit keys - // in the map. - rule Key:Bytes in_keys - {{Key2:WrappedBytes Bytes2Bytes|-> _:WrappedBytes M:MapBytesToBytes}} - => Key in_keys {{ M }} - requires Key =/=K unwrap( Key2 ) - ensures notBool Key2 in_keys (M) - [simplification] - - // Translation rules - rule M:MapBytesToBytes[Key:WrappedBytes] - => wrap(M{{unwrap( Key )}}) - [simplification, symbolic(M)] - rule M:MapBytesToBytes[Key:WrappedBytes] - => wrap(M{{unwrap( Key )}}) - [simplification, symbolic(Key)] - rule M:MapBytesToBytes{{Key}} - => unwrap( M[wrap(Key)] ) - [simplification, concrete] - - rule M:MapBytesToBytes [ Key:WrappedBytes ] orDefault Value:WrappedBytes - => wrap(M {{ unwrap( Key ) }} orDefault unwrap( Value )) - [simplification, symbolic(M)] - rule M:MapBytesToBytes [ Key:WrappedBytes ] orDefault Value:WrappedBytes - => wrap(M {{ unwrap( Key ) }} orDefault unwrap( Value )) - [simplification, symbolic(Key)] - rule M:MapBytesToBytes [ Key:WrappedBytes ] orDefault Value:WrappedBytes - => wrap(M {{ unwrap( Key ) }} orDefault unwrap( Value )) - [simplification, symbolic(Value)] - rule M:MapBytesToBytes{{Key}} orDefault Value - => unwrap( M[wrap(Key)] orDefault wrap(Value) ) - [simplification, concrete] - - rule M:MapBytesToBytes[Key:WrappedBytes <- Value:WrappedBytes] - => M {{ unwrap( Key ) <- unwrap( Value ) }} - [simplification, symbolic(M)] - rule M:MapBytesToBytes[Key:WrappedBytes <- Value:WrappedBytes] - => M {{ unwrap( Key ) <- unwrap( Value ) }} - [simplification, symbolic(Key)] - rule M:MapBytesToBytes[Key:WrappedBytes <- Value:WrappedBytes] - => M {{ unwrap( Key ) <- unwrap( Value ) }} - [simplification, symbolic(Value)] - rule M:MapBytesToBytes{{Key <- Value}} => M[wrap(Key) <- wrap(Value) ] - [simplification, concrete] - - rule M:MapBytesToBytes[Key:WrappedBytes <- undef] - => M {{ unwrap( Key ) <- undef }} - [simplification, symbolic(M)] - rule M:MapBytesToBytes[Key:WrappedBytes <- undef] - => M {{ unwrap( Key ) <- undef }} - [simplification, symbolic(Key)] - rule M:MapBytesToBytes{{Key <- undef}} => M[wrap(Key) <- undef] - [simplification, concrete] - - rule Key:WrappedBytes in_keys (M:MapBytesToBytes) - => unwrap( Key ) in_keys {{M}} - [simplification, symbolic(M)] - rule Key:WrappedBytes in_keys (M:MapBytesToBytes) - => unwrap( Key ) in_keys {{M}} - [simplification, symbolic(Key)] - rule Key in_keys {{M:MapBytesToBytes}} => wrap(Key) in_keys(M) - [simplification, concrete] - - // Symbolic execution rules - // ------------------------ - syntax Bool ::= definedPrimitiveLookup(MapBytesToBytes, Bytes) [function, total] - rule definedPrimitiveLookup(M:MapBytesToBytes, K:Bytes) => K in_keys{{M}} - - rule #Ceil(@M:MapBytesToBytes {{@K:Bytes}}) - => {definedPrimitiveLookup(@M, @K) #Equals true} - #And #Ceil(@M) #And #Ceil(@K) - [simplification] - - rule M:MapBytesToBytes {{ K <- _ }} {{ K <- V }} => M {{ K <- V }} [simplification] - rule (K1 Bytes2Bytes|-> V1 M:MapBytesToBytes) {{ K2 <- V2 }} - => (K1 Bytes2Bytes|-> V1 (M {{ K2 <- V2 }})) - requires unwrap( K1 ) =/=K K2 - [simplification, preserves-definedness] - - rule (K1 Bytes2Bytes|-> V1 M:MapBytesToBytes) {{ K2 <- undef }} - => (K1 Bytes2Bytes|-> V1 (M {{ K2 <- undef }})) - requires unwrap( K1 ) =/=K K2 - [simplification, preserves-definedness] - - rule (K1 Bytes2Bytes|-> _V M:MapBytesToBytes) {{ K2 }} => M {{K2}} - requires unwrap( K1 ) =/=K K2 - ensures notBool (K1 in_keys(M)) - [simplification] - rule (_MAP:MapBytesToBytes {{ K <- V1 }}) {{ K }} => V1 [simplification] - rule ( MAP:MapBytesToBytes {{ K1 <- _V1 }}) {{ K2 }} => MAP {{ K2 }} - requires K1 =/=K K2 - [simplification] - - rule (K1 Bytes2Bytes|-> _V M:MapBytesToBytes) {{ K2 }} orDefault D - => M {{K2}} orDefault D - requires unwrap( K1 ) =/=K K2 - ensures notBool (K1 in_keys(M)) - [simplification] - rule (_MAP:MapBytesToBytes {{ K <- V1 }}) {{ K }} orDefault _ => V1 [simplification] - rule ( MAP:MapBytesToBytes {{ K1 <- _V1 }}) {{ K2 }} orDefault D - => MAP {{ K2 }} orDefault D - requires K1 =/=K K2 - [simplification] - - rule K in_keys{{_M:MapBytesToBytes {{ K <- undef }} }} => false [simplification] - rule K in_keys{{_M:MapBytesToBytes {{ K <- _ }} }} => true [simplification] - rule K1 in_keys{{ _M:MapBytesToBytes {{ K2 <- _ }} }} - => true requires K1 ==K K2 - [simplification] - rule K1 in_keys{{ M:MapBytesToBytes {{ K2 <- _ }} }} - => K1 in_keys {{ M }} - requires K1 =/=K K2 - [simplification] - - rule K1 in_keys {{ (K2 Bytes2Bytes|-> V) M:MapBytesToBytes }} - => K1 ==K unwrap( K2 ) orBool K1 in_keys {{ M }} - requires definedMapElementConcat(K2, V, M) - [simplification(100), preserves-definedness] - - - rule {false #Equals @Key in_keys{{ Key' Bytes2Bytes|-> Val @M:MapBytesToBytes }}} - => #Ceil(@Key) #And #Ceil(Key' Bytes2Bytes|-> Val @M) - #And #Not({ @Key #Equals unwrap( Key' ) }) - #And {false #Equals @Key in_keys{{@M}}} - [simplification] - rule {@Key in_keys{{Key' Bytes2Bytes|-> Val @M:MapBytesToBytes}} #Equals false} - => #Ceil(@Key) #And #Ceil(Key' Bytes2Bytes|-> Val @M) - #And #Not({@Key #Equals unwrap( Key' ) }) - #And {@Key in_keys{{@M}} #Equals false} - [simplification] - -endmodule - -module MAP-BYTES-TO-BYTES-KORE-SYMBOLIC - imports MAP-BYTES-TO-BYTES - imports private K-EQUAL - imports private BOOL - - syntax Bool ::= definedMapElementConcat(WrappedBytes, WrappedBytes, MapBytesToBytes) [function, total] - rule definedMapElementConcat(K, _V, M:MapBytesToBytes) => notBool K in_keys(M) - - rule #Ceil(@M:MapBytesToBytes [@K:WrappedBytes]) - => {(@K in_keys(@M)) #Equals true} - #And #Ceil(@M) #And #Ceil(@K) - [simplification] - - rule (K Bytes2Bytes|-> _ M:MapBytesToBytes) [ K <- V ] => (K Bytes2Bytes|-> V M) - [simplification, preserves-definedness] - rule M:MapBytesToBytes [ K <- V ] => (K Bytes2Bytes|-> V M) requires notBool (K in_keys(M)) - [simplification, preserves-definedness] - rule M:MapBytesToBytes [ K <- _ ] [ K <- V ] => M [ K <- V ] [simplification] - rule (K1 Bytes2Bytes|-> V1 M:MapBytesToBytes) [ K2 <- V2 ] => (K1 Bytes2Bytes|-> V1 (M [ K2 <- V2 ])) - requires K1 =/=K K2 - [simplification, preserves-definedness] - - rule (K Bytes2Bytes|-> _ M:MapBytesToBytes) [ K <- undef ] => M - ensures notBool (K in_keys(M)) - [simplification] - rule M:MapBytesToBytes [ K <- undef ] => M - requires notBool (K in_keys(M)) - [simplification] - rule (K1 Bytes2Bytes|-> V1 M:MapBytesToBytes) [ K2 <- undef ] - => (K1 Bytes2Bytes|-> V1 (M [ K2 <- undef ])) - requires K1 =/=K K2 - [simplification, preserves-definedness] - - rule (K Bytes2Bytes|-> V M:MapBytesToBytes) [ K ] => V - ensures notBool (K in_keys(M)) - [simplification] - rule (K1 Bytes2Bytes|-> _V M:MapBytesToBytes) [ K2 ] => M [K2] - requires K1 =/=K K2 - ensures notBool (K1 in_keys(M)) - [simplification] - rule (_MAP:MapBytesToBytes [ K <- V1 ]) [ K ] => V1 [simplification] - rule ( MAP:MapBytesToBytes [ K1 <- _V1 ]) [ K2 ] => MAP [ K2 ] - requires K1 =/=K K2 - [simplification] - - rule (K Bytes2Bytes|-> V M:MapBytesToBytes) [ K ] orDefault _ => V - ensures notBool (K in_keys(M)) - [simplification] - rule (K1 Bytes2Bytes|-> _V M:MapBytesToBytes) [ K2 ] orDefault D - => M [K2] orDefault D - requires K1 =/=K K2 - ensures notBool (K1 in_keys(M)) - [simplification] - rule (_MAP:MapBytesToBytes [ K <- V1 ]) [ K ] orDefault _ => V1 [simplification] - rule ( MAP:MapBytesToBytes [ K1 <- _V1 ]) [ K2 ] orDefault D - => MAP [ K2 ] orDefault D - requires K1 =/=K K2 - [simplification] - rule .MapBytesToBytes [ _ ] orDefault D => D [simplification] - - rule K in_keys(_M:MapBytesToBytes [ K <- undef ]) => false [simplification] - rule K in_keys(_M:MapBytesToBytes [ K <- _ ]) => true [simplification] - rule K1 in_keys(M:MapBytesToBytes [ K2 <- _ ]) - => true requires K1 ==K K2 orBool K1 in_keys(M) - [simplification] - rule K1 in_keys(M:MapBytesToBytes [ K2 <- _ ]) - => K1 in_keys(M) - requires K1 =/=K K2 - [simplification] - - rule K in_keys((K Bytes2Bytes|-> V) M:MapBytesToBytes) - => true - requires definedMapElementConcat(K, V, M) - [simplification(50), preserves-definedness] - rule K1 in_keys((K2 Bytes2Bytes|-> V) M:MapBytesToBytes) - => K1 in_keys(M) - requires true - andBool definedMapElementConcat(K2, V, M) - andBool K1 =/=K K2 - [simplification(50), preserves-definedness] - rule K1 in_keys((K2 Bytes2Bytes|-> V) M:MapBytesToBytes) - => K1 ==K K2 orBool K1 in_keys(M) - requires definedMapElementConcat(K2, V, M) - [simplification(100), preserves-definedness] - - - rule {false #Equals @Key in_keys(.MapBytesToBytes)} => #Ceil(@Key) [simplification] - rule {@Key in_keys(.MapBytesToBytes) #Equals false} => #Ceil(@Key) [simplification] - rule {false #Equals @Key in_keys(Key' Bytes2Bytes|-> Val @M:MapBytesToBytes)} - => #Ceil(@Key) #And #Ceil(Key' Bytes2Bytes|-> Val @M) - #And #Not({@Key #Equals Key'}) - #And {false #Equals @Key in_keys(@M)} - [simplification] - rule {@Key in_keys(Key' Bytes2Bytes|-> Val @M:MapBytesToBytes) #Equals false} - => #Ceil(@Key) #And #Ceil(Key' Bytes2Bytes|-> Val @M) - #And #Not({@Key #Equals Key'}) - #And {@Key in_keys(@M) #Equals false} - [simplification] -endmodule - -module MAP-BYTES-TO-BYTES-CURLY-BRACE - imports private BOOL - imports private K-EQUAL-SYNTAX - imports MAP-BYTES-TO-BYTES - - syntax MapBytesToBytes ::= MapBytesToBytes "{" key:WrappedBytes "<-" value:WrappedBytes "}" - [function, total, symbol(MapBytesToBytes:curly_update)] - rule M:MapBytesToBytes{Key <- Value} => M (Key Bytes2Bytes|-> Value) - requires notBool Key in_keys(M) - rule (Key Bytes2Bytes|-> _ M:MapBytesToBytes){Key <- Value} - => M (Key Bytes2Bytes|-> Value) - rule (M:MapBytesToBytes{Key <- Value})(A Bytes2Bytes|-> B N:MapBytesToBytes) - => (M (A Bytes2Bytes|-> B)) {Key <- Value} N - requires notBool A ==K Key - [simplification, preserves-definedness] - - rule M:MapBytesToBytes{Key1 <- Value1}[Key2 <- Value2] - => ((M:MapBytesToBytes[Key2 <- Value2]{Key1 <- Value1}) #And #Not ({Key1 #Equals Key2})) - #Or ((M:MapBytesToBytes[Key2 <- Value2]) #And {Key1 #Equals Key2}) - [simplification(20)] - rule M:MapBytesToBytes[Key <- Value] - => M:MapBytesToBytes{Key <- Value} - [simplification(100)] - rule M:MapBytesToBytes{Key1 <- _Value1}[Key2] orDefault Value2 - => M[Key2] orDefault Value2 - requires Key1 =/=K Key2 - [simplification] - rule _M:MapBytesToBytes{Key <- Value1}[Key] orDefault _Value2 - => Value1 - [simplification] - // rule M:MapBytesToBytes{Key1 <- Value1}[Key2] orDefault Value2 - // => (M[Key2] orDefault Value2 #And #Not ({Key1 #Equals Key2})) - // #Or (Value1 #And {Key1 #Equals Key2}) - // [simplification] - rule M:MapBytesToBytes{Key1 <- Value1}[Key2] - => (M[Key2] #And #Not ({Key1 #Equals Key2})) - #Or (Value1 #And {Key1 #Equals Key2}) - [simplification] - - rule Key1 in_keys(_:MapBytesToBytes{Key1 <- _}) - => true - [simplification(50)] - rule Key1 in_keys(M:MapBytesToBytes{Key2 <- _}) - => Key1 in_keys(M) - requires notBool Key1 ==K Key2 - [simplification(50)] - rule K1 in_keys(M:MapBytesToBytes { K2 <- _ }) - => K1 ==K K2 orBool K1 in_keys(M) - [simplification(100)] - -endmodule diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/data/map-int-to-bytes.k b/kmultiversx/src/kmultiversx/kdist/mx-semantics/data/map-int-to-bytes.k deleted file mode 100644 index da1c0235..00000000 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/data/map-int-to-bytes.k +++ /dev/null @@ -1,462 +0,0 @@ - -requires "int-type.k" -requires "bytes-type.k" - -module MAP-INT-TO-BYTES - imports private BOOL-SYNTAX - imports private INT-SYNTAX - imports private LIST-INT - imports private LIST-BYTES - // imports private LIST - // imports private SET-INT - imports private SET - imports INT-TYPE - imports BYTES-TYPE - - syntax Int - syntax Bytes - - syntax MapIntToBytes [hook(MAP.Map)] - syntax MapIntToBytes ::= MapIntToBytes MapIntToBytes - [ left, function, hook(MAP.concat), symbol(_MapIntToBytes_), - assoc, comm, unit(.MapIntToBytes), element(_Int2Bytes|->_), - index(0), format(%1%n%2) - ] - syntax MapIntToBytes ::= ".MapIntToBytes" - [ function, total, hook(MAP.unit), - symbol(.MapIntToBytes) - ] - syntax MapIntToBytes ::= WrappedInt "Int2Bytes|->" WrappedBytes - [ function, total, hook(MAP.element), - symbol(_Int2Bytes|->_), - injective - ] - - syntax priority _Int2Bytes|->_ > _MapIntToBytes_ .MapIntToBytes - syntax non-assoc _Int2Bytes|->_ - syntax WrappedBytes ::= MapIntToBytes "[" WrappedInt "]" - [function, hook(MAP.lookup), symbol(MapIntToBytes:lookup)] - syntax WrappedBytes ::= MapIntToBytes "[" WrappedInt "]" "orDefault" WrappedBytes - [ function, total, hook(MAP.lookupOrDefault), - symbol(MapIntToBytes:lookupOrDefault) - ] - syntax MapIntToBytes ::= MapIntToBytes "[" key: WrappedInt "<-" value: WrappedBytes "]" - [ function, total, symbol(MapIntToBytes:update), - hook(MAP.update), prefer - ] - syntax MapIntToBytes ::= MapIntToBytes "[" WrappedInt "<-" "undef" "]" - [ function, total, hook(MAP.remove), - symbol(_MapIntToBytes[_<-undef]) - ] - syntax MapIntToBytes ::= MapIntToBytes "-Map" MapIntToBytes - [ function, total, hook(MAP.difference) ] - syntax MapIntToBytes ::= updateMap(MapIntToBytes, MapIntToBytes) - [function, total, hook(MAP.updateAll)] - - syntax MapIntToBytes ::= removeAll(MapIntToBytes, Set) - [function, total, hook(MAP.removeAll)] - // syntax MapIntToBytes ::= removeAll(MapIntToBytes, SetInt) - // [function, total, hook(MAP.removeAll)] - - syntax Set ::= keys(MapIntToBytes) - [function, total, hook(MAP.keys)] - // syntax SetInt ::= keys(MapIntToBytes) - // [function, total, hook(MAP.keys)] - - // syntax List ::= "keys_list" "(" MapIntToBytes ")" - // [function, hook(MAP.keys_list)] - syntax ListInt ::= "keys_list" "(" MapIntToBytes ")" - [function, hook(MAP.keys_list)] - - syntax Bool ::= WrappedInt "in_keys" "(" MapIntToBytes ")" - [function, total, hook(MAP.in_keys)] - - // syntax List ::= values(MapIntToBytes) - // [function, hook(MAP.values)] - syntax ListBytes ::= values(MapIntToBytes) - [function, hook(MAP.values)] - - syntax Int ::= size(MapIntToBytes) - [function, total, hook(MAP.size), symbol(MapIntToBytes.sizeMap)] - syntax Bool ::= MapIntToBytes "<=Map" MapIntToBytes - [function, total, hook(MAP.inclusion)] - syntax WrappedInt ::= choice(MapIntToBytes) - [function, hook(MAP.choice), symbol(MapIntToBytes:choice)] -endmodule - -module MAP-INT-TO-BYTES-PRIMITIVE - imports MAP-INT-TO-BYTES-PRIMITIVE-CONCRETE - imports MAP-INT-TO-BYTES-PRIMITIVE-SYMBOLIC -endmodule - -module MAP-INT-TO-BYTES-PRIMITIVE-CONCRETE [concrete] - imports public BOOL - imports private K-EQUAL - imports public MAP-INT-TO-BYTES - - syntax Bytes ::= MapIntToBytes "{{" Int "}}" - [function, symbol(MapIntToBytes:primitiveLookup)] - syntax Bytes ::= MapIntToBytes "{{" Int "}}" "orDefault" Bytes - [ function, total, symbol(MapIntToBytes:primitiveLookupOrDefault) ] - syntax MapIntToBytes ::= MapIntToBytes "{{" key: Int "<-" value: Bytes "}}" - [ function, total, symbol(MapIntToBytes:primitiveUpdate), - prefer - ] - syntax MapIntToBytes ::= MapIntToBytes "{{" Int "<-" "undef" "}}" - [ function, total, symbol(MapIntToBytes:primitiveRemove) ] - syntax Bool ::= Int "in_keys" "{{" MapIntToBytes "}}" - [function, total, symbol(MapIntToBytes:primitiveInKeys)] - - rule (M:MapIntToBytes {{ Key:Int }}) - => (unwrap( M[wrap(Key)] )) - rule M:MapIntToBytes {{ Key:Int }} orDefault Value:Bytes - => unwrap( M[wrap(Key)] orDefault wrap(Value) ) - rule M:MapIntToBytes {{ Key:Int <- Value:Bytes }} - => M[wrap(Key) <- wrap(Value)] - rule M:MapIntToBytes {{ Key:Int <- undef }} - => M[wrap(Key) <- undef] - rule Key:Int in_keys {{ M:MapIntToBytes }} => wrap(Key) in_keys(M) -endmodule - -module MAP-INT-TO-BYTES-PRIMITIVE-SYMBOLIC [symbolic] - imports public BOOL - imports private K-EQUAL - imports public MAP-INT-TO-BYTES - imports private MAP-INT-TO-BYTES-KORE-SYMBOLIC - - syntax Bytes ::= MapIntToBytes "{{" Int "}}" - [function, symbol(MapIntToBytes:primitiveLookup)] - syntax Bytes ::= MapIntToBytes "{{" Int "}}" "orDefault" Bytes - [ function, total, symbol(MapIntToBytes:primitiveLookupOrDefault) ] - syntax MapIntToBytes ::= MapIntToBytes "{{" key: Int "<-" value: Bytes "}}" - [ function, total, symbol(MapIntToBytes:primitiveUpdate), - prefer - ] - syntax MapIntToBytes ::= MapIntToBytes "{{" Int "<-" "undef" "}}" - [ function, total, symbol(MapIntToBytes:primitiveRemove) ] - syntax Bool ::= Int "in_keys" "{{" MapIntToBytes "}}" - [function, total, symbol(MapIntToBytes:primitiveInKeys)] - - // Definitions - // ----------- - - rule (wrap(Key) Int2Bytes|-> V:WrappedBytes M:MapIntToBytes) - {{ Key:Int }} - => unwrap( V ) - ensures notBool Key in_keys {{ M }} - - rule (wrap(Key) Int2Bytes|-> V:WrappedBytes M:MapIntToBytes) - {{ Key:Int }} orDefault _:Bytes - => unwrap( V ) - ensures notBool Key in_keys {{ M }} - rule M:MapIntToBytes {{ Key:Int }} orDefault V:Bytes - => V - requires notBool Key in_keys {{ M }} - - rule (wrap(Key) Int2Bytes|-> _:WrappedBytes M:MapIntToBytes) - {{ Key:Int <- Value:Bytes }} - => (wrap(Key) Int2Bytes|-> wrap(Value)) M - rule M:MapIntToBytes {{ Key:Int <- Value:Bytes }} - => (wrap(Key) Int2Bytes|-> wrap(Value)) M - requires notBool Key in_keys {{ M }} - - rule (wrap(Key) Int2Bytes|-> _:WrappedBytes M:MapIntToBytes) - {{ Key:Int <- undef }} - => M - ensures notBool Key in_keys {{ M }} - rule M:MapIntToBytes {{ Key:Int <- undef }} - => M - requires notBool Key in_keys {{ M }} - - rule Key:Int in_keys - {{wrap(Key) Int2Bytes|-> _:WrappedBytes M:MapIntToBytes}} - => true - ensures notBool Key in_keys {{ M }} - rule _Key:Int in_keys {{ .MapIntToBytes }} - => false - // TODO: This may create an exponential evaluation tree, depending on how - // caching works in the backend. It should be rewritten to finish in - // O(n^2) or something like that, where n is the number of explicit keys - // in the map. - rule Key:Int in_keys - {{Key2:WrappedInt Int2Bytes|-> _:WrappedBytes M:MapIntToBytes}} - => Key in_keys {{ M }} - requires Key =/=K unwrap( Key2 ) - ensures notBool Key2 in_keys (M) - [simplification] - - // Translation rules - rule M:MapIntToBytes[Key:WrappedInt] - => wrap(M{{unwrap( Key )}}) - [simplification, symbolic(M)] - rule M:MapIntToBytes[Key:WrappedInt] - => wrap(M{{unwrap( Key )}}) - [simplification, symbolic(Key)] - rule M:MapIntToBytes{{Key}} - => unwrap( M[wrap(Key)] ) - [simplification, concrete] - - rule M:MapIntToBytes [ Key:WrappedInt ] orDefault Value:WrappedBytes - => wrap(M {{ unwrap( Key ) }} orDefault unwrap( Value )) - [simplification, symbolic(M)] - rule M:MapIntToBytes [ Key:WrappedInt ] orDefault Value:WrappedBytes - => wrap(M {{ unwrap( Key ) }} orDefault unwrap( Value )) - [simplification, symbolic(Key)] - rule M:MapIntToBytes [ Key:WrappedInt ] orDefault Value:WrappedBytes - => wrap(M {{ unwrap( Key ) }} orDefault unwrap( Value )) - [simplification, symbolic(Value)] - rule M:MapIntToBytes{{Key}} orDefault Value - => unwrap( M[wrap(Key)] orDefault wrap(Value) ) - [simplification, concrete] - - rule M:MapIntToBytes[Key:WrappedInt <- Value:WrappedBytes] - => M {{ unwrap( Key ) <- unwrap( Value ) }} - [simplification, symbolic(M)] - rule M:MapIntToBytes[Key:WrappedInt <- Value:WrappedBytes] - => M {{ unwrap( Key ) <- unwrap( Value ) }} - [simplification, symbolic(Key)] - rule M:MapIntToBytes[Key:WrappedInt <- Value:WrappedBytes] - => M {{ unwrap( Key ) <- unwrap( Value ) }} - [simplification, symbolic(Value)] - rule M:MapIntToBytes{{Key <- Value}} => M[wrap(Key) <- wrap(Value) ] - [simplification, concrete] - - rule M:MapIntToBytes[Key:WrappedInt <- undef] - => M {{ unwrap( Key ) <- undef }} - [simplification, symbolic(M)] - rule M:MapIntToBytes[Key:WrappedInt <- undef] - => M {{ unwrap( Key ) <- undef }} - [simplification, symbolic(Key)] - rule M:MapIntToBytes{{Key <- undef}} => M[wrap(Key) <- undef] - [simplification, concrete] - - rule Key:WrappedInt in_keys (M:MapIntToBytes) - => unwrap( Key ) in_keys {{M}} - [simplification, symbolic(M)] - rule Key:WrappedInt in_keys (M:MapIntToBytes) - => unwrap( Key ) in_keys {{M}} - [simplification, symbolic(Key)] - rule Key in_keys {{M:MapIntToBytes}} => wrap(Key) in_keys(M) - [simplification, concrete] - - // Symbolic execution rules - // ------------------------ - syntax Bool ::= definedPrimitiveLookup(MapIntToBytes, Int) [function, total] - rule definedPrimitiveLookup(M:MapIntToBytes, K:Int) => K in_keys{{M}} - - rule #Ceil(@M:MapIntToBytes {{@K:Int}}) - => {definedPrimitiveLookup(@M, @K) #Equals true} - #And #Ceil(@M) #And #Ceil(@K) - [simplification] - - rule M:MapIntToBytes {{ K <- _ }} {{ K <- V }} => M {{ K <- V }} [simplification] - rule (K1 Int2Bytes|-> V1 M:MapIntToBytes) {{ K2 <- V2 }} - => (K1 Int2Bytes|-> V1 (M {{ K2 <- V2 }})) - requires unwrap( K1 ) =/=K K2 - [simplification, preserves-definedness] - - rule (K1 Int2Bytes|-> V1 M:MapIntToBytes) {{ K2 <- undef }} - => (K1 Int2Bytes|-> V1 (M {{ K2 <- undef }})) - requires unwrap( K1 ) =/=K K2 - [simplification, preserves-definedness] - - rule (K1 Int2Bytes|-> _V M:MapIntToBytes) {{ K2 }} => M {{K2}} - requires unwrap( K1 ) =/=K K2 - ensures notBool (K1 in_keys(M)) - [simplification] - rule (_MAP:MapIntToBytes {{ K <- V1 }}) {{ K }} => V1 [simplification] - rule ( MAP:MapIntToBytes {{ K1 <- _V1 }}) {{ K2 }} => MAP {{ K2 }} - requires K1 =/=K K2 - [simplification] - - rule (K1 Int2Bytes|-> _V M:MapIntToBytes) {{ K2 }} orDefault D - => M {{K2}} orDefault D - requires unwrap( K1 ) =/=K K2 - ensures notBool (K1 in_keys(M)) - [simplification] - rule (_MAP:MapIntToBytes {{ K <- V1 }}) {{ K }} orDefault _ => V1 [simplification] - rule ( MAP:MapIntToBytes {{ K1 <- _V1 }}) {{ K2 }} orDefault D - => MAP {{ K2 }} orDefault D - requires K1 =/=K K2 - [simplification] - - rule K in_keys{{_M:MapIntToBytes {{ K <- undef }} }} => false [simplification] - rule K in_keys{{_M:MapIntToBytes {{ K <- _ }} }} => true [simplification] - rule K1 in_keys{{ _M:MapIntToBytes {{ K2 <- _ }} }} - => true requires K1 ==K K2 - [simplification] - rule K1 in_keys{{ M:MapIntToBytes {{ K2 <- _ }} }} - => K1 in_keys {{ M }} - requires K1 =/=K K2 - [simplification] - - rule K1 in_keys {{ (K2 Int2Bytes|-> V) M:MapIntToBytes }} - => K1 ==K unwrap( K2 ) orBool K1 in_keys {{ M }} - requires definedMapElementConcat(K2, V, M) - [simplification(100), preserves-definedness] - - - rule {false #Equals @Key in_keys{{ Key' Int2Bytes|-> Val @M:MapIntToBytes }}} - => #Ceil(@Key) #And #Ceil(Key' Int2Bytes|-> Val @M) - #And #Not({ @Key #Equals unwrap( Key' ) }) - #And {false #Equals @Key in_keys{{@M}}} - [simplification] - rule {@Key in_keys{{Key' Int2Bytes|-> Val @M:MapIntToBytes}} #Equals false} - => #Ceil(@Key) #And #Ceil(Key' Int2Bytes|-> Val @M) - #And #Not({@Key #Equals unwrap( Key' ) }) - #And {@Key in_keys{{@M}} #Equals false} - [simplification] - -endmodule - -module MAP-INT-TO-BYTES-KORE-SYMBOLIC - imports MAP-INT-TO-BYTES - imports private K-EQUAL - imports private BOOL - - syntax Bool ::= definedMapElementConcat(WrappedInt, WrappedBytes, MapIntToBytes) [function, total] - rule definedMapElementConcat(K, _V, M:MapIntToBytes) => notBool K in_keys(M) - - rule #Ceil(@M:MapIntToBytes [@K:WrappedInt]) - => {(@K in_keys(@M)) #Equals true} - #And #Ceil(@M) #And #Ceil(@K) - [simplification] - - rule (K Int2Bytes|-> _ M:MapIntToBytes) [ K <- V ] => (K Int2Bytes|-> V M) - [simplification, preserves-definedness] - rule M:MapIntToBytes [ K <- V ] => (K Int2Bytes|-> V M) requires notBool (K in_keys(M)) - [simplification, preserves-definedness] - rule M:MapIntToBytes [ K <- _ ] [ K <- V ] => M [ K <- V ] [simplification] - rule (K1 Int2Bytes|-> V1 M:MapIntToBytes) [ K2 <- V2 ] => (K1 Int2Bytes|-> V1 (M [ K2 <- V2 ])) - requires K1 =/=K K2 - [simplification, preserves-definedness] - - rule (K Int2Bytes|-> _ M:MapIntToBytes) [ K <- undef ] => M - ensures notBool (K in_keys(M)) - [simplification] - rule M:MapIntToBytes [ K <- undef ] => M - requires notBool (K in_keys(M)) - [simplification] - rule (K1 Int2Bytes|-> V1 M:MapIntToBytes) [ K2 <- undef ] - => (K1 Int2Bytes|-> V1 (M [ K2 <- undef ])) - requires K1 =/=K K2 - [simplification, preserves-definedness] - - rule (K Int2Bytes|-> V M:MapIntToBytes) [ K ] => V - ensures notBool (K in_keys(M)) - [simplification] - rule (K1 Int2Bytes|-> _V M:MapIntToBytes) [ K2 ] => M [K2] - requires K1 =/=K K2 - ensures notBool (K1 in_keys(M)) - [simplification] - rule (_MAP:MapIntToBytes [ K <- V1 ]) [ K ] => V1 [simplification] - rule ( MAP:MapIntToBytes [ K1 <- _V1 ]) [ K2 ] => MAP [ K2 ] - requires K1 =/=K K2 - [simplification] - - rule (K Int2Bytes|-> V M:MapIntToBytes) [ K ] orDefault _ => V - ensures notBool (K in_keys(M)) - [simplification] - rule (K1 Int2Bytes|-> _V M:MapIntToBytes) [ K2 ] orDefault D - => M [K2] orDefault D - requires K1 =/=K K2 - ensures notBool (K1 in_keys(M)) - [simplification] - rule (_MAP:MapIntToBytes [ K <- V1 ]) [ K ] orDefault _ => V1 [simplification] - rule ( MAP:MapIntToBytes [ K1 <- _V1 ]) [ K2 ] orDefault D - => MAP [ K2 ] orDefault D - requires K1 =/=K K2 - [simplification] - rule .MapIntToBytes [ _ ] orDefault D => D [simplification] - - rule K in_keys(_M:MapIntToBytes [ K <- undef ]) => false [simplification] - rule K in_keys(_M:MapIntToBytes [ K <- _ ]) => true [simplification] - rule K1 in_keys(M:MapIntToBytes [ K2 <- _ ]) - => true requires K1 ==K K2 orBool K1 in_keys(M) - [simplification] - rule K1 in_keys(M:MapIntToBytes [ K2 <- _ ]) - => K1 in_keys(M) - requires K1 =/=K K2 - [simplification] - - rule K in_keys((K Int2Bytes|-> V) M:MapIntToBytes) - => true - requires definedMapElementConcat(K, V, M) - [simplification(50), preserves-definedness] - rule K1 in_keys((K2 Int2Bytes|-> V) M:MapIntToBytes) - => K1 in_keys(M) - requires true - andBool definedMapElementConcat(K2, V, M) - andBool K1 =/=K K2 - [simplification(50), preserves-definedness] - rule K1 in_keys((K2 Int2Bytes|-> V) M:MapIntToBytes) - => K1 ==K K2 orBool K1 in_keys(M) - requires definedMapElementConcat(K2, V, M) - [simplification(100), preserves-definedness] - - - rule {false #Equals @Key in_keys(.MapIntToBytes)} => #Ceil(@Key) [simplification] - rule {@Key in_keys(.MapIntToBytes) #Equals false} => #Ceil(@Key) [simplification] - rule {false #Equals @Key in_keys(Key' Int2Bytes|-> Val @M:MapIntToBytes)} - => #Ceil(@Key) #And #Ceil(Key' Int2Bytes|-> Val @M) - #And #Not({@Key #Equals Key'}) - #And {false #Equals @Key in_keys(@M)} - [simplification] - rule {@Key in_keys(Key' Int2Bytes|-> Val @M:MapIntToBytes) #Equals false} - => #Ceil(@Key) #And #Ceil(Key' Int2Bytes|-> Val @M) - #And #Not({@Key #Equals Key'}) - #And {@Key in_keys(@M) #Equals false} - [simplification] -endmodule - -module MAP-INT-TO-BYTES-CURLY-BRACE - imports private BOOL - imports private K-EQUAL-SYNTAX - imports MAP-INT-TO-BYTES - - syntax MapIntToBytes ::= MapIntToBytes "{" key:WrappedInt "<-" value:WrappedBytes "}" - [function, total, symbol(MapIntToBytes:curly_update)] - rule M:MapIntToBytes{Key <- Value} => M (Key Int2Bytes|-> Value) - requires notBool Key in_keys(M) - rule (Key Int2Bytes|-> _ M:MapIntToBytes){Key <- Value} - => M (Key Int2Bytes|-> Value) - rule (M:MapIntToBytes{Key <- Value})(A Int2Bytes|-> B N:MapIntToBytes) - => (M (A Int2Bytes|-> B)) {Key <- Value} N - requires notBool A ==K Key - [simplification, preserves-definedness] - - rule M:MapIntToBytes{Key1 <- Value1}[Key2 <- Value2] - => ((M:MapIntToBytes[Key2 <- Value2]{Key1 <- Value1}) #And #Not ({Key1 #Equals Key2})) - #Or ((M:MapIntToBytes[Key2 <- Value2]) #And {Key1 #Equals Key2}) - [simplification(20)] - rule M:MapIntToBytes[Key <- Value] - => M:MapIntToBytes{Key <- Value} - [simplification(100)] - rule M:MapIntToBytes{Key1 <- _Value1}[Key2] orDefault Value2 - => M[Key2] orDefault Value2 - requires Key1 =/=K Key2 - [simplification] - rule _M:MapIntToBytes{Key <- Value1}[Key] orDefault _Value2 - => Value1 - [simplification] - // rule M:MapIntToBytes{Key1 <- Value1}[Key2] orDefault Value2 - // => (M[Key2] orDefault Value2 #And #Not ({Key1 #Equals Key2})) - // #Or (Value1 #And {Key1 #Equals Key2}) - // [simplification] - rule M:MapIntToBytes{Key1 <- Value1}[Key2] - => (M[Key2] #And #Not ({Key1 #Equals Key2})) - #Or (Value1 #And {Key1 #Equals Key2}) - [simplification] - - rule Key1 in_keys(_:MapIntToBytes{Key1 <- _}) - => true - [simplification(50)] - rule Key1 in_keys(M:MapIntToBytes{Key2 <- _}) - => Key1 in_keys(M) - requires notBool Key1 ==K Key2 - [simplification(50)] - rule K1 in_keys(M:MapIntToBytes { K2 <- _ }) - => K1 ==K K2 orBool K1 in_keys(M) - [simplification(100)] - -endmodule diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/elrond-config.md b/kmultiversx/src/kmultiversx/kdist/mx-semantics/elrond-config.md index bf74790e..c73187a8 100644 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/elrond-config.md +++ b/kmultiversx/src/kmultiversx/kdist/mx-semantics/elrond-config.md @@ -6,11 +6,11 @@ Combine Elrond node with Wasm. ```k // TODO: #or patterns are currently not supported in the Booster backend. PR k#4363 aims to resolve -// this with a desugaring pass in the K frontend, but this solution may not handle rule labels properly. -// In PR #267, we worked around this by either duplicating rules or commenting out cells that contain #or patterns. +// this with a desugaring pass in the K frontend, but this solution may not handle rule labels properly. +// In PR #267, we worked around this by either duplicating rules or commenting out cells that contain #or patterns. // The duplicated rules have labels ending with '-instrs-empty' and '-instrs-wait'. -// -// Once the issue with #or patterns is resolved in a way that supports rule labels, +// +// Once the issue with #or patterns is resolved in a way that supports rule labels, // de-duplicate these rules and re-enable the commented-out #or patterns. // // K PR : https://github.com/runtimeverification/k/pull/4363 @@ -33,7 +33,6 @@ module ELROND-CONFIG imports ELROND-NODE imports ESDT imports LIST-BYTES - imports MAP-BYTES-TO-BYTES-PRIMITIVE imports SWITCH configuration @@ -77,7 +76,7 @@ module ELROND-CONFIG MODIDX:Int MODIDX - wrap(0) Int2Int|-> wrap(MEMADDR) + 0 |-> MEMADDR ... @@ -92,7 +91,7 @@ module ELROND-CONFIG MODIDX:Int MODIDX - wrap(0) Int2Int|-> wrap(MEMADDR) + 0 |-> MEMADDR ... @@ -126,7 +125,7 @@ module ELROND-CONFIG MODIDX:Int MODIDX - wrap(0) Int2Int|-> wrap(MEMADDR) + 0 |-> MEMADDR ... @@ -144,7 +143,7 @@ module ELROND-CONFIG MODIDX:Int MODIDX - wrap(0) Int2Int|-> wrap(MEMADDR) + 0 |-> MEMADDR ... @@ -188,7 +187,7 @@ TODO: Implement [reserved keys and read-only runtimes](https://github.com/Elrond CALLEE
CALLEE
- STORAGE => STORAGE{{KEY <- undef}} + STORAGE => STORAGE[KEY <- undef] ...
requires VALUE ==K .Bytes @@ -197,7 +196,7 @@ TODO: Implement [reserved keys and read-only runtimes](https://github.com/Elrond CALLEE
CALLEE
- STORAGE => STORAGE{{KEY <- VALUE}} + STORAGE => STORAGE[KEY <- VALUE] ...
requires VALUE =/=K .Bytes @@ -241,21 +240,23 @@ TODO: Implement [reserved keys and read-only runtimes](https://github.com/Elrond // ADDR : _ : _ [owise] - syntax Bytes ::= #lookupStorage ( MapBytesToBytes , key: Bytes ) [function, total] + syntax Bytes ::= #lookupStorage ( Map , key: Bytes ) [function, total] // --------------------------------------------------------------- - rule #lookupStorage(STORAGE, KEY) => STORAGE{{KEY}} orDefault .Bytes + rule #lookupStorage(STORAGE, KEY) => {STORAGE[KEY] orDefault .Bytes}:>Bytes + requires isBytes(STORAGE[KEY] orDefault .Bytes) + rule #lookupStorage(_STORAGE, _KEY) => .Bytes [owise] - syntax Int ::= #storageStatus ( MapBytesToBytes , key : Bytes , val : Bytes ) [function, total] + syntax Int ::= #storageStatus ( Map , key : Bytes , val : Bytes ) [function, total] | #StorageUnmodified () [function, total] | #StorageModified () [function, total] | #StorageAdded () [function, total] | #StorageDeleted () [function, total] // ----------------------------------------------------------- - rule #storageStatus(STOR, KEY, VAL) => #StorageUnmodified() requires VAL ==K .Bytes andBool notBool KEY in_keys{{STOR}} - rule #storageStatus(STOR, KEY, VAL) => #StorageUnmodified() requires VAL =/=K .Bytes andBool KEY in_keys{{STOR}} andBool STOR{{KEY}} ==K VAL - rule #storageStatus(STOR, KEY, VAL) => #StorageModified () requires VAL =/=K .Bytes andBool KEY in_keys{{STOR}} andBool STOR{{KEY}} =/=K VAL - rule #storageStatus(STOR, KEY, VAL) => #StorageAdded () requires VAL =/=K .Bytes andBool notBool KEY in_keys{{STOR}} - rule #storageStatus(STOR, KEY, VAL) => #StorageDeleted () requires VAL ==K .Bytes andBool KEY in_keys{{STOR}} + rule #storageStatus(STOR, KEY, VAL) => #StorageUnmodified() requires VAL ==K .Bytes andBool notBool KEY in_keys(STOR) + rule #storageStatus(STOR, KEY, VAL) => #StorageUnmodified() requires VAL =/=K .Bytes andBool KEY in_keys(STOR) andBool STOR[KEY] ==K VAL + rule #storageStatus(STOR, KEY, VAL) => #StorageModified () requires VAL =/=K .Bytes andBool KEY in_keys(STOR) andBool STOR[KEY] =/=K VAL + rule #storageStatus(STOR, KEY, VAL) => #StorageAdded () requires VAL =/=K .Bytes andBool notBool KEY in_keys(STOR) + rule #storageStatus(STOR, KEY, VAL) => #StorageDeleted () requires VAL ==K .Bytes andBool KEY in_keys(STOR) rule #StorageUnmodified() => 0 rule #StorageModified () => 1 @@ -502,7 +503,7 @@ TODO: Implement [reserved keys and read-only runtimes](https://github.com/Elrond #waitCommands ... [priority(61)] - syntax InternalCmd ::= setAccountFields ( Bytes, Int, Int, Code, Bytes, MapBytesToBytes ) [klabel(setAccountFields), symbol] + syntax InternalCmd ::= setAccountFields ( Bytes, Int, Int, Code, Bytes, Map ) [klabel(setAccountFields), symbol] | setAccountCode ( Bytes, Code ) [klabel(setAccountCode), symbol] | setAccountOwner ( Bytes, Bytes ) // --------------------------------------------------------------- @@ -603,9 +604,9 @@ TODO: Implement [reserved keys and read-only runtimes](https://github.com/Elrond [priority(60)] rule [transferFundsH]: - transferFundsH(ACCTFROM, ACCTTO, VALUE) + transferFundsH(ACCTFROM, ACCTTO, VALUE) => appendToOutAccount(ACCTTO, OutputTransfer(ACCTFROM, VALUE)) - ... + ...
ACCTFROM
@@ -646,7 +647,7 @@ TODO: Implement [reserved keys and read-only runtimes](https://github.com/Elrond // ------------------------------------------------------------------------------------- rule callContract(TO, FUNCNAME:String, VMINPUT) => callContract(TO, #quoteUnparseWasmString(FUNCNAME), VMINPUT) - + rule [callContract]: callContract(TO, FUNCNAME:WasmStringToken, @@ -773,8 +774,8 @@ Initialize the call state and invoke the endpoint function: ... - _ => .MapIntToInt - _ => .MapIntToBytes + _ => .Map + _ => .Map _ => .BytesStack MODIDX:Int _ => .ListAsyncCall diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/elrond-node.md b/kmultiversx/src/kmultiversx/kdist/mx-semantics/elrond-node.md index 28016d4f..e56777c6 100644 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/elrond-node.md +++ b/kmultiversx/src/kmultiversx/kdist/mx-semantics/elrond-node.md @@ -5,15 +5,11 @@ Elrond Node requires "wasm-semantics/wasm.md" requires "data/async-call.k" requires "data/list-bytes.k" -requires "data/map-bytes-to-bytes.k" -requires "data/map-int-to-bytes.k" module ELROND-NODE imports DOMAINS imports ASYNC-CALL imports LIST-BYTES - imports MAP-BYTES-TO-BYTES - imports MAP-INT-TO-BYTES imports WASM configuration @@ -38,8 +34,8 @@ module ELROND-NODE // executional // every contract call uses its own wasm module instance, managed data heaps, and bytesStack. - .MapIntToInt - .MapIntToBytes + .Map + .Map .BytesStack .Int .ListAsyncCall @@ -78,7 +74,7 @@ If the account is not a contract, `ownerAddress` is `.Bytes`. Storage maps byte arrays to byte arrays. ```k - .MapBytesToBytes + .Map
diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/esdt.md b/kmultiversx/src/kmultiversx/kdist/mx-semantics/esdt.md index 44216389..dcfcdc64 100644 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/esdt.md +++ b/kmultiversx/src/kmultiversx/kdist/mx-semantics/esdt.md @@ -11,7 +11,6 @@ module ESDT imports ELROND-NODE imports SWITCH-SYNTAX imports LIST-BYTES-EXTENSIONS - imports MAP-BYTES-TO-BYTES-PRIMITIVE syntax Bytes ::= "#esdtSCAddress" [macro] // ------------------------------------------- diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/kasmer.md b/kmultiversx/src/kmultiversx/kdist/mx-semantics/kasmer.md index d8956fff..3dcf880a 100644 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/kasmer.md +++ b/kmultiversx/src/kmultiversx/kdist/mx-semantics/kasmer.md @@ -54,7 +54,7 @@ Only the `#kasmerRunner` account can execute these commands/host functions. ... (.K => createAccount(ADDR) - ~> setAccountFields(ADDR, NONCE, BALANCE, .Code, .Bytes, .MapBytesToBytes ) + ~> setAccountFields(ADDR, NONCE, BALANCE, .Code, .Bytes, .Map ) ) ... @@ -200,7 +200,7 @@ Only the `#kasmerRunner` account can execute these commands/host functions. ADDR : KEY : VALUE : _
ADDR
- STORAGE => STORAGE{{KEY <- undef}} + STORAGE => STORAGE[KEY <- undef] ...
requires VALUE ==K .Bytes @@ -211,7 +211,7 @@ Only the `#kasmerRunner` account can execute these commands/host functions. ADDR : KEY : VALUE : _
ADDR
- STORAGE => STORAGE{{KEY <- VALUE}} + STORAGE => STORAGE[KEY <- VALUE] ...
requires VALUE =/=K .Bytes diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/mandos.md b/kmultiversx/src/kmultiversx/kdist/mx-semantics/mandos.md index 06b70af9..fa9e64b7 100644 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/mandos.md +++ b/kmultiversx/src/kmultiversx/kdist/mx-semantics/mandos.md @@ -100,40 +100,40 @@ Only take the next step once both the Elrond node and Wasm are done executing. ### Helper Functions ```k - syntax MapBytesToBytes ::= #removeEmptyBytes ( MapBytesToBytes ) [function] + syntax Map ::= #removeEmptyBytes ( Map ) [function] // ---------------------------------------------------------------------------------------- - rule #removeEmptyBytes(.MapBytesToBytes) - => .MapBytesToBytes - rule #removeEmptyBytes(Key Bytes2Bytes|-> Value M) - => #if Value ==K wrap(.Bytes) + rule #removeEmptyBytes(.Map) + => .Map + rule #removeEmptyBytes(Key |-> Value M) + => #if Value ==K .Bytes #then #removeEmptyBytes(M) - #else Key Bytes2Bytes|-> Value #removeEmptyBytes(M) + #else Key |-> Value #removeEmptyBytes(M) #fi requires notBool Key in_keys(M) - rule #removeEmptyBytes(Key Bytes2Bytes|-> Value M) - => #if Value ==K wrap(.Bytes) + rule #removeEmptyBytes(Key |-> Value M) + => #if Value ==K .Bytes #then #removeEmptyBytes(M) - #else Key Bytes2Bytes|-> Value #removeEmptyBytes(M) + #else Key |-> Value #removeEmptyBytes(M) #fi requires notBool Key in_keys(M) [simplification] - syntax MapBytesToBytes ::= #removeReservedKeys ( MapBytesToBytes ) [function] + syntax Map ::= #removeReservedKeys ( Map ) [function] // ---------------------------------------------------------------------------------------- - rule #removeReservedKeys(.MapBytesToBytes) - => .MapBytesToBytes - rule #removeReservedKeys(wrap(Key) Bytes2Bytes|-> Value M) + rule #removeReservedKeys(.Map) + => .Map + rule #removeReservedKeys(Key |-> Value M) => #if #hasPrefix(Bytes2String(Key), "ELROND") #then #removeReservedKeys(M) - #else wrap(Key) Bytes2Bytes|-> Value #removeReservedKeys(M) + #else Key |-> Value #removeReservedKeys(M) #fi - requires notBool wrap(Key) in_keys(M) - rule #removeReservedKeys(wrap(Key) Bytes2Bytes|-> Value M) + requires notBool Key in_keys(M) + rule #removeReservedKeys(Key |-> Value M) => #if #hasPrefix(Bytes2String(Key), "ELROND") #then #removeReservedKeys(M) - #else wrap(Key) Bytes2Bytes|-> Value #removeReservedKeys(M) + #else Key |-> Value #removeReservedKeys(M) #fi - requires notBool wrap(Key) in_keys(M) + requires notBool Key in_keys(M) [simplification] ``` @@ -142,10 +142,10 @@ Only take the next step once both the Elrond node and Wasm are done executing. ```k syntax Step ::= setAccount ( address: Address, nonce: Int, balance: Int, code: Code, - owner: Address, storage: MapBytesToBytes ) [klabel(setAccount), symbol] + owner: Address, storage: Map ) [klabel(setAccount), symbol] | setAccountAux ( address: Bytes, nonce: Int, balance: Int, code: Code, - owner: Bytes, storage: MapBytesToBytes ) [klabel(setAccountAux), symbol] + owner: Bytes, storage: Map ) [klabel(setAccountAux), symbol] | createAndSetAccountWithEmptyCode ( Bytes, Int, Int, Map ) | createAndSetAccountAfterInitCodeModule ( Bytes, Int, Int, Map ) // ------------------------------------------------------------------------------- @@ -461,8 +461,8 @@ Only take the next step once both the Elrond node and Wasm are done executing. .K [priority(61)] - syntax Step ::= checkAccountStorage ( Address, MapBytesToBytes ) [klabel(checkAccountStorage), symbol] - | checkAccountStorageAux ( Bytes, MapBytesToBytes ) [klabel(checkAccountStorageAux), symbol] + syntax Step ::= checkAccountStorage ( Address, Map ) [klabel(checkAccountStorage), symbol] + | checkAccountStorageAux ( Bytes, Map ) [klabel(checkAccountStorageAux), symbol] // ------------------------------------------------------------------------------------------------ rule checkAccountStorage(ADDRESS, STORAGE) => checkAccountStorageAux(#address2Bytes(ADDRESS), STORAGE) ... @@ -779,8 +779,8 @@ TODO make sure that none of the state changes are persisted -- [Doc](https://doc
TO
STOR - => STOR{{String2Bytes("ELRONDreward") - <- #incBytes(#lookupStorage(STOR, String2Bytes("ELRONDreward")), VAL)}} + => STOR[String2Bytes("ELRONDreward") + <- #incBytes(#lookupStorage(STOR, String2Bytes("ELRONDreward")), VAL)] TO_BAL => TO_BAL +Int VAL ... diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/baseOps.md b/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/baseOps.md index 1c6b0073..8be5e9ff 100644 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/baseOps.md +++ b/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/baseOps.md @@ -408,7 +408,7 @@ module BASEOPS ... 0 |-> ID_IDX - ... wrap(ID_IDX) Int2Bytes|-> wrap(TokId) ... + ... ID_IDX |-> TokId ... // TODO check arguments and handle errors if any // TODO handle Callee is not a contract diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/bigIntOps.md b/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/bigIntOps.md index cb16a3ac..252d10bf 100644 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/bigIntOps.md +++ b/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/bigIntOps.md @@ -5,44 +5,45 @@ Go implementation: [mx-chain-vm-go/vmhost/vmhooks/bigIntOps.go](https://github.c ```k requires "../elrond-config.md" -requires "../data/map-int-to-bytes.k" requires "baseOps.md" module BIGINT-HELPERS imports ELROND-CONFIG imports BASEOPS - imports MAP-INT-TO-BYTES-PRIMITIVE imports LIST-BYTES-EXTENSIONS syntax IntResult ::= getBigInt(Int) [function, total] // ------------------------------------------------------- rule [[ getBigInt(IDX) => I ]] - ... wrap(IDX) Int2Int|-> wrap(I) ... + ... IDX |-> I ... rule getBigInt(_) => Err("no bigInt under the given handle") [owise] syntax InternalInstr ::= #getBigInt ( idx : Int , Signedness ) // --------------------------------------------------------------- rule #getBigInt(BIGINT_IDX, SIGN) => .K ... - STACK => Int2Bytes(HEAP {{ BIGINT_IDX }} orDefault 0, BE, SIGN) : STACK + STACK => Int2Bytes({HEAP [ BIGINT_IDX ] orDefault 0}:>Int, BE, SIGN) : STACK HEAP - requires BIGINT_IDX in_keys{{ HEAP }} + requires BIGINT_IDX in_keys( HEAP ) + andBool isInt(HEAP [ BIGINT_IDX ] orDefault 0) [preserves-definedness] // Preserving definedness: // - Int2Bytes is total // - in_keys is total // - '_{{_}} orDefault' is total - + rule #getBigInt(BIGINT_IDX, _SIGN) => #throwException(ExecutionFailed, "no bigInt under the given handle") ... HEAP - requires notBool( BIGINT_IDX in_keys{{ HEAP }} ) + requires notBool( BIGINT_IDX in_keys( HEAP ) ) + orBool notBool isInt(HEAP [ BIGINT_IDX ] orDefault 0) syntax InternalInstr ::= #getBigIntOrCreate ( idx : Int , Signedness ) // --------------------------------------------------------------- rule [getBigIntOrCreate-get]: #getBigIntOrCreate(BIGINT_IDX, SIGN) => .K ... - STACK => Int2Bytes(HEAP {{ BIGINT_IDX }} orDefault 0, BE, SIGN) : STACK + STACK => Int2Bytes({HEAP [ BIGINT_IDX ] orDefault 0}:>Int, BE, SIGN) : STACK HEAP - requires BIGINT_IDX in_keys{{ HEAP }} + requires BIGINT_IDX in_keys( HEAP ) + andBool isInt(HEAP [ BIGINT_IDX ] orDefault 0) [preserves-definedness] // Preserving definedness: // - Int2Bytes is total @@ -53,7 +54,8 @@ module BIGINT-HELPERS #getBigIntOrCreate(BIGINT_IDX, SIGN) => #setBigIntValue(BIGINT_IDX, 0) ... STACK => Int2Bytes(0, BE, SIGN) : STACK HEAP - requires notBool( BIGINT_IDX in_keys{{ HEAP }} ) + requires notBool( BIGINT_IDX in_keys( HEAP ) ) + orBool notBool isInt(HEAP [ BIGINT_IDX ] orDefault 0) syntax InternalInstr ::= #setBigIntFromBytesStack ( idx: Int , Signedness ) | #setBigInt ( idx: Int , value: Bytes , Signedness ) @@ -63,30 +65,18 @@ module BIGINT-HELPERS BS : _ rule #setBigInt(BIGINT_IDX, BS, SIGN) => .K ... - HEAP => HEAP {{ BIGINT_IDX <- Bytes2Int(BS, BE, SIGN) }} + HEAP => HEAP [ BIGINT_IDX <- Bytes2Int(BS, BE, SIGN) ] rule #setBigIntValue(BIGINT_IDX, VALUE) => .K ... - HEAP => HEAP {{ BIGINT_IDX <- VALUE }} + HEAP => HEAP [ BIGINT_IDX <- VALUE ] syntax Int ::= #newKey(Map) [function, total] | #newKeyAux(Int, Map) [function, total] - | #newKey(MapIntToBytes) [function, total] - | #newKeyAux(Int, MapIntToBytes) [function, total] - | #newKey(MapIntToInt) [function, total] - | #newKeyAux(Int, MapIntToInt) [function, total] // ------------------------------------------------------- rule #newKey(M:Map) => #newKeyAux(size(M), M) rule #newKeyAux(I, M:Map) => I requires notBool(I in_keys(M)) rule #newKeyAux(I, M:Map) => #newKeyAux(I +Int 1, M) requires I in_keys(M) - rule #newKey(M:MapIntToBytes) => #newKeyAux(size(M), M) - rule #newKeyAux(I, M:MapIntToBytes) => I requires notBool(I in_keys{{M}}) - rule #newKeyAux(I, M:MapIntToBytes) => #newKeyAux(I +Int 1, M) requires I in_keys{{M}} - - rule #newKey(M:MapIntToInt) => #newKeyAux(size(M), M) - rule #newKeyAux(I, M:MapIntToInt) => I requires notBool(I in_keys{{M}}) - rule #newKeyAux(I, M:MapIntToInt) => #newKeyAux(I +Int 1, M) requires I in_keys{{M}} - // sqrtInt(X) = ⌊√X⌋ if X is non-negative // sqrtInt(X) = -1 if X is negative syntax Int ::= sqrtInt(Int) [function, total] @@ -111,7 +101,7 @@ module BIGINT-HELPERS // L and R gets closer at each iteration, eventuallly L == R holds rule #Ceil(sqrtBS(@X:Int, @L:Int, @R:Int)) => #Ceil(@X) #And #Ceil(@L) #And #Ceil(@R) #And {(@L <=Int @R) #Equals true} [simplification] - + // value in the middle for binary search syntax Int ::= bsMid(Int, Int) [function, total] rule bsMid(X,Y) => (X +Int Y +Int 1) /Int 2 @@ -125,17 +115,17 @@ module BIGINTOPS imports BIGINT-HELPERS // extern int32_t bigIntNew(void* context, long long smallValue); - rule hostCall("env", "bigIntNew", [ i64 .ValTypes ] -> [ i32 .ValTypes ]) - => i32.const #newKey(HEAP) - ... + rule hostCall("env", "bigIntNew", [ i64 .ValTypes ] -> [ i32 .ValTypes ]) + => i32.const #newKey(HEAP) + ... 0 |-> INITIAL - HEAP => HEAP {{ #newKey(HEAP) <- #signed(i64, INITIAL) }} + HEAP => HEAP [ #newKey(HEAP) <- #signed(i64, INITIAL) ] requires definedSigned(i64, INITIAL) [preserves-definedness] // Preserving definedness: // - #newKey is total - // - MapIntToInt{{Int <- Int}} is total + // - Map[Int <- Int] is total // - we check that #signed(i64, INITIAL) is defined. // extern int32_t bigIntUnsignedByteLength(void* context, int32_t reference); @@ -163,7 +153,7 @@ module BIGINTOPS ... 0 |-> IDX - ... wrap(IDX) Int2Int|-> wrap(V) ... + ... IDX |-> V ... requires V <=Int maxSInt64 andBool minSInt64 <=Int V @@ -172,7 +162,7 @@ module BIGINTOPS => #throwException(ExecutionFailed, "big int cannot be represented as int64") ... 0 |-> IDX - ... wrap(IDX) Int2Int|-> wrap(V) ... + ... IDX |-> V ... requires V >Int maxSInt64 orBool minSInt64 >Int V @@ -184,7 +174,7 @@ module BIGINTOPS 0 |-> IDX HEAP - requires notBool( IDX in_keys{{HEAP}}) + requires notBool(IDX in_keys(HEAP)) // extern int32_t bigIntGetUnsignedBytes(void* context, int32_t reference, int32_t byteOffset); rule hostCall("env", "bigIntGetUnsignedBytes", [ i32 i32 .ValTypes ] -> [ i32 .ValTypes ]) @@ -240,10 +230,12 @@ module BIGINTOPS rule hostCall("env", "bigIntAdd", [ i32 i32 i32 .ValTypes ] -> [ .ValTypes ]) => .K ... 0 |-> DST 1 |-> OP1_IDX 2 |-> OP2_IDX HEAP - => HEAP {{ DST <- (HEAP{{OP1_IDX}} orDefault 0) +Int (HEAP{{OP2_IDX}} orDefault 0) }} + => HEAP [ DST <- ({HEAP[OP1_IDX] orDefault 0}:>Int) +Int ({HEAP[OP2_IDX] orDefault 0}:>Int) ] - requires OP1_IDX in_keys{{HEAP}} - andBool OP2_IDX in_keys{{HEAP}} + requires OP1_IDX in_keys(HEAP) + andBool OP2_IDX in_keys(HEAP) + andBool isInt(HEAP[OP1_IDX] orDefault 0) + andBool isInt(HEAP[OP2_IDX] orDefault 0) [preserves-definedness] // Preserving definedness: // - +Int is total @@ -251,24 +243,28 @@ module BIGINTOPS // - _{{_ <- _}} is total // - _{{_}} orDefault _ is total - // TODO a lot of code duplication in the error cases. + // TODO a lot of code duplication in the error cases. // use sth like #getBigInt that checks existence rule hostCall("env", "bigIntAdd", [ i32 i32 i32 .ValTypes ] -> [ .ValTypes ]) => #throwException(ExecutionFailed, "no bigInt under the given handle") ... 0 |-> _DST 1 |-> OP1_IDX 2 |-> OP2_IDX HEAP - requires notBool (OP1_IDX in_keys{{HEAP}}) - orBool notBool (OP2_IDX in_keys{{HEAP}}) + requires notBool (OP1_IDX in_keys(HEAP)) + orBool notBool (OP2_IDX in_keys(HEAP)) + orBool notBool isInt(HEAP[OP1_IDX] orDefault 0) + orBool notBool isInt(HEAP[OP2_IDX] orDefault 0) // extern void bigIntSub(void* context, int32_t destination, int32_t op1, int32_t op2); rule hostCall("env", "bigIntSub", [ i32 i32 i32 .ValTypes ] -> [ .ValTypes ]) => .K ... 0 |-> DST 1 |-> OP1_IDX 2 |-> OP2_IDX HEAP - => HEAP {{ DST <- (HEAP{{OP1_IDX}} orDefault 0) -Int (HEAP{{OP2_IDX}} orDefault 0) }} + => HEAP [ DST <- ({HEAP[OP1_IDX] orDefault 0}:>Int) -Int ({HEAP[OP2_IDX] orDefault 0}:>Int) ] - requires OP1_IDX in_keys{{HEAP}} - andBool OP2_IDX in_keys{{HEAP}} + requires OP1_IDX in_keys(HEAP) + andBool OP2_IDX in_keys(HEAP) + andBool isInt(HEAP[OP1_IDX] orDefault 0) + andBool isInt(HEAP[OP2_IDX] orDefault 0) [preserves-definedness] // Preserving definedness: // - -Int is total @@ -281,17 +277,21 @@ module BIGINTOPS 0 |-> _DST 1 |-> OP1_IDX 2 |-> OP2_IDX HEAP - requires notBool (OP1_IDX in_keys{{HEAP}}) - orBool notBool (OP2_IDX in_keys{{HEAP}}) + requires notBool (OP1_IDX in_keys(HEAP)) + orBool notBool (OP2_IDX in_keys(HEAP)) + orBool notBool isInt(HEAP[OP1_IDX] orDefault 0) + orBool notBool isInt(HEAP[OP2_IDX] orDefault 0) // extern void bigIntMul(void* context, int32_t destination, int32_t op1, int32_t op2); rule hostCall("env", "bigIntMul", [ i32 i32 i32 .ValTypes ] -> [ .ValTypes ]) => .K ... 0 |-> DST 1 |-> OP1_IDX 2 |-> OP2_IDX HEAP - => HEAP {{ DST <- (HEAP{{OP1_IDX}} orDefault 0) *Int (HEAP{{OP2_IDX}} orDefault 0) }} + => HEAP [ DST <- ({HEAP[OP1_IDX] orDefault 0}:>Int) *Int ({HEAP[OP2_IDX] orDefault 0}:>Int) ] - requires OP1_IDX in_keys{{HEAP}} - andBool OP2_IDX in_keys{{HEAP}} + requires OP1_IDX in_keys(HEAP) + andBool OP2_IDX in_keys(HEAP) + andBool isInt(HEAP[OP1_IDX] orDefault 0) + andBool isInt(HEAP[OP2_IDX] orDefault 0) [preserves-definedness] // Preserving definedness: // - *Int is total @@ -304,18 +304,22 @@ module BIGINTOPS 0 |-> _DST 1 |-> OP1_IDX 2 |-> OP2_IDX HEAP - requires notBool (OP1_IDX in_keys{{HEAP}}) - orBool notBool (OP2_IDX in_keys{{HEAP}}) + requires notBool (OP1_IDX in_keys(HEAP)) + orBool notBool (OP2_IDX in_keys(HEAP)) + orBool notBool isInt(HEAP[OP1_IDX] orDefault 0) + orBool notBool isInt(HEAP[OP2_IDX] orDefault 0) // extern void bigIntTDiv(void* context, int32_t destination, int32_t op1, int32_t op2); rule hostCall("env", "bigIntTDiv", [ i32 i32 i32 .ValTypes ] -> [ .ValTypes ]) => .K ... 0 |-> DST 1 |-> OP1_IDX 2 |-> OP2_IDX HEAP - => HEAP {{ DST <- (HEAP{{OP1_IDX}} orDefault 0) /Int (HEAP{{OP2_IDX}} orDefault 0) }} + => HEAP [ DST <- ({HEAP[OP1_IDX] orDefault 0}:>Int) /Int ({HEAP[OP2_IDX] orDefault 0}:>Int) ] - requires OP1_IDX in_keys{{HEAP}} - andBool OP2_IDX in_keys{{HEAP}} - andBool HEAP{{OP2_IDX}} orDefault 0 =/=Int 0 + requires OP1_IDX in_keys(HEAP) + andBool OP2_IDX in_keys(HEAP) + andBool isInt(HEAP[OP1_IDX] orDefault 0) + andBool isInt(HEAP[OP2_IDX] orDefault 0) + andBool (HEAP[OP2_IDX] orDefault 0) =/=K 0 [preserves-definedness] // Preserving definedness: // - we checked that /Int is defined @@ -327,31 +331,36 @@ module BIGINTOPS 0 |-> _DST 1 |-> OP1_IDX 2 |-> OP2_IDX HEAP - requires notBool (OP1_IDX in_keys{{HEAP}}) - orBool notBool (OP2_IDX in_keys{{HEAP}}) + requires notBool (OP1_IDX in_keys(HEAP)) + orBool notBool (OP2_IDX in_keys(HEAP)) + orBool notBool isInt(HEAP[OP1_IDX] orDefault 0) + orBool notBool isInt(HEAP[OP2_IDX] orDefault 0) rule hostCall("env", "bigIntTDiv", [ i32 i32 i32 .ValTypes ] -> [ .ValTypes ]) => #throwException(ExecutionFailed, "division by 0") ... 0 |-> _DST 1 |-> OP1_IDX 2 |-> OP2_IDX HEAP - requires OP1_IDX in_keys{{HEAP}} - andBool OP2_IDX in_keys{{HEAP}} - andBool HEAP{{OP2_IDX}} orDefault 0 ==Int 0 + requires OP1_IDX in_keys(HEAP) + andBool OP2_IDX in_keys(HEAP) + andBool isInt(HEAP[OP1_IDX] orDefault 0) + andBool (HEAP[OP2_IDX] orDefault 0) ==K 0 // extern int32_t bigIntSign(void* context, int32_t op); rule hostCall("env", "bigIntSign", [ i32 .ValTypes ] -> [ i32 .ValTypes ]) - => i32.const #bigIntSign(HEAP{{IDX}} orDefault 0) + => i32.const #bigIntSign({HEAP[IDX] orDefault 0}:>Int) ... 0 |-> IDX HEAP - requires IDX in_keys{{HEAP}} - [preserves-definedness] // TODO maybe we don't need this anymore since everything is total + requires IDX in_keys(HEAP) + andBool isInt(HEAP[IDX] orDefault 0) + [preserves-definedness] // Preserving definedness: // - #bigIntSign is total // - in_keys is total - // - _{{_}} orDefault _ is total + // - _[_] orDefault _ is total + // - {HEAP[IDX] orDefault 0}:>Int is defined (checked isInt) rule hostCall("env", "bigIntSign", [ i32 .ValTypes ] -> [ i32 .ValTypes ]) => #throwException(ExecutionFailed, "no bigInt under the given handle") @@ -359,17 +368,20 @@ module BIGINTOPS 0 |-> IDX HEAP - requires notBool (IDX in_keys{{HEAP}}) + requires notBool (IDX in_keys(HEAP)) + orBool notBool isInt(HEAP[IDX] orDefault 0) // extern int32_t bigIntCmp(void* context, int32_t op1, int32_t op2); rule hostCall("env", "bigIntCmp", [ i32 i32 .ValTypes ] -> [ i32 .ValTypes ]) - => i32.const #cmpInt(HEAP {{OP1_IDX}} orDefault 0, HEAP {{OP2_IDX}} orDefault 0) + => i32.const #cmpInt({HEAP [OP1_IDX] orDefault 0}:>Int, {HEAP [OP2_IDX] orDefault 0}:>Int) ... 0 |-> OP1_IDX 1 |-> OP2_IDX HEAP - requires OP1_IDX in_keys{{HEAP}} - andBool OP2_IDX in_keys{{HEAP}} + requires OP1_IDX in_keys(HEAP) + andBool OP2_IDX in_keys(HEAP) + andBool isInt(HEAP [OP1_IDX] orDefault 0) + andBool isInt(HEAP [OP2_IDX] orDefault 0) [preserves-definedness] // Preserving definedness: // - #cmpInt is total @@ -383,8 +395,10 @@ module BIGINTOPS 0 |-> OP1_IDX 1 |-> OP2_IDX HEAP - requires notBool (OP1_IDX in_keys{{HEAP}}) - orBool notBool (OP2_IDX in_keys{{HEAP}}) + requires notBool (OP1_IDX in_keys(HEAP)) + orBool notBool (OP2_IDX in_keys(HEAP)) + orBool notBool isInt(HEAP[OP1_IDX] orDefault 0) + orBool notBool isInt(HEAP[OP2_IDX] orDefault 0) // extern void bigIntFinishUnsigned(void* context, int32_t reference); rule hostCall("env", "bigIntFinishUnsigned", [ i32 .ValTypes ] -> [ .ValTypes ]) @@ -434,7 +448,7 @@ module BIGINTOPS rule hostCall("env", "bigIntGetUnsignedArgument", [ i32 i32 .ValTypes ] -> [ .ValTypes ]) => .K ... 0 |-> ARG_IDX 1 |-> BIG_IDX ARGS - HEAP => HEAP {{ BIG_IDX <- Bytes2Int(ARGS {{ ARG_IDX }}, BE, Unsigned) }} + HEAP => HEAP [ BIG_IDX <- Bytes2Int(ARGS {{ ARG_IDX }}, BE, Unsigned) ] requires #validArgIdx(ARG_IDX, ARGS) [preserves-definedness] // Preserving definedness: @@ -454,7 +468,7 @@ module BIGINTOPS rule hostCall("env", "bigIntGetSignedArgument", [ i32 i32 .ValTypes ] -> [ .ValTypes ]) => .K ... 0 |-> ARG_IDX 1 |-> BIG_IDX ARGS - HEAP => HEAP {{ BIG_IDX <- Bytes2Int(ARGS {{ ARG_IDX }}, BE, Signed) }} + HEAP => HEAP [ BIG_IDX <- Bytes2Int(ARGS {{ ARG_IDX }}, BE, Signed) ] requires #validArgIdx(ARG_IDX, ARGS) [preserves-definedness] // Preserving definedness: @@ -470,7 +484,7 @@ module BIGINTOPS // extern void bigIntGetCallValue(void *context, int32_t destination); rule hostCall("env", "bigIntGetCallValue", [ i32 .ValTypes ] -> [ .ValTypes ]) => .K ... 0 |-> IDX - HEAP => HEAP {{ IDX <- VALUE }} + HEAP => HEAP [ IDX <- VALUE ] VALUE // extern void bigIntGetExternalBalance(void *context, int32_t addressOffset, int32_t result); @@ -541,7 +555,7 @@ module BIGINTOPS 0 |-> IDX HEAP - requires notBool (IDX in_keys{{ HEAP }}) + requires notBool (IDX in_keys( HEAP )) rule [bigIntIsInt64]: hostCall ( "env" , "bigIntIsInt64" , [ i32 .ValTypes ] -> [ i32 .ValTypes ] ) @@ -549,7 +563,7 @@ module BIGINTOPS ... 0 |-> IDX - ... wrap(IDX) Int2Int|-> wrap(V) ... + ... IDX |-> V ... // extern void bigIntSqrt(void* context, int32_t destinationHandle, int32_t opHandle); rule [bigIntSqrt-invalid-handle]: @@ -558,7 +572,7 @@ module BIGINTOPS 0 |-> _DEST 1 |-> IDX HEAP - requires notBool (IDX in_keys{{ HEAP }}) + requires notBool (IDX in_keys( HEAP )) rule [bigIntSqrt-neg]: hostCall ( "env" , "bigIntSqrt" , [ i32 i32 .ValTypes ] -> [ .ValTypes ] ) @@ -566,7 +580,7 @@ module BIGINTOPS ... 0 |-> _DEST 1 |-> IDX - ... wrap(IDX) Int2Int|-> wrap(V) ... + ... IDX |-> V ... requires V 0 |-> DEST 1 |-> IDX - ... wrap(IDX) Int2Int|-> wrap(V) ... + ... IDX |-> V ... requires 0 <=Int V // extern void bigIntAbs(void* context, int32_t destinationHandle, int32_t opHandle); @@ -585,7 +599,7 @@ module BIGINTOPS 0 |-> _DEST 1 |-> IDX HEAP - requires notBool (IDX in_keys{{ HEAP }}) + requires notBool (IDX in_keys( HEAP )) rule [bigIntAbs]: hostCall ( "env" , "bigIntAbs" , [ i32 i32 .ValTypes ] -> [ .ValTypes ] ) @@ -593,7 +607,7 @@ module BIGINTOPS ... 0 |-> DEST 1 |-> IDX - ... wrap(IDX) Int2Int|-> wrap(V) ... + ... IDX |-> V ... // extern void bigIntNeg(void* context, int32_t destinationHandle, int32_t opHandle); @@ -603,7 +617,7 @@ module BIGINTOPS 0 |-> _DEST 1 |-> IDX HEAP - requires notBool (IDX in_keys{{ HEAP }}) + requires notBool (IDX in_keys( HEAP )) rule [bigIntNeg]: hostCall ( "env" , "bigIntNeg" , [ i32 i32 .ValTypes ] -> [ .ValTypes ] ) @@ -611,10 +625,8 @@ module BIGINTOPS ... 0 |-> DEST 1 |-> IDX - ... wrap(IDX) Int2Int|-> wrap(V) ... + ... IDX |-> V ... endmodule ``` - - diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/manBufOps.md b/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/manBufOps.md index 8ce2f2f9..177a0647 100644 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/manBufOps.md +++ b/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/manBufOps.md @@ -6,26 +6,24 @@ Go implementation: [mx-chain-vm-go/vmhost/vmhooks/manBufOps.go](https://github.c ```k requires "../elrond-config.md" requires "bigIntOps.md" -requires "../data/map-int-to-bytes.k" module MANBUFOPS imports ELROND-CONFIG imports BIGINT-HELPERS - imports MAP-INT-TO-BYTES-PRIMITIVE imports LIST-BYTES-EXTENSIONS ``` ## Managed Buffer Internal Instructions ```k - syntax Bool ::= #validBufferId( Int , MapIntToBytes ) [function, total] + syntax Bool ::= #validBufferId( Int , Map ) [function, total] // ------------------------------------------------------------------- - rule #validBufferId(IDX, HEAP) => IDX in_keys {{HEAP}} + rule #validBufferId(IDX, HEAP) => IDX in_keys (HEAP) syntax BytesResult ::= getBuffer(Int) [function, total] // --------------------------------------------------------------------------------------------- rule [[ getBuffer(BUFFER_IDX) => {Bs}:>BytesResult ]] - ... wrap(BUFFER_IDX) Int2Bytes|-> wrap(Bs:Bytes) ... + ... BUFFER_IDX |-> Bs:Bytes ... rule getBuffer(_) => {Err("no managed buffer under the given handle")}:>BytesResult [owise] @@ -33,9 +31,11 @@ module MANBUFOPS // --------------------------------------------------------------- rule [getBuffer]: #getBuffer(BUFFER_IDX) => .K ... - STACK => HEAP{{BUFFER_IDX}} orDefault .Bytes : STACK - HEAP - requires #validBufferId(BUFFER_IDX, HEAP) + STACK => {HEAP[BUFFER_IDX] orDefault .Bytes}:>Bytes : STACK + HEAP:Map + requires #validBufferId(BUFFER_IDX, HEAP:Map) + andBool isBytes(HEAP[BUFFER_IDX] orDefault .Bytes) + [preserves-definedness] rule [getBuffer-not-found]: #getBuffer(BUFFER_IDX) @@ -44,6 +44,7 @@ module MANBUFOPS HEAP requires notBool #validBufferId(BUFFER_IDX, HEAP) + orBool notBool isBytes(HEAP[BUFFER_IDX] orDefault .Bytes) syntax InternalInstr ::= #setBufferFromBytesStack ( idx: Int ) | #setBuffer ( idx: Int , value: Bytes ) @@ -52,7 +53,7 @@ module MANBUFOPS BS : _ rule #setBuffer(BUFFER_IDX, BS) => .K ... - HEAP => HEAP {{ BUFFER_IDX <- BS }} + HEAP => HEAP [ BUFFER_IDX <- BS ] syntax InternalInstr ::= #appendBytesToBuffer( Int ) // ----------------------------------------------------------------- @@ -248,7 +249,7 @@ module MANBUFOPS => i32.const #newKey(HEAP) ... - HEAP => HEAP{{#newKey(HEAP) <- .Bytes}} + HEAP => HEAP[#newKey(HEAP) <- .Bytes] // extern int32_t mBufferNewFromBytes(void* context, int32_t dataOffset, int32_t dataLength); rule hostCall ( "env" , "mBufferNewFromBytes" , [ i32 i32 .ValTypes ] -> [ i32 .ValTypes ] ) @@ -259,7 +260,7 @@ module MANBUFOPS ... 0 |-> OFFSET 1 |-> LENGTH - HEAP => HEAP{{#newKey(HEAP) <- .Bytes}} + HEAP => HEAP[#newKey(HEAP) <- .Bytes] // extern void managedCaller(void* context, int32_t destinationHandle); rule hostCall("env", "managedCaller", [ i32 .ValTypes ] -> [ .ValTypes ] ) diff --git a/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/managedConversions.md b/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/managedConversions.md index 847a8aa5..f1068ba4 100644 --- a/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/managedConversions.md +++ b/kmultiversx/src/kmultiversx/kdist/mx-semantics/vmhooks/managedConversions.md @@ -86,7 +86,7 @@ module MANAGEDCONVERSIONS syntax ListBytesResult ::= readManagedVecOfManagedBuffers(Int) [function, total] // ---------------------------------------------------------------------------------------------------- rule [[ readManagedVecOfManagedBuffers(BUFFER_IDX) => chunks2buffers(VecBs) ]] - ... wrap(BUFFER_IDX) Int2Bytes|-> wrap(VecBs:Bytes) ... + ... BUFFER_IDX |-> VecBs:Bytes ... rule readManagedVecOfManagedBuffers(_) => Err("no managed buffer under the given handle") [owise] diff --git a/kmultiversx/src/kmultiversx/kdist/runtime/llvm-kasmer.json b/kmultiversx/src/kmultiversx/kdist/runtime/llvm-kasmer.json index cb9a5975..ecff6864 100644 --- a/kmultiversx/src/kmultiversx/kdist/runtime/llvm-kasmer.json +++ b/kmultiversx/src/kmultiversx/kdist/runtime/llvm-kasmer.json @@ -1 +1 @@ -{"format": "KAST", "term": {"args": [{"args": [{"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".String", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "DirectCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 8, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ValStack", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Int", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ModuleInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".FuncDefCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".TabInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".MemInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".GlobalInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ElemInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 10, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bool", "node": "KSort"}, "token": "true"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 9, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".MapIntToInt", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".MapIntToBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"bytesStackList\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Int", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListAsyncCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 12, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".VMOutput", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x02\\xff\\xff\""}], "arity": 1, "label": {"name": "
", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".EsdtDataCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131244"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "29"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967295"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131085"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "23"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131108"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "22"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131111"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "23"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967296"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131278"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131208"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "34"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "25"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131297"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131305"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "34"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "26"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "27"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131165"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "18"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intNe", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131183"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "25"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "29"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131148"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "34"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "256"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "31"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aWrap_i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aCvtOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "30"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "50"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131222"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "22"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131208"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "52"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "49"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore16", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "808464432"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intNe", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "52"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "49"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "255"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aExtend_i32_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aCvtOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "56"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "255"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aEqz", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTestOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "41"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "53"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "40"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore8", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131260"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131321"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "63"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "55"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "46"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "40"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aEqz", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTestOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "18"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "30"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "19"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "20"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967271"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "21"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967271"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "22"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "23"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "30"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "25"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "26"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "27"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "43"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "31"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "41"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "43"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131291"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "46"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "54"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "limitsMinMax", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "funcref", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aTableDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "limitsMin", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aMemoryDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutVar", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131360"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131360"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"ESDTLocalMintargument decode error (): function does not accept ESDT paymenttoo few argumentstoo many argumentswrong number of argumentsinput too longstorage decode error: Invalid token ID-_token_properties_num_decimals_roles_addressbad array lengthnrIssuedTokens\\x00panic occurred\""}], "arity": 3, "label": {"name": "aDataDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x9c\\xff\\xff\\xff\""}], "arity": 3, "label": {"name": "aDataDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"signalError\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferNew\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferAppend\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferAppendBytes\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedSignalError\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getNumESDTTransfers\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntGetUnsignedArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"smallIntGetUnsignedArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetLength\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getNumArguments\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferSetBytes\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferStorageLoad\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetByteSlice\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferStorageStore\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"checkNoPayment\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"validateTokenIdentifier\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntSign\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedCaller\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferFromBigIntUnsigned\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getGasLeft\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedSCAddress\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntNew\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedExecuteOnDestContext\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"cleanReturnData\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntSetInt64\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntAdd\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedMultiTransferESDTNFTExecute\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferFinish\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"memory\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"init\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "56"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issue\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "57"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issueNonFungible\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "58"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"registerMetaESDT\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "59"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"setSpecialRole\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "60"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"registerAndSetAllRoles\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "61"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"callBack\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "62"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issueSemiFungible\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "58"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"__data_end\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"__heap_base\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "String", "node": "KSort"}, "token": "\"src/esdt-system-sc/output/esdt-system-sc.wasm\""}], "arity": 3, "label": {"name": "moduleMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 11, "label": {"name": "aModuleDecl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".MapBytesToBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 7, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 5, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 5, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 8, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "String", "node": "KSort"}, "token": "\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 6, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bool", "node": "KSort"}, "token": "false"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, "version": 3} \ No newline at end of file +{"format": "KAST", "term": {"args": [{"args": [{"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".String", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "DirectCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 8, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ValStack", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Int", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ModuleInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".FuncDefCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".TabInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".MemInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".GlobalInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ElemInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 10, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bool", "node": "KSort"}, "token": "true"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 9, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"bytesStackList\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Int", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListAsyncCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 12, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".VMOutput", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x02\\xff\\xff\""}], "arity": 1, "label": {"name": "
", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".EsdtDataCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131244"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "29"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967295"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131085"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "23"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131108"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "22"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131111"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "23"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967296"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131278"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131208"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "34"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "25"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131297"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131305"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "34"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "26"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "27"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131165"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "18"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intNe", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131183"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "25"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "29"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131148"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "34"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "256"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "31"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aWrap_i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aCvtOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "30"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "50"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131222"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "22"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131208"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "52"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "49"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore16", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "808464432"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intNe", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "52"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "49"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "255"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aExtend_i32_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aCvtOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "56"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "255"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aEqz", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTestOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "41"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "53"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "40"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore8", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131260"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131321"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "63"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "55"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "46"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "40"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aEqz", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTestOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "18"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "30"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "19"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "20"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967271"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "21"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967271"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "22"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "23"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "30"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "25"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "26"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "27"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "43"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "31"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "41"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "43"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131291"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "46"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "54"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "limitsMinMax", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "funcref", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aTableDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "limitsMin", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aMemoryDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutVar", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131360"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131360"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"ESDTLocalMintargument decode error (): function does not accept ESDT paymenttoo few argumentstoo many argumentswrong number of argumentsinput too longstorage decode error: Invalid token ID-_token_properties_num_decimals_roles_addressbad array lengthnrIssuedTokens\\x00panic occurred\""}], "arity": 3, "label": {"name": "aDataDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x9c\\xff\\xff\\xff\""}], "arity": 3, "label": {"name": "aDataDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"signalError\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferNew\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferAppend\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferAppendBytes\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedSignalError\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getNumESDTTransfers\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntGetUnsignedArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"smallIntGetUnsignedArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetLength\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getNumArguments\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferSetBytes\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferStorageLoad\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetByteSlice\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferStorageStore\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"checkNoPayment\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"validateTokenIdentifier\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntSign\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedCaller\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferFromBigIntUnsigned\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getGasLeft\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedSCAddress\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntNew\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedExecuteOnDestContext\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"cleanReturnData\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntSetInt64\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntAdd\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedMultiTransferESDTNFTExecute\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferFinish\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"memory\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"init\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "56"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issue\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "57"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issueNonFungible\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "58"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"registerMetaESDT\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "59"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"setSpecialRole\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "60"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"registerAndSetAllRoles\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "61"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"callBack\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "62"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issueSemiFungible\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "58"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"__data_end\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"__heap_base\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "String", "node": "KSort"}, "token": "\"src/esdt-system-sc/output/esdt-system-sc.wasm\""}], "arity": 3, "label": {"name": "moduleMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 11, "label": {"name": "aModuleDecl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 7, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 5, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 5, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 8, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "String", "node": "KSort"}, "token": "\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 6, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bool", "node": "KSort"}, "token": "false"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, "version": 3} \ No newline at end of file diff --git a/kmultiversx/src/kmultiversx/kdist/runtime/llvm-mandos.json b/kmultiversx/src/kmultiversx/kdist/runtime/llvm-mandos.json index 9f857c06..f5c79737 100644 --- a/kmultiversx/src/kmultiversx/kdist/runtime/llvm-mandos.json +++ b/kmultiversx/src/kmultiversx/kdist/runtime/llvm-mandos.json @@ -1 +1 @@ -{"format": "KAST", "term": {"args": [{"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".String", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "DirectCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 8, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ValStack", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Int", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ModuleInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".FuncDefCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".TabInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".MemInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".GlobalInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ElemInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 10, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bool", "node": "KSort"}, "token": "true"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 9, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".MapIntToInt", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".MapIntToBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"bytesStackList\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Int", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListAsyncCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 12, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".VMOutput", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x02\\xff\\xff\""}], "arity": 1, "label": {"name": "
", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".EsdtDataCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131244"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "29"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967295"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131085"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "23"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131108"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131111"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967296"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131278"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131208"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "34"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131297"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131305"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "34"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131165"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "18"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intNe", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131183"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "25"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131148"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "256"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aWrap_i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aCvtOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "50"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131222"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "22"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131208"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "52"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "49"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore16", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "808464432"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intNe", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "52"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "49"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "255"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aExtend_i32_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aCvtOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "56"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "255"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aEqz", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTestOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "19"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "53"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "18"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore8", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131260"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131321"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "63"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "55"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "46"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "40"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aEqz", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTestOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "18"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "30"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "19"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "20"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967271"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "21"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967271"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "22"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "23"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "30"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "25"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "26"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "27"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "21"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "20"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "31"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "41"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "43"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131291"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "46"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "54"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "limitsMinMax", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "funcref", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aTableDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "limitsMin", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aMemoryDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutVar", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131360"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131360"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"ESDTLocalMintargument decode error (): function does not accept ESDT paymenttoo few argumentstoo many argumentswrong number of argumentsinput too longstorage decode error: Invalid token ID-_token_properties_num_decimals_roles_addressbad array lengthnrIssuedTokens\\x00panic occurred\""}], "arity": 3, "label": {"name": "aDataDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x9c\\xff\\xff\\xff\""}], "arity": 3, "label": {"name": "aDataDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"signalError\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferNew\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferAppend\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferAppendBytes\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedSignalError\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getNumESDTTransfers\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntGetUnsignedArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"smallIntGetUnsignedArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetLength\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getNumArguments\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferSetBytes\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferStorageLoad\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetByteSlice\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferStorageStore\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"checkNoPayment\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"validateTokenIdentifier\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntSign\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedCaller\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferFromBigIntUnsigned\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getGasLeft\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedSCAddress\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntNew\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedExecuteOnDestContext\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"cleanReturnData\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntSetInt64\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntAdd\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedMultiTransferESDTNFTExecute\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferFinish\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"memory\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"init\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "56"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issue\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "57"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issueNonFungible\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "58"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"registerMetaESDT\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "59"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"setSpecialRole\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "60"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"registerAndSetAllRoles\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "61"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"callBack\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "62"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issueSemiFungible\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "58"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"__data_end\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"__heap_base\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "String", "node": "KSort"}, "token": "\"src/esdt-system-sc/output/esdt-system-sc.wasm\""}], "arity": 3, "label": {"name": "moduleMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 11, "label": {"name": "aModuleDecl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".MapBytesToBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 7, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 5, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 5, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 8, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "String", "node": "KSort"}, "token": "\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 6, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, "version": 3} \ No newline at end of file +{"format": "KAST", "term": {"args": [{"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".String", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "DirectCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 8, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"arity": 0, "items": [], "node": "KSequence"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ValStack", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Int", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ModuleInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".FuncDefCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".TabInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".MemInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".GlobalInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ElemInstCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 10, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bool", "node": "KSort"}, "token": "true"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 9, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"bytesStackList\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Int", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListAsyncCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".ListBytes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 12, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".VMOutput", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x02\\xff\\xff\""}], "arity": 1, "label": {"name": "
", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".EsdtDataCellMap", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aFuncType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTypeDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131244"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "29"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967295"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131085"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "23"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131108"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131111"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967296"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131278"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131208"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "34"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131297"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131305"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "34"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "32"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131165"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "18"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intNe", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131183"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "25"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131148"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131356"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "256"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intGe_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aWrap_i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aCvtOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "50"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131222"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "22"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131208"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "52"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "49"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore16", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "808464432"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intNe", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "52"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "49"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "255"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aExtend_i32_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aCvtOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "56"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "255"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intEq", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aEqz", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTestOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "19"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "53"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "18"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad8_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore8", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 3, "label": {"name": "aLoop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131260"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131321"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "63"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "55"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131336"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "46"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "40"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "aEqz", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aTestOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intLt_s", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIRelOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aBr_if", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "18"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "30"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "19"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "39"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "20"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "35"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967271"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "21"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4294967271"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "22"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "23"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "38"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "30"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "33"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "25"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "26"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "65280"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAnd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "24"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intShr_u", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intOr", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i64", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "27"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "21"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aReturn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "20"}], "arity": 3, "label": {"name": "aBlock", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "31"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131261"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "17"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intSub", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.tee", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "15"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "48"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "47"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "41"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "43"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "storeOpStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aStore", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131291"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "37"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "loadOpLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 3, "label": {"name": "aLoad", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "45"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "16"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "intAdd", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aIBinOp", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aGlobal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "listValTypes", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "36"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "46"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.set", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "44"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "42"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "aLocal.get", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "51"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "28"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aDrop", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}, {"args": [{"args": [], "arity": 0, "label": {"name": ".List{\"listValTypes\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "aVecType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "54"}], "arity": 1, "label": {"name": "aCall", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": "aUnreachable", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "funcMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 4, "label": {"name": "aFuncDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "limitsMinMax", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "funcref", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aTableDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 1, "label": {"name": "limitsMin", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aMemoryDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutVar", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131360"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "mutConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "aGlobalType", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131360"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aGlobalDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131072"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"ESDTLocalMintargument decode error (): function does not accept ESDT paymenttoo few argumentstoo many argumentswrong number of argumentsinput too longstorage decode error: Invalid token ID-_token_properties_num_decimals_roles_addressbad array lengthnrIssuedTokens\\x00panic occurred\""}], "arity": 3, "label": {"name": "aDataDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}, {"args": [{"args": [{"args": [], "arity": 0, "label": {"name": "i32", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "131352"}], "arity": 2, "label": {"name": "aIConst", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Instrs_Instr_Instrs", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x9c\\xff\\xff\\xff\""}], "arity": 3, "label": {"name": "aDataDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"signalError\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferNew\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferAppend\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferAppendBytes\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedSignalError\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getNumESDTTransfers\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntGetUnsignedArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"smallIntGetUnsignedArgument\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "5"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetLength\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getNumArguments\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferSetBytes\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "3"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferStorageLoad\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferGetByteSlice\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "7"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferStorageStore\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"checkNoPayment\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"validateTokenIdentifier\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntSign\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedCaller\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferFromBigIntUnsigned\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"getGasLeft\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "9"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedSCAddress\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "4"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntNew\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "10"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedExecuteOnDestContext\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "11"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"cleanReturnData\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "8"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntSetInt64\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "12"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"bigIntAdd\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "13"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"managedMultiTransferESDTNFTExecute\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "14"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"env\""}, {"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"mBufferFinish\""}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "6"}], "arity": 2, "label": {"name": "aFuncDesc", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 3, "label": {"name": "aImportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"memory\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"init\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "56"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issue\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "57"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issueNonFungible\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "58"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"registerMetaESDT\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "59"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"setSpecialRole\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "60"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"registerAndSetAllRoles\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "61"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"callBack\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "62"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"issueSemiFungible\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "58"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"__data_end\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "1"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "WasmStringToken", "node": "KSort"}, "token": "\"__heap_base\""}, {"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "2"}], "arity": 2, "label": {"name": "aExportDefn", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".List{\"listStmt\"}", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "___WASM-COMMON-SYNTAX_Defns_Defn_Defns", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Identifier", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"node": "KToken", "sort": {"name": "String", "node": "KSort"}, "token": "\"src/esdt-system-sc/output/esdt-system-sc.wasm\""}], "arity": 3, "label": {"name": "moduleMeta", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 11, "label": {"name": "aModuleDecl", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [], "arity": 0, "label": {"name": ".Map", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 7, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 5, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Bytes", "node": "KSort"}, "token": "b\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 5, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 8, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "String", "node": "KSort"}, "token": "\"\""}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 6, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, {"args": [{"node": "KToken", "sort": {"name": "Int", "node": "KSort"}, "token": "0"}], "arity": 1, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}], "arity": 2, "label": {"name": "", "node": "KLabel", "params": []}, "node": "KApply", "variable": false}, "version": 3} \ No newline at end of file diff --git a/kmultiversx/src/kmultiversx/runtime.py b/kmultiversx/src/kmultiversx/runtime.py index 85d00f0a..b28de6b2 100644 --- a/kmultiversx/src/kmultiversx/runtime.py +++ b/kmultiversx/src/kmultiversx/runtime.py @@ -12,7 +12,7 @@ from kmultiversx import scenario from kmultiversx.kasmer import run_config_and_check_empty -from kmultiversx.scenario import KMapBytesToBytes +from kmultiversx.scenario import KMap from kmultiversx.utils import ( GENERATED_TOP_CELL, RUNTIME_KASMER_JSON_PATH, @@ -65,7 +65,7 @@ def load_runtime(krun: KRun, esdt_wasm: KInner) -> KInner: token(0), esdt_wasm, token(b''), - KMapBytesToBytes([]), + KMap([]), ], ) conf_with_steps = Subst(subst)(conf) diff --git a/kmultiversx/src/kmultiversx/scenario.py b/kmultiversx/src/kmultiversx/scenario.py index 5e6e498f..75dd7265 100644 --- a/kmultiversx/src/kmultiversx/scenario.py +++ b/kmultiversx/src/kmultiversx/scenario.py @@ -59,10 +59,6 @@ def KMap( # noqa: N802 return res -def KMapBytesToBytes(kitem_pairs: list[tuple[KInner, KInner]]) -> KInner: # noqa: N802 - return KMap(kitem_pairs, empty_map='.MapBytesToBytes', map_item='_Bytes2Bytes|->_', map_concat='_MapBytesToBytes_') - - def KList( # noqa: N802 items: Iterable[KInner], list_item: str = 'ListItem', empty: str = '.List', concat: str = '_List_' ) -> KInner: @@ -308,11 +304,10 @@ def mandos_to_set_account(address: str, sections: dict, filename: Path, output_d if code_path is not None: code_value = file_to_module_decl(code_path, output_dir) - storage_pairs = [ + storage_pairs: list[tuple[KInner, KInner]] = [ (mandos_argument_to_kbytes(k), mandos_argument_to_kbytes(v)) for (k, v) in sections.get('storage', {}).items() ] - wrapped_pairs = [(wrapBytes(k), wrapBytes(v)) for (k, v) in storage_pairs] - storage_value = KMapBytesToBytes(wrapped_pairs) + storage_value = KMap(storage_pairs) set_account_steps = [ KApply('setAccount', [address_value, nonce_value, balance_value, code_value, owner_value, storage_value]) @@ -417,13 +412,12 @@ def mandos_to_check_account(address: str, sections: dict, filename: Path) -> lis k_steps.append(KApply('checkAccountBalance', [address_value, balance_value])) if ('storage' in sections) and (sections['storage'] != '*'): # TODO move storage map creation to a function and reuse in mandos_to_set_account - storage_pairs = [] + storage_pairs: list[tuple[KInner, KInner]] = [] for k, v in sections['storage'].items(): k_bytes = mandos_argument_to_kbytes(k) v_bytes = mandos_argument_to_kbytes(v) storage_pairs.append((k_bytes, v_bytes)) - wrapped_pairs = [(wrapBytes(k), wrapBytes(v)) for (k, v) in storage_pairs] - storage_value = KMapBytesToBytes(wrapped_pairs) + storage_value = KMap(storage_pairs) k_steps.append(KApply('checkAccountStorage', [address_value, storage_value])) if ('code' in sections) and (sections['code'] != '*'): code_path_ = get_contract_code(sections['code'], filename) diff --git a/package/version b/package/version index 6667b8e5..5096aa31 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.88 +0.1.89 diff --git a/tests/simple/bad-big-int.wast b/tests/simple/bad-big-int.wast index 14e2d624..61b5078e 100644 --- a/tests/simple/bad-big-int.wast +++ b/tests/simple/bad-big-int.wast @@ -1,6 +1,6 @@ setExitCode 1 -setAccount("testDeployer", 0, 0, .Code, .Bytes, .MapBytesToBytes) +setAccount("testDeployer", 0, 0, .Code, .Bytes, .Map) newAddress("testDeployer", 0, "testContract") deployTx( @@ -30,7 +30,7 @@ deployTx( , 0 ) -setAccount("testCaller", 0, 0, .Code, .Bytes, .MapBytesToBytes) +setAccount("testCaller", 0, 0, .Code, .Bytes, .Map) callTx( "testCaller" diff --git a/tests/simple/bad-bounds.wast b/tests/simple/bad-bounds.wast index 08026b2e..55f1c16c 100644 --- a/tests/simple/bad-bounds.wast +++ b/tests/simple/bad-bounds.wast @@ -1,6 +1,6 @@ setExitCode 1 -setAccount("testDeployer", 0, 0, .Code, .Bytes, .MapBytesToBytes) +setAccount("testDeployer", 0, 0, .Code, .Bytes, .Map) newAddress("testDeployer", 0, "testContract") deployTx( @@ -70,7 +70,7 @@ deployTx( , 0 ) -setAccount("testCaller", 0, 0, .Code, .Bytes, .MapBytesToBytes) +setAccount("testCaller", 0, 0, .Code, .Bytes, .Map) callTx( "testCaller" diff --git a/tests/simple/check-no-payment.wast b/tests/simple/check-no-payment.wast index 0c5ccd99..e8cbe507 100644 --- a/tests/simple/check-no-payment.wast +++ b/tests/simple/check-no-payment.wast @@ -1,6 +1,6 @@ setExitCode 1 -setAccount("testDeployer", 0, 0, .Code, .Bytes, .MapBytesToBytes) +setAccount("testDeployer", 0, 0, .Code, .Bytes, .Map) newAddress("testDeployer", 0, "testContract") deployTx( @@ -18,7 +18,7 @@ deployTx( , 0 ) -setAccount("testCaller", 0, 100, .Code, .Bytes, .MapBytesToBytes) +setAccount("testCaller", 0, 100, .Code, .Bytes, .Map) setEsdtBalance(b"\"testCaller\"", b"my-tok", 0, .esdtMetadata, 20) callTx( diff --git a/tests/simple/deploy-and-call.wast b/tests/simple/deploy-and-call.wast index 5639b364..ce2284fe 100644 --- a/tests/simple/deploy-and-call.wast +++ b/tests/simple/deploy-and-call.wast @@ -1,6 +1,6 @@ setExitCode 1 -setAccount("testDeployer", 0, 0, .Code, .Bytes, .MapBytesToBytes) +setAccount("testDeployer", 0, 0, .Code, .Bytes, .Map) newAddress("testDeployer", 0, "testContract") deployTx( @@ -15,7 +15,7 @@ deployTx( , 0 ) -setAccount("testCaller", 0, 0, .Code, .Bytes, .MapBytesToBytes) +setAccount("testCaller", 0, 0, .Code, .Bytes, .Map) callTx( "testCaller" , "testContract" diff --git a/tests/simple/host-calls.wast b/tests/simple/host-calls.wast index 33723e27..071711c2 100644 --- a/tests/simple/host-calls.wast +++ b/tests/simple/host-calls.wast @@ -1,6 +1,6 @@ setExitCode 1 -setAccount("testDeployer", 0, 2 ^Int 256, .Code, .Bytes, .MapBytesToBytes) +setAccount("testDeployer", 0, 2 ^Int 256, .Code, .Bytes, .Map) newAddress("testDeployer", 0, "testContract") deployTx( @@ -332,7 +332,7 @@ checkExpectStatus(OK) checkExpectOut(ListItemWrap(Int2Bytes(777, BE, Signed))) checkAccountBalance("testDeployer", 0) -setAccount("testCaller", 0, 0, .Code, .Bytes, .MapBytesToBytes) +setAccount("testCaller", 0, 0, .Code, .Bytes, .Map) setEsdtBalance(b"\"testCaller\"", b"my-tok", 0, .esdtMetadata, 20) setEsdtBalance(b"\"testCaller\"", b"my-tok-2", 0, .esdtMetadata, 20)