top | item 19879897

(no title)

gouh | 6 years ago

Doesn't WASI defines a sort of ABI (what are the data types, the functions, arguments, return types etc...) ?

discuss

order

sanxiyn|6 years ago

Yes, but WASI doesn't define calling convention and binary format, because they are defined by WASM. Your proposed WASI-native would need to define them.

gouh|6 years ago

ah okay I see, thanks for your answer