Hacker News new | ask | show | jobs
by gouh 2593 days ago
Doesn't WASI defines a sort of ABI (what are the data types, the functions, arguments, return types etc...) ?
1 comments

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.
ah okay I see, thanks for your answer