wasm-c-api icon indicating copy to clipboard operation
wasm-c-api copied to clipboard

Documentation?

Open bobappleyard opened this issue 1 year ago • 3 comments

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.

bobappleyard avatar Jul 23 '24 18:07 bobappleyard

The implementation from wasmtime has very good documentation:

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

Afirium avatar Jul 23 '24 19:07 Afirium

You're right, that is quite good.

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

bobappleyard avatar Jul 27 '24 13:07 bobappleyard

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.

L-as avatar Jul 29 '24 12:07 L-as