binaryen icon indicating copy to clipboard operation
binaryen copied to clipboard

Validator: Validate intrinsics

Open kripken opened this issue 3 years ago • 0 comments

call.without.effects has a specific form, where the last parameter is a function reference, and that function reference must have the right type for the other parameters if called with them:

(call $call.without.effects
  (..i32..)
  (..f64..)
  (..function reference, which takes params i32 and f64..)
)

kripken avatar Aug 05 '22 17:08 kripken