top | item 19878887

(no title)

gouh | 6 years ago

a bit off topic, but I was wondering, can WASI API be used directly from c/c++ without compiling to wasm ? Basically to have native perf but still benefit from the crossplatform APIs that WASI will expose

discuss

order

Rusky|6 years ago

That depends entirely on the implementation (and leaves open the question of ABI and binary file format).

gouh|6 years ago

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