Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit e3609a0

Browse files
committed
Use new core func type
1 parent 9eb40fb commit e3609a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ewasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Then, when a `HostCall` instruction is encountered, parameters are gathered from
7272

7373
```k
7474
rule <k> ( import MODNAME FNAME (func OID:OptionalId TUSE:TypeUse) )
75-
=> ( func OID TUSE .LocalDecls #eeiFunction(FNAME) .Instrs )
75+
=> #func(... type: TUSE, locals: .LocalDecls, body: #eeiFunction(FNAME) .Instrs, metadata: #meta(... id: OID, localIds: .Map))
7676
...
7777
</k>
7878
requires MODNAME ==K #ethereumModule

0 commit comments

Comments
 (0)