wasm-c-api
wasm-c-api copied to clipboard
Documentation?
Is there any documentation describing what the API elements are for and what they do?
I can't find any, but I have probably missed something.
The implementation from wasmtime has very good documentation:
https://docs.wasmtime.dev/c-api/wasm_8h.html
You're right, that is quite good.
Is there any appetite for getting a version of that into this repo? Maybe just a link?
If you made the PR I think it could get merged, but FWIW this repo needs a lot of work in general. Many missing features. I've had trouble trying to use it for my own projects.