wabt icon indicating copy to clipboard operation
wabt copied to clipboard

wabt (as of 1.0.15) doesn't ship libraries in precompiled distributions

Open adv-sw opened this issue 5 years ago • 2 comments

As title.

Windows zip archive only contains .exe files.

There's no library for us to link third party wasm-c-api apps against.

adv-sw avatar Jun 07 '20 12:06 adv-sw

Do you actually implement the wasm-c-api as stated here or is the document wrong ?

https://github.com/WebAssembly/wasm-c-api

Thanks

adv-sw avatar Jun 07 '20 12:06 adv-sw

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.

binji avatar Jun 10 '20 23:06 binji