WebAssembly / interface-types

Other
641 stars 57 forks source link

How dose the source tuple come from? #39

Closed Becavalier closed 5 years ago

Becavalier commented 5 years ago

(type $AddContactFuncWasm (func (param anyref i32 i32 i32 i32 i32) (result i32)))

Like above, how can we confirm the types and sequence of the params here? I did not find any explainations in the proposal summary (Explainer.md).

lukewagner commented 5 years ago

This wasm signature type would be validated to match the corresponding binding ($addContactBinding) during the validation of the Web IBL Binding section.

pchickey commented 5 years ago

Closing as out-of-date: the proposal has evolved since this issue was filed and no longer involves Web IDL bindings