WebAssembly / wasm-c-api

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

Update the implementation status in the README #128

Closed sbc100 closed 4 years ago

sbc100 commented 4 years ago

We now have pretty much complete C API (not C++) implementation in wabt and I think there are other implementations too.

We should mention the upstream v8 impl for example and how to use that.

I think wasmtime and wasmer and at least partial implementation too.

rossberg commented 4 years ago

Thanks, I added a section on Other Implementations to the README. Please feel free to create PRs to correct/extend this section.