WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
534 stars 77 forks source link

Documentation? #192

Open bobappleyard opened 1 month ago

bobappleyard commented 1 month ago

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.

Afirium commented 1 month ago

The implementation from wasmtime has very good documentation:

https://docs.wasmtime.dev/c-api/wasm_8h.html

bobappleyard commented 1 month ago

You're right, that is quite good.

Is there any appetite for getting a version of that into this repo? Maybe just a link?

L-as commented 1 month ago

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.