Y
Hacker News
new
|
ask
|
show
|
jobs
by
yuri91
1118 days ago
I agree. I implemented a subset of WASI, and the best resource was an autogenerated C header with function signatures and very terse comments, buried in the WASI SDK repo.
1 comments
martindevans
1117 days ago
I'm also currently implementing a subset of WASI, would you mind sharing a link to that file?
link
yuri91
1117 days ago
Actually, it was in wasi-libc:
https://github.com/WebAssembly/wasi-libc/blob/main/libc-bott...
link