Y
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
gouh
2599 days ago
Doesn't WASI defines a sort of ABI (what are the data types, the functions, arguments, return types etc...) ?
link
sanxiyn
2599 days 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.
link
gouh
2599 days ago
ah okay I see, thanks for your answer
link