Y
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
sanxiyn
2593 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
2592 days ago
ah okay I see, thanks for your answer
link