WebAssembly / wasm-c-api

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

Add Wasmer as an implementor of Wasm C API #152

Closed syrusakbary closed 3 years ago

syrusakbary commented 3 years ago

We recently added support for the Wasm-C-API in Wasmer.

We are working on adding more tests, but in general the API is pretty well covered: https://github.com/wasmerio/wasmer/blob/master/lib/c-api/tests/CMakeLists.txt#L22-L30

:)