wabt
wabt copied to clipboard
wabt (as of 1.0.15) doesn't ship libraries in precompiled distributions
As title.
Windows zip archive only contains .exe files.
There's no library for us to link third party wasm-c-api apps against.
Do you actually implement the wasm-c-api as stated here or is the document wrong ?
https://github.com/WebAssembly/wasm-c-api
Thanks
Thanks for pointing out, this seems like an oversight. The wasm-c-api is implemented (the C part anyway, not C++ yet), but it seems that shared library isn't included in the release.