Hacker News new | ask | show | jobs
by Rusky 2599 days ago
That depends entirely on the implementation (and leaves open the question of ABI and binary file format).
1 comments

Doesn't WASI defines a sort of ABI (what are the data types, the functions, arguments, return types etc...) ?
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