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

Commit

Permalink
Use new core func type
Browse files Browse the repository at this point in the history
  • Loading branch information
hjorthjort committed Jun 13, 2020
1 parent 9eb40fb commit e3609a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ewasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Then, when a `HostCall` instruction is encountered, parameters are gathered from

```k
rule <k> ( import MODNAME FNAME (func OID:OptionalId TUSE:TypeUse) )
=> ( func OID TUSE .LocalDecls #eeiFunction(FNAME) .Instrs )
=> #func(... type: TUSE, locals: .LocalDecls, body: #eeiFunction(FNAME) .Instrs, metadata: #meta(... id: OID, localIds: .Map))
...
</k>
requires MODNAME ==K #ethereumModule
Expand Down

0 comments on commit e3609a0

Please sign in to comment.