Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification/wasm-3.0/4.3-execution.instructions.spectec
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ rule Step/call_ref-hostfunc-res:
-- if RES s' result <- $hostcall(_HOSTFUNC hf, s, val^n)

rule Step/call_ref-hostfunc-div:
s; f; val^n (REF.FUNC_ADDR a) (CALL_REF yy) ~> s; f; (REF.FUNC_ADDR a) (CALL_REF yy)
s; f; val^n (REF.FUNC_ADDR a) (CALL_REF yy) ~> s; f; val^n (REF.FUNC_ADDR a) (CALL_REF yy)
----
-- if $funcinst((s; f))[a] = fi
-- Expand: fi.TYPE ~~ FUNC t_1^n -> t_2^m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ rule Step/call_ref-hostfunc-res:
-- if RES s' result <- $hostcall(_HOSTFUNC hf, s, val^n)

rule Step/call_ref-hostfunc-div:
s; f; val^n (REF.FUNC_ADDR a) (CALL_REF yy) ~> s; f; (REF.FUNC_ADDR a) (CALL_REF yy)
s; f; val^n (REF.FUNC_ADDR a) (CALL_REF yy) ~> s; f; val^n (REF.FUNC_ADDR a) (CALL_REF yy)
----
-- if $funcinst((s; f))[a] = fi
-- Expand: fi.TYPE ~~ FUNC t_1^n -> t_2^m
Expand Down