WebAssembly / interface-types

Other
641 stars 57 forks source link

Interface Types for self defined DataTypes #124

Open realAP opened 3 years ago

realAP commented 3 years ago

Will it be possible to define a Struct of Basic Types and pass this though Interface Types?

lukewagner commented 3 years ago

Yes, for a classic C-style struct you would use the record interface type.