wabt
wabt copied to clipboard
Implement the standard wasm C++ API in wabt interpreter
See https://github.com/WebAssembly/wasm-c-api
I started working on this last week while travelling. Looks possible. Will post a PR soon. @binji did you start on this already?
The C API is implemented, but the C++ API still needs to be done.
I started work on a C++ wrapper but didn't get very far IIRC